summaryrefslogtreecommitdiff
path: root/src/commonlib
AgeCommit message (Expand)Author
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-08commonlib/cbfs: Check for presence of CONFIG() macroNico Huber
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-04-04Make common macros double-evaluation safeJulius Werner
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-19vboot: make vboot workbuf available to payloadJoel Kitching
2019-03-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
2019-03-14vboot: copy data structures to CBMEM for downstream useJoel Kitching
2019-03-14commonlib/bubblesort: Do not try to sort less than two entriesWerner Zeh
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04fmap: Add FMAP_AREA_PRESERVEHung-Te Lin
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-26commonlib: Add Bubble sort algorithmWerner Zeh
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-27src/{commonlib,drivers/intel/fslp1_1/include}: Fix typoFrans Hendriks
2018-11-23src/arch/x86/acpi.c: Create log area and extend TPM2 tableMichał Żygowski
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-11commonlib/storage: Make pci sdhci code compile in romstageBora Guvendik
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-22cbtable: remove chromeos_acpi from cbtableJoel Kitching
2018-08-22acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching
2018-08-16src/{commonlib,lib}: Fix typoElyes HAOUAS
2018-08-14cbmem: rename vdat to chromeos_acpiJoel Kitching
2018-08-03security/tpm: Improve TCPA log generationPhilipp Deppenwiese
2018-07-30security/tpm: Use unique CBMEM names for TCPA logsPhilipp Deppenwiese
2018-07-28util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese
2018-07-28security/tpm: Add TCPA logging functionalityPhilipp Deppenwiese
2018-07-09src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02commonlib/storage: Make sd_mmc_go_idle an apiBora Guvendik
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2018-06-04src/commonlib/storage: Move include <console.h> to sd_mmc.hElyes HAOUAS
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-16commonlib/cbfs: Make cbfsf_file_type publicPatrick Rudolph
2018-05-14cbfs_locate: Optionally return file typeRonald G. Minnich
2018-05-13timestamp: Add timestamps for TPM communicationRaul E Rangel
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2018-05-04commonlib: Add descriptions for new AGESA timestampsMartin Roth
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-03-08timestamps: Add timestamps around the vbios load & initMartin Roth
2018-02-07lib/stage_cache: Add save/get raw storageMarshall Dawson
2018-02-07storage: Fix CMD13 failure issueBarnali Sarkar
2018-02-05coreboot_tables: Document coreboot framebufferNico Huber
2018-01-31commonlib: Add AGESA S3 resume definesMarshall Dawson