Age | Commit message (Expand) | Author |
2023-07-17 | Center bootsplash on bigger framebuffers | Nico Huber |
2023-04-22 | lib/version: Move board identification strings | Kyösti Mälkki |
2023-01-11 | treewide: stop calling custom TPM log "TCPA" | Sergii Dmytruk |
2022-12-22 | coreboot_tables: Make existing alignment conventions more explicit | Julius Werner |
2022-11-04 | lib/coreboot_table: Rename lb_fill_pcie | Arthur Heymans |
2022-11-04 | lib/coreboot_table: Simplify API to set up lb_serial | Arthur Heymans |
2022-10-26 | coreboot_tables: Drop uart PCI addr | Arthur Heymans |
2022-05-19 | coreboot_tables: Add PCIe info to coreboot table | Jianjun Wang |
2022-04-24 | lib: Remove unused <stdlib.h> and use <types.h> when appropriate | Elyes HAOUAS |
2022-04-20 | lib/coreboot_table.c: Use align macro | Arthur Heymans |
2022-04-14 | coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t | Jianjun Wang |
2022-03-09 | coreboot_tables.c: Expose the ACPI RSDP | Arthur Heymans |
2021-10-04 | coreboot tables: Add type-c port info to coreboot table | Nick Vaccaro |
2021-06-18 | nvs: Add Chrome OS NVS (CNVS) information to coreboot tables | Furquan Shaikh |
2021-05-05 | lib/coreboot_table.c: Remove unnecessary CPP use | Arthur Heymans |
2021-04-02 | coreboot_tables: Print strapping IDs when adding them to coreboot table | Julius Werner |
2021-02-10 | coreboot_table: Use precision when printing lb_gpio name | Julius Werner |
2021-02-04 | coreboot_table: Move VBOOT_VBNV support | Kyösti Mälkki |
2021-02-04 | coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor | Kyösti Mälkki |
2021-02-04 | coreboot_table: Drop <vboot/misc.h> include | Kyösti Mälkki |
2020-12-31 | coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor | Kyösti Mälkki |
2020-12-22 | sb,soc/intel: Drop unnecessary headers | Kyösti Mälkki |
2020-12-21 | drivers/tpm: Implement full PPI | Patrick Rudolph |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-21 | cbfs: Add metadata cache | Julius Werner |
2020-10-30 | lib/libpayload: Replace strapping_ids with new board configuration entry | Tim Wawrzynczak |
2020-10-22 | drivers/smmstore: Implement SMMSTORE version 2 | Patrick Rudolph |
2020-07-04 | lib/coreboot_table: Add Intel FSP version to coreboot table | Johnny Lin |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
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 |
2016-02-19 | lib/coreboot_table: add function to allow arch code to add records | Aaron Durbin |
2016-02-09 | chromeos: Remove CONFIG_VBNV_SIZE variable | Duncan Laurie |
2015-11-19 | vendorcode/google/chromeos: Cache VPD data into CBMEM | Hung-Te Lin |
2015-11-03 | cbmem: add coreboot table records for each cbmem entry | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-27 | coreboot: make lb_framebuffer a weak function | robbie zhang |
2015-10-20 | Revert "coreboot_table: don't add CMOS checksum twice." | Nico Huber |
2015-07-14 | cbtable: describe boot media | Patrick Georgi |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-28 | chromeos: remove VBOOT2_VERIFY_FIRMWARE option | Aaron Durbin |
2015-04-22 | build system: add manual board id support | Stefan Reinauer |
2015-04-17 | uart: pass register width in the coreboot table | Vadim Bendebury |
2015-04-17 | drivers/spi: Pass flash parameters from coreboot to payload | Dan Ehrenberg |
2015-04-10 | ramoops: Add support for passing ramoops region through cb tables. | Furquan Shaikh |
2015-04-10 | cbtables: Add RAM config information | David Hendricks |
2015-04-10 | chromeos: move VPD MAC address retrieval function | Vadim Bendebury |
2015-04-02 | vpd: retrieve mac addresses and pass them to bootloader | Vadim Bendebury |
2015-04-02 | chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table | Vadim Bendebury |
2015-03-23 | vboot2: translate shared data to hand off to depthcharge | Daisuke Nojiri |