Age | Commit message (Expand) | Author |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-02 | lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table | Yu-Ping Wu |
2019-12-02 | security/vboot: Remove struct vboot_working_data | Yu-Ping Wu |
2019-11-20 | cbfs: switch to region_device for location APIs | Aaron Durbin |
2019-11-20 | security/vboot: Remove buffer_size from struct vboot_working_data | Yu-Ping Wu |
2019-09-27 | fmap: Add get_fmap_flash_offset() | Furquan Shaikh |
2019-09-23 | lib/fmap: Cache FMAP in cbmem | Patrick Rudolph |
2019-09-15 | lib/coreboot_table: Show splashscreen in lb_table_init | Johanna Schander |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-05-29 | commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) | Patrick Georgi |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2018-07-28 | util/cbmem: Add cbmem TCPA log support | Philipp Deppenwiese |
2018-07-20 | write_tables: return a pointer to the table | Ronald G. Minnich |
2018-06-04 | lib/coreboot_table.c: Remove unneeded include | Elyes HAOUAS |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-16 | lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_table | Aaron Durbin |
2018-03-08 | coreboot_table: Print GPIO state correctly for lb_gpios | Julius Werner |
2017-12-07 | boardid: Add helpers to read sku_id strapping into coreboot tables | Julius Werner |
2017-12-07 | boardid: Switch from Kconfig to weak functions | Julius Werner |
2017-12-07 | boardid: Minor clean up and standardization | Julius Werner |
2017-12-06 | Kconfig: Remove BOARD_ID_MANUAL option | Julius Werner |
2017-10-22 | security/vboot: Move vboot2 to security kconfig section | Philipp Deppenwiese |
2017-07-06 | src/lib: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-27 | lib/coreboot_tables: Zero framebuffer structure | Duncan Laurie |
2017-06-04 | lib/coreboot_tables: Remove weak fill_lb_framebuffer() | Nico Huber |
2017-05-18 | coreboot_tables: specify clear interface for lb_framebuffer() | Aaron Durbin |
2017-03-13 | src/lib: Wrap lines at 80 columns | Lee Leahy |
2017-03-09 | src/lib: Add space before ( | Lee Leahy |
2017-03-09 | src/lib: Remove braces for single statements | Lee Leahy |
2017-03-09 | src/lib: Fix space between type, * and variable name | Lee Leahy |
2017-03-09 | src/lib: Remove spaces after ( and before ) | Lee Leahy |
2017-01-20 | lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned | Ronald G. Minnich |
2016-08-19 | drivers/spi: ensure SPI flash is boot device for coreboot tables | Aaron Durbin |
2016-07-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-05-09 | coreboot_tables: Extend serial port description | Lee Leahy |
2016-05-02 | lib/coreboot_table: use the architecture dependent table size | Aaron Durbin |
2016-04-21 | lib: add common write_tables() implementation | Aaron Durbin |
2016-04-21 | lib/coreboot_table: add architecture hooks for adding tables | Aaron Durbin |
2016-04-21 | lib: add helper for constructing coreboot forwarding table | Aaron Durbin |
2016-04-21 | arch/x86: remove low coreboot table support | Aaron Durbin |
2016-04-21 | arch: only print cbmem entries in one place | Aaron Durbin |
2016-04-05 | chromeos: Simplify fill_lb_gpios even further | Julius Werner |