index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
commonlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
elog: calculate year correctly in timestamp
Ricardo Quesada
2021-09-23
2
-2
/
+2
*
commonlib/cbfs: Fix minor parser edge cases
Julius Werner
2021-09-15
2
-4
/
+9
*
cbfs: Prevent overflow and infinite loop in cbfs_walk
Jakub Czapiga
2021-09-13
1
-1
/
+2
*
elog: move MAX_EVENT_SIZE to commonlib/bsd/include
Ricardo Quesada
2021-09-10
1
-0
/
+3
*
cbfs: Make sure all cases of single file header corruption are isolated
Julius Werner
2021-09-01
1
-5
/
+7
*
elog: Define constant for RW region name
Ricardo Quesada
2021-08-26
1
-0
/
+1
*
elog: move functionality to commonlib/bsd
Ricardo Quesada
2021-08-26
2
-2
/
+50
*
include/bcd: move bcd code to commonlib/bsd/include
Ricardo Quesada
2021-08-23
1
-0
/
+18
*
util/elogtool: add tool to print elog events
Ricardo Quesada
2021-08-05
2
-2
/
+96
*
Move ELOG defines/struct to commonib/bsd/elog.h
Ricardo Quesada
2021-08-05
1
-1
/
+206
*
Move elog_internal.h to commonlib/bsd/include
Ricardo Quesada
2021-08-04
3
-0
/
+68
*
Move post_codes.h to commonlib/console/
Ricardo Quesada
2021-08-04
1
-0
/
+433
*
helpers: Add GENMASK macro
Yu-Ping Wu
2021-08-02
1
-0
/
+3
*
commonlib: Add timestamp strings for TS_FSP_MULTI_PHASE_SI_INIT_x
Subrata Banik
2021-07-29
1
-0
/
+2
*
commonlib/timestamp,amd/common/block/cpu: Add uCode timestamps
Raul E Rangel
2021-07-21
1
-0
/
+4
*
timestamp,vc/google/chromeos/cr50: Add timestamp for enable update
Raul E Rangel
2021-07-05
1
-0
/
+4
*
commonlib: Add Intel-specific timestamps for before/after sending EOP
Tim Wawrzynczak
2021-06-30
1
-0
/
+4
*
helpers: Introduce retry macro
Yu-Ping Wu
2021-06-26
1
-0
/
+35
*
nvs: Add Chrome OS NVS (CNVS) information to coreboot tables
Furquan Shaikh
2021-06-18
1
-0
/
+1
*
timestamp,amd/common/apob_cache: Add timestamps for APOB
Raul E Rangel
2021-06-16
1
-2
/
+10
*
ChromeOS: Separate NVS from global GNVS
Kyösti Mälkki
2021-06-14
1
-0
/
+2
*
commonlib/timestamp: Clarify wording on TS_LOAD_PAYLOAD
Raul E Rangel
2021-06-14
1
-1
/
+1
*
commonlib/lz4_wrapper.c: do not use bitfields
Krystian Hebel
2021-06-11
1
-39
/
+33
*
drivers/intel/fsp2_0: Add timestamps for loading FSPM & FSPS
Martin Roth
2021-06-10
1
-0
/
+6
*
src/intel/xeon_sp: add hardware error support (HEST)
Rocky Phagura
2021-06-04
1
-0
/
+2
*
commonlib/region: Turn addrspace_32bit into a more official API
Julius Werner
2021-04-21
2
-4
/
+22
*
cbfs: mcache: Fix size calculation for perfectly full cache
Julius Werner
2021-04-10
1
-2
/
+2
*
soc/mediatek: add new driver 'msdc' for eMMC
Wenbin Mei
2021-04-09
1
-0
/
+8
*
mem_pool: Track the last two allocations (not just one)
Julius Werner
2021-04-06
2
-12
/
+20
*
cbfs: Add file data hashing for CONFIG_CBFS_VERIFICATION
Julius Werner
2021-04-06
2
-0
/
+26
*
cbfs: Move stage header into a CBFS attribute
Julius Werner
2021-03-17
1
-12
/
+12
*
cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()
Julius Werner
2021-03-08
3
-18
/
+31
*
cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core
Julius Werner
2021-03-08
3
-14
/
+7
*
commonlib/bsd: Fix direct inclusion of <endian.h>
Julius Werner
2021-02-18
1
-1
/
+1
*
cbfs: Fix attribute tag printing in cbfs_find_attr()
Julius Werner
2021-02-18
1
-2
/
+2
*
cbfstool: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4
Julius Werner
2021-02-18
1
-0
/
+3
*
commonlib/cbfs.c: Remove unuse <console/console.h>
Elyes HAOUAS
2021-02-15
1
-1
/
+0
*
acpi: Add support for reporting CrashLog in BERT table
Francois Toguo
2021-02-04
1
-0
/
+6
*
drivers/tpm: Implement full PPI
Patrick Rudolph
2020-12-21
2
-0
/
+25
*
coreboot tables: Add SPI flash memory map windows to coreboot tables
Furquan Shaikh
2020-12-08
1
-0
/
+14
*
commonlib/region: Allow multiple windows for xlate_region_dev
Furquan Shaikh
2020-12-08
2
-56
/
+99
*
cbfs: mcache: Fix end-of-cache check
Julius Werner
2020-12-03
1
-1
/
+1
*
cbfs: Add verification for RO CBFS metadata hash
Julius Werner
2020-12-03
2
-0
/
+35
*
cbfstool: Use cbfs_serialized.h and standard vboot helpers
Julius Werner
2020-12-03
5
-69
/
+76
*
cbfs: Port cbfs_load() and cbfs_map() to new API
Julius Werner
2020-12-02
2
-0
/
+37
*
cbfs: Add metadata cache
Julius Werner
2020-11-21
5
-1
/
+177
*
commonlib: Add timestamp values for forced delays
Martin Roth
2020-11-16
1
-0
/
+4
*
lib/libpayload: Replace strapping_ids with new board configuration entry
Tim Wawrzynczak
2020-10-30
1
-9
/
+15
*
cbfs: Hook up to new CBFS implementation
Julius Werner
2020-10-30
3
-16
/
+9
*
commonlib/bsd: Add new CBFS core implementation
Julius Werner
2020-10-30
4
-3
/
+285
[next]