Age | Commit message (Expand) | Author |
2019-06-18 | commonlib: define cbtable tags as enum to identify conflicts | Patrick Georgi |
2019-06-07 | cbmem: Add ID for UCSI | Duncan Laurie |
2019-05-29 | commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) | Patrick Georgi |
2019-05-29 | commonlib: renumber CB_TAG_TCPA_LOG | Patrick Georgi |
2019-05-23 | Renumber cbtable tag MMC_INFO | Patrick Georgi |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-05-23 | intel/common/block/scs: Add ability to send early CMD0, CMD1 | Bora Guvendik |
2019-05-23 | commonlib/stdlib.h: Remove printf() from coreboot | Julius Werner |
2019-05-09 | vboot: include vb2_sha.h when required | Joel Kitching |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-08 | commonlib/cbfs: Check for presence of CONFIG() macro | Nico Huber |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-04-04 | Make common macros double-evaluation safe | Julius Werner |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-16 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-14 | vboot: copy data structures to CBMEM for downstream use | Joel Kitching |
2019-03-14 | commonlib/bubblesort: Do not try to sort less than two entries | Werner Zeh |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | arch/x86/postcar: Add separate timestamp for postcar stage | Subrata Banik |
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 | fmap: Add FMAP_AREA_PRESERVE | Hung-Te Lin |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-02-26 | commonlib: Add Bubble sort algorithm | Werner Zeh |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-27 | src/{commonlib,drivers/intel/fslp1_1/include}: Fix typo | Frans Hendriks |
2018-11-23 | src/arch/x86/acpi.c: Create log area and extend TPM2 table | Michał Żygowski |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-11 | commonlib/storage: Make pci sdhci code compile in romstage | Bora Guvendik |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-22 | acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry | Joel Kitching |
2018-08-16 | src/{commonlib,lib}: Fix typo | Elyes HAOUAS |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2018-08-03 | security/tpm: Improve TCPA log generation | Philipp Deppenwiese |
2018-07-30 | security/tpm: Use unique CBMEM names for TCPA logs | Philipp Deppenwiese |
2018-07-28 | util/cbmem: Add cbmem TCPA log support | Philipp Deppenwiese |
2018-07-28 | security/tpm: Add TCPA logging functionality | Philipp Deppenwiese |
2018-07-09 | src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-02 | commonlib/storage: Make sd_mmc_go_idle an api | Bora Guvendik |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-06-04 | src/commonlib/storage: Move include <console.h> to sd_mmc.h | Elyes HAOUAS |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2018-05-16 | commonlib/cbfs: Make cbfsf_file_type public | Patrick Rudolph |