summaryrefslogtreecommitdiff
path: root/src/commonlib
AgeCommit message (Expand)Author
2019-11-20security/vboot/sync_ec: Add timestampsTim Wawrzynczak
2019-11-14{drivers,mainboard}: Move FSP logo support to fsp1_1Frans Hendriks
2019-11-11region: publicize region_end() and add region_device_end()Aaron Durbin
2019-11-11region: add rdev_chain_full()Aaron Durbin
2019-11-05commonlib: Use __builtin_offsetof with supported compilersAlex James
2019-10-30commonlib/helpers: Add alloca() macroTim Wawrzynczak
2019-10-20cbmem: Add IDs for TSEG and BERT table dataMarshall Dawson
2019-10-18util/cbfstool: Add optional argument ibbPhilipp Deppenwiese
2019-09-30device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-23lib/fmap: Cache FMAP in cbmemPatrick Rudolph
2019-09-10AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth
2019-08-19commonlib/region: Fix up overflow check in region_is_subregion()Julius Werner
2019-08-08lib/edid: Add suport for display rotationNicolas Boichat
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-06-21commonlib/storage: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-18commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi
2019-06-07cbmem: Add ID for UCSIDuncan Laurie
2019-05-29commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi
2019-05-29commonlib: renumber CB_TAG_TCPA_LOGPatrick Georgi
2019-05-23Renumber cbtable tag MMC_INFOPatrick Georgi
2019-05-23coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik
2019-05-23intel/common/block/scs: Add ability to send early CMD0, CMD1Bora Guvendik
2019-05-23commonlib/stdlib.h: Remove printf() from corebootJulius Werner
2019-05-09vboot: include vb2_sha.h when requiredJoel Kitching
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
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