summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* commonlib/storage: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-212-2/+2
* commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi2019-06-181-50/+52
* cbmem: Add ID for UCSIDuncan Laurie2019-06-071-0/+2
* commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi2019-05-291-3/+3
* commonlib: renumber CB_TAG_TCPA_LOGPatrick Georgi2019-05-291-1/+1
* Renumber cbtable tag MMC_INFOPatrick Georgi2019-05-231-1/+1
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-231-0/+15
* intel/common/block/scs: Add ability to send early CMD0, CMD1Bora Guvendik2019-05-231-0/+2
* commonlib/stdlib.h: Remove printf() from corebootJulius Werner2019-05-231-3/+3
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-091-0/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-236-6/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* commonlib/cbfs: Check for presence of CONFIG() macroNico Huber2019-04-081-1/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-063-5/+5
* Make common macros double-evaluation safeJulius Werner2019-04-042-20/+72
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-3/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-204-4/+5
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-0/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-162-2/+0
* vboot: copy data structures to CBMEM for downstream useJoel Kitching2019-03-141-1/+1
* commonlib/bubblesort: Do not try to sort less than two entriesWerner Zeh2019-03-141-0/+4
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-088-25/+25
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-071-0/+4
* security/tpm: Fix TCPA log featurePhilipp Deppenwiese2019-03-071-3/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* fmap: Add FMAP_AREA_PRESERVEHung-Te Lin2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* commonlib: Add Bubble sort algorithmWerner Zeh2019-02-264-0/+83
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+0
* src/{commonlib,drivers/intel/fslp1_1/include}: Fix typoFrans Hendriks2018-11-271-1/+1
* src/arch/x86/acpi.c: Create log area and extend TPM2 tableMichał Żygowski2018-11-231-0/+2
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* commonlib/storage: Make pci sdhci code compile in romstageBora Guvendik2018-10-111-8/+14
* Move compiler.h to commonlibNico Huber2018-10-089-8/+51
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-1/+1
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-221-1/+0
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-2/+0
* src/{commonlib,lib}: Fix typoElyes HAOUAS2018-08-161-2/+2
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-141-1/+1
* security/tpm: Improve TCPA log generationPhilipp Deppenwiese2018-08-031-1/+1
* security/tpm: Use unique CBMEM names for TCPA logsPhilipp Deppenwiese2018-07-301-2/+2
* util/cbmem: Add cbmem TCPA log supportPhilipp Deppenwiese2018-07-281-0/+1
* security/tpm: Add TCPA logging functionalityPhilipp Deppenwiese2018-07-282-0/+43
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-2/+2
* commonlib/storage: Make sd_mmc_go_idle an apiBora Guvendik2018-07-022-1/+2
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+1
* src/commonlib/storage: Move include <console.h> to sd_mmc.hElyes HAOUAS2018-06-048-7/+1
* Introduce bootblock self-decompressionJulius Werner2018-05-221-0/+1