summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-7/+6
* security/vboot/sync_ec: Add timestampsTim Wawrzynczak2019-11-201-0/+9
* {drivers,mainboard}: Move FSP logo support to fsp1_1Frans Hendriks2019-11-141-0/+1
* region: publicize region_end() and add region_device_end()Aaron Durbin2019-11-112-5/+10
* region: add rdev_chain_full()Aaron Durbin2019-11-112-4/+9
* commonlib: Use __builtin_offsetof with supported compilersAlex James2019-11-051-4/+4
* commonlib/helpers: Add alloca() macroTim Wawrzynczak2019-10-301-0/+4
* cbmem: Add IDs for TSEG and BERT table dataMarshall Dawson2019-10-201-0/+4
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-181-0/+1
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-6/+2
* lib/fmap: Cache FMAP in cbmemPatrick Rudolph2019-09-232-1/+4
* AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth2019-09-1041-152/+54
* commonlib/region: Fix up overflow check in region_is_subregion()Julius Werner2019-08-191-2/+2
* lib/edid: Add suport for display rotationNicolas Boichat2019-08-081-0/+13
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-232-2/+2
* 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