summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
...
* commonlib/mem_pool: Allow configuring the alignmentRaul E Rangel2021-11-042-7/+16
* commonlib/region: Add rdev_readat_full helper methodRaul E Rangel2021-11-011-0/+11
* commonlib: Add new TS for IA pre-cpu reset entitiesBora Guvendik2021-11-011-0/+10
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-052-3/+3
* driver/intel/pmc_mux/conn: Move typec_orientation enum to coreboot_tables.hNick Vaccaro2021-10-041-0/+10
* coreboot tables: Add type-c port info to coreboot tableNick Vaccaro2021-10-042-1/+21
* elog: calculate year correctly in timestampRicardo Quesada2021-09-232-2/+2
* commonlib/cbfs: Fix minor parser edge casesJulius Werner2021-09-152-4/+9
* cbfs: Prevent overflow and infinite loop in cbfs_walkJakub Czapiga2021-09-131-1/+2
* elog: move MAX_EVENT_SIZE to commonlib/bsd/includeRicardo Quesada2021-09-101-0/+3
* cbfs: Make sure all cases of single file header corruption are isolatedJulius Werner2021-09-011-5/+7
* elog: Define constant for RW region nameRicardo Quesada2021-08-261-0/+1
* elog: move functionality to commonlib/bsdRicardo Quesada2021-08-262-2/+50
* include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada2021-08-231-0/+18
* util/elogtool: add tool to print elog eventsRicardo Quesada2021-08-052-2/+96
* Move ELOG defines/struct to commonib/bsd/elog.hRicardo Quesada2021-08-051-1/+206
* Move elog_internal.h to commonlib/bsd/includeRicardo Quesada2021-08-043-0/+68
* Move post_codes.h to commonlib/console/Ricardo Quesada2021-08-041-0/+433
* helpers: Add GENMASK macroYu-Ping Wu2021-08-021-0/+3
* commonlib: Add timestamp strings for TS_FSP_MULTI_PHASE_SI_INIT_xSubrata Banik2021-07-291-0/+2
* commonlib/timestamp,amd/common/block/cpu: Add uCode timestampsRaul E Rangel2021-07-211-0/+4
* timestamp,vc/google/chromeos/cr50: Add timestamp for enable updateRaul E Rangel2021-07-051-0/+4
* commonlib: Add Intel-specific timestamps for before/after sending EOPTim Wawrzynczak2021-06-301-0/+4
* helpers: Introduce retry macroYu-Ping Wu2021-06-261-0/+35
* nvs: Add Chrome OS NVS (CNVS) information to coreboot tablesFurquan Shaikh2021-06-181-0/+1
* timestamp,amd/common/apob_cache: Add timestamps for APOBRaul E Rangel2021-06-161-2/+10
* ChromeOS: Separate NVS from global GNVSKyösti Mälkki2021-06-141-0/+2
* commonlib/timestamp: Clarify wording on TS_LOAD_PAYLOADRaul E Rangel2021-06-141-1/+1
* commonlib/lz4_wrapper.c: do not use bitfieldsKrystian Hebel2021-06-111-39/+33
* drivers/intel/fsp2_0: Add timestamps for loading FSPM & FSPSMartin Roth2021-06-101-0/+6
* src/intel/xeon_sp: add hardware error support (HEST)Rocky Phagura2021-06-041-0/+2
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-212-4/+22
* 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