summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* cbfs: mcache: Fix size calculation for perfectly full cacheJulius Werner2021-04-101-2/+2
* soc/mediatek: add new driver 'msdc' for eMMCWenbin Mei2021-04-091-0/+8
* mem_pool: Track the last two allocations (not just one)Julius Werner2021-04-062-12/+20
* cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATIONJulius Werner2021-04-062-0/+26
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-12/+12
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-083-18/+31
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-083-14/+7
* commonlib/bsd: Fix direct inclusion of <endian.h>Julius Werner2021-02-181-1/+1
* cbfs: Fix attribute tag printing in cbfs_find_attr()Julius Werner2021-02-181-2/+2
* cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Julius Werner2021-02-181-0/+3
* commonlib/cbfs.c: Remove unuse <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* acpi: Add support for reporting CrashLog in BERT tableFrancois Toguo2021-02-041-0/+6
* drivers/tpm: Implement full PPIPatrick Rudolph2020-12-212-0/+25
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+14
* commonlib/region: Allow multiple windows for xlate_region_devFurquan Shaikh2020-12-082-56/+99
* cbfs: mcache: Fix end-of-cache checkJulius Werner2020-12-031-1/+1
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-032-0/+35
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-035-69/+76
* cbfs: Port cbfs_load() and cbfs_map() to new APIJulius Werner2020-12-022-0/+37
* cbfs: Add metadata cacheJulius Werner2020-11-215-1/+177
* commonlib: Add timestamp values for forced delaysMartin Roth2020-11-161-0/+4
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-301-9/+15
* cbfs: Hook up to new CBFS implementationJulius Werner2020-10-303-16/+9
* commonlib/bsd: Add new CBFS core implementationJulius Werner2020-10-304-3/+285
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-222-0/+18
* src/commonlib: Drop unneeded empty linesElyes HAOUAS2020-09-214-8/+0
* util/cbfstool: extend includes in commonlibIdwer Vollering2020-09-142-1/+7
* src: Remove incorrect x86 exception not from TS_DONE_LOADING descriptionHung-Te Lin2020-08-281-1/+1
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-041-0/+1
* cbmem: Remove IDs for TSEG and BERTMarshall Dawson2020-06-221-4/+0
* src: Substitute `__FUNCTION__` with `__func__`Angel Pons2020-06-211-2/+2
* drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik2020-06-141-0/+2
* cbmem_id: Add CBMEM ID for early DRAM usageFurquan Shaikh2020-06-131-0/+2
* commonlib: Add CBFS_TYPE_BOOTBLOCKWim Vervoorn2020-06-021-0/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-26/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1142-42/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* commonlib/region: Add region_overlapPatrick Rudolph2020-05-081-0/+7
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0620-220/+20
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-0613-13/+26
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0620-40/+20
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/commonlib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0419-228/+38
* helpers: Add a helper macro for calculating power of 2Furquan Shaikh2020-03-301-0/+2
* nb/intel/sandybridge: Rewrite get_FRQAngel Pons2020-03-261-0/+22
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* commonlib/cbfs.c: Remove unused macroElyes HAOUAS2020-03-111-3/+0
* lz4: Fix out-of-bounds readsAlex Rebert2020-03-022-0/+4