Age | Commit message (Expand) | Author |
2019-08-30 | arm64: Rename arm_tf.c/h to bl31.c/h | Julius Werner |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-08-09 | soc/nvidia/tegra210: Fix potential NULL pointer dereference | Tim Wawrzynczak |
2019-08-06 | tegra210: Increase size of verstage due to overflow | Christian Walter |
2019-07-25 | soc/nvidia: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-07-25 | soc/nvidia/tegra210: Prevent unintended sign extension | Jacob Garber |
2019-07-25 | soc/nvidia/tegra210: Add null pointer check | Jacob Garber |
2019-07-17 | lib: Remove the BOOTBLOCK_CUSTOM compile guard | Asami Doi |
2019-07-12 | arch, include, soc: Use common stdint.h | Jacob Garber |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-05-29 | src/soc: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-04-04 | soc/nvidia/tegra210: Increase bootblock size | Martin Roth |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-21 | nvidia/tegra{124,210}/lp0: Directly include `stdint.h` | Nico Huber |
2019-03-20 | soc/nvidia/tegra{124,210}: Remove unneeded 'include <halt.h>' | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
2019-03-07 | security/tpm: Fix TCPA log feature | Philipp Deppenwiese |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-02-05 | bootmem: add new memory type for BL31 | Ting Shen |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-11-30 | security/vboot: Fix remaining measured boot issues | Philipp Deppenwiese |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <lib.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-29 | tegra210_lp0: make sure to build with compiler.h included | Nico Huber |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | reset: Convert individual boards to `board_reset()` | Nico Huber |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-09-10 | complier.h: add __noreturn and use it in code base | Aaron Durbin |
2018-08-10 | arm64: Remove set_cntfrq() function | Julius Werner |
2018-08-09 | src/soc: Fix typo | Elyes HAOUAS |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-04 | src/soc: Get rid of whitespace before tab | Elyes HAOUAS |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-05-29 | src/soc: Add and update license headers | Martin Roth |
2018-05-28 | soc/nvidia: Get rid of device_t | Elyes HAOUAS |
2018-05-22 | soc/nvidia/tegra(124|210): Add distclean targets | Martin Roth |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2018-02-20 | src/soc: Fix various typos | Jonathan Neuschäfer |
2018-02-20 | soc/nvidia/tegra210: add missing bl31 params to ATF config | Andre Heider |
2018-02-20 | soc/nvidia/tegra210: set up the clock of the chosen UART | Andre Heider |
2018-02-20 | soc/nvidia/tegra210: add console UART helper functions | Andre Heider |
2018-02-20 | soc/nvidia/tegra210: define missing UART clocks sources | Andre Heider |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-09-05 | nvidia/tegra*: Use xcompile for compiler prefix unless specified | Patrick Georgi |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-02 | soc/nvidia/tegra*: force using our headers instead of compiler's/system's | Patrick Georgi |
2017-07-16 | src/soc: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-02 | Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER | Nico Huber |
2017-05-30 | tegra210: Remove fake cpu_reset() | Julius Werner |
2017-05-24 | soc/nvidia/tegra*: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-05-03 | lib/edid.c: Differentiate between absent and non-conformant EDID | Arthur Heymans |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-03-28 | vboot: Select SoC-specific configuration for all Chrome OS boards | Julius Werner |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-14 | soc/nvidia/tegra210: Remove CONSOLE_SERIAL_TEGRA210_UART_CHOICES | Martin Roth |
2016-09-21 | Makefiles: update cbfs types from bare numbers to values | Martin Roth |
2016-09-07 | commonlib: move DIV_ROUND macros from nvidia/tegra | Arthur Heymans |
2016-08-13 | chromeos: Make CHROMEOS_RAMOOPS_NON_ACPI a default for non-ACPI boards | Julius Werner |
2016-08-09 | soc/nvidia/tegra210: remove unused spi boot device support | Aaron Durbin |
2016-07-31 | src/soc: Capitalize CPU, ACPI, RAM and ROM | Elyes HAOUAS |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-12 | Documentation: Fix doxygen errors | Martin Roth |
2016-06-12 | Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devices | Julius Werner |
2016-05-09 | tegra132, tegra210: Align the framebuffer's bytes-per-line to 64 | Paul Kocialkowski |
2016-05-09 | tegra132, tegra210: Fix "becasue" typo in comments | Paul Kocialkowski |
2016-04-07 | edid: Make framebuffer row alignment configurable | Julius Werner |
2016-03-24 | edid: Add helper function to calculate bits-per-pixel dependent values | Julius Werner |
2016-02-21 | soc/*: fix uart's regwidth specification in cbtables | Patrick Georgi |
2016-02-12 | tegra132/210: Remove memlayout_vboot2.ld | Julius Werner |
2016-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-11-17 | arm64: tegra132: tegra210: Remove old arm64/stage_entry.S | Julius Werner |
2015-11-16 | arm64: Implement generic stage transitions for non-Tegra SoCs | Julius Werner |
2015-11-11 | arm/arm64: Generalize bootblock C entry point | Julius Werner |
2015-11-11 | arm64: mmu: Make page table manipulation work across stages | Julius Werner |
2015-11-07 | arm64: Remove cpu intialization through device-tree | Furquan Shaikh |