summaryrefslogtreecommitdiff
path: root/src/commonlib
AgeCommit message (Expand)Author
2021-04-21commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner
2021-04-10cbfs: mcache: Fix size calculation for perfectly full cacheJulius Werner
2021-04-09soc/mediatek: add new driver 'msdc' for eMMCWenbin Mei
2021-04-06mem_pool: Track the last two allocations (not just one)Julius Werner
2021-04-06cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATIONJulius Werner
2021-03-17cbfs: Move stage header into a CBFS attributeJulius Werner
2021-03-08cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner
2021-03-08cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner
2021-02-18commonlib/bsd: Fix direct inclusion of <endian.h>Julius Werner
2021-02-18cbfs: Fix attribute tag printing in cbfs_find_attr()Julius Werner
2021-02-18cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Julius Werner
2021-02-15commonlib/cbfs.c: Remove unuse <console/console.h>Elyes HAOUAS
2021-02-04acpi: Add support for reporting CrashLog in BERT tableFrancois Toguo
2020-12-21drivers/tpm: Implement full PPIPatrick Rudolph
2020-12-08coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh
2020-12-08commonlib/region: Allow multiple windows for xlate_region_devFurquan Shaikh
2020-12-03cbfs: mcache: Fix end-of-cache checkJulius Werner
2020-12-03cbfs: Add verification for RO CBFS metadata hashJulius Werner
2020-12-03cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner
2020-12-02cbfs: Port cbfs_load() and cbfs_map() to new APIJulius Werner
2020-11-21cbfs: Add metadata cacheJulius Werner
2020-11-16commonlib: Add timestamp values for forced delaysMartin Roth
2020-10-30lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak
2020-10-30cbfs: Hook up to new CBFS implementationJulius Werner
2020-10-30commonlib/bsd: Add new CBFS core implementationJulius Werner
2020-10-22drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph
2020-09-21src/commonlib: Drop unneeded empty linesElyes HAOUAS
2020-09-14util/cbfstool: extend includes in commonlibIdwer Vollering
2020-08-28src: Remove incorrect x86 exception not from TS_DONE_LOADING descriptionHung-Te Lin
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-07-04lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin
2020-06-22cbmem: Remove IDs for TSEG and BERTMarshall Dawson
2020-06-21src: Substitute `__FUNCTION__` with `__func__`Angel Pons
2020-06-14drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik
2020-06-13cbmem_id: Add CBMEM ID for early DRAM usageFurquan Shaikh
2020-06-02commonlib: Add CBFS_TYPE_BOOTBLOCKWim Vervoorn
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-08commonlib/region: Add region_overlapPatrick Rudolph
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-04src/commonlib: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-30helpers: Add a helper macro for calculating power of 2Furquan Shaikh
2020-03-26nb/intel/sandybridge: Rewrite get_FRQAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-11commonlib/cbfs.c: Remove unused macroElyes HAOUAS