summaryrefslogtreecommitdiffstats
path: root/src/commonlib
Commit message (Expand)AuthorAgeFilesLines
* commonlib: Add new "CSME ROM started execution" TSBora Guvendik2022-01-211-1/+5
* timestamp: Allow timestamp_add to accept a negative numberBora Guvendik2022-01-211-1/+1
* commonlib: Add endian definitions for macOSAlex James2022-01-041-0/+17
* commonlib: Add new TS for CSE firmware SyncSridhar Siricilla2021-12-201-2/+4
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-32/+3
* cbfs: Remove deprecated APIsJulius Werner2021-12-063-429/+0
* region: Rename rdev_readat_full to rdev_read_fullJulius Werner2021-12-031-1/+1
* commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/Jakub Czapiga2021-11-301-1/+1
* commonlib/cbmem_id.h: Add names for some IDsAngel Pons2021-11-251-0/+5
* commonlib/cbmem_id.h: Fix typo in macro nameAngel Pons2021-11-251-2/+2
* eventlog: Add a log type for Chrome OS diagnosticsHsuan Ting Chen2021-11-221-0/+4
* drivers/intel/fsp2_0: Allow FSP-M to be relocatedRaul E Rangel2021-11-081-0/+3
* drivers/elog/elog: Add timestamps to elog_initRaul E Rangel2021-11-081-0/+4
* 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