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
/
lib
/
Makefile.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hook up Kconfig Ada spec file
Nico Huber
2019-02-06
1
-0
/
+2
*
string: move strdup() & strconcat() to lib/string.c
Thomas Heijligen
2019-01-30
1
-0
/
+1
*
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-22
1
-4
/
+0
*
Add selfboot to the romstage
Ronald G. Minnich
2018-10-30
1
-0
/
+1
*
lib: Add FIT payload support
Patrick Rudolph
2018-06-19
1
-0
/
+2
*
Introduce bootblock self-decompression
Julius Werner
2018-05-22
1
-0
/
+16
*
lib/devicetree: Integrate flattened devicetree support
Patrick Rudolph
2018-04-30
1
-0
/
+2
*
src/lib/dimm_info_util.c: Add methods to convert from SMBIOS to SPD
Raul E Rangel
2018-04-11
1
-0
/
+1
*
lib: Add delay.c to smm
Furquan Shaikh
2018-03-05
1
-0
/
+1
*
lib: include timer.c for all stages for GENERIC_UDELAY
Aaron Durbin
2018-01-25
1
-0
/
+2
*
security/tpm: Move tpm TSS and TSPI layer to security section
Philipp Deppenwiese
2018-01-18
1
-12
/
+0
*
lib: Prepare for libhwbase' generated config file
Nico Huber
2017-10-28
1
-0
/
+13
*
drivers/elog: Fix debug build errors
John E. Kabat Jr
2017-10-16
1
-0
/
+1
*
src/lib/Makefile.inc: Remove loaders subdirectory
Jonathan Neuschäfer
2017-09-26
1
-1
/
+0
*
postcar: Add cbmem_stage_cache
Kyösti Mälkki
2017-09-06
1
-0
/
+1
*
Add support for Undefined Behavior Sanitizer
Ryan Salsamendi
2017-06-14
1
-0
/
+4
*
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2017-06-13
1
-0
/
+7
*
lib/edid: Split out fill_lb_framebuffer()
Nico Huber
2017-05-30
1
-0
/
+3
*
lib/edid.c: Allow use of when not NGI
Arthur Heymans
2017-05-03
1
-1
/
+1
*
Remove libverstage as separate library and source file class
Julius Werner
2017-03-28
1
-3
/
+3
*
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
1
-2
/
+2
*
chromeos: Remove old MOCK_TPM references
Julius Werner
2017-03-28
1
-6
/
+0
*
ddr3 spd: move accessor code into lib/spd_bin.c
Patrick Georgi
2017-02-10
1
-2
/
+2
*
src/lib: Update Makefile to keep build/spd.bin rule private
Martin Roth
2017-01-31
1
-0
/
+2
*
google/chromeos: disable platform hierarchy on resume for TPM2
Aaron Durbin
2017-01-12
1
-0
/
+2
*
lib: add region file support
Aaron Durbin
2016-12-08
1
-0
/
+2
*
lib: put romstage_handoff implementation in own compilation unit
Aaron Durbin
2016-12-01
1
-0
/
+3
*
lib: Add library to handle SPD data in CBFS or DIMM
Naresh G Solanki
2016-11-30
1
-0
/
+18
*
Hook up libhwbase in ramstage
Nico Huber
2016-11-29
1
-0
/
+10
*
TPM: Add TPM driver files to romstage
Furquan Shaikh
2016-11-10
1
-0
/
+8
*
soc/intel/apollolake: Implement stage cache to improve resume time
Brandon Breitenstein
2016-10-07
1
-0
/
+1
*
arch/x86,lib: make cbmem console work in postcar stage
Aaron Durbin
2016-09-19
1
-0
/
+1
*
Add minimal GNAT run time system (RTS)
Nico Huber
2016-09-19
1
-0
/
+1
*
lib: Enable hexdump in verstage
Duncan Laurie
2016-09-08
1
-0
/
+1
*
drivers/spi: move cbfs_spi.c location
Aaron Durbin
2016-08-19
1
-5
/
+0
*
skylake/mainboard: Define mainboard hook in bootblock
Subrata Banik
2016-07-28
1
-0
/
+1
*
lib: provide memrange library in romstage
Aaron Durbin
2016-07-19
1
-0
/
+1
*
AGESA: Use common romstage ram stack
Kyösti Mälkki
2016-07-15
1
-0
/
+1
*
tpm2: add marshaling/unmarshaling layer
Vadim Bendebury
2016-07-11
1
-0
/
+1
*
tpm2: implement tlcl layer
Vadim Bendebury
2016-07-11
1
-1
/
+2
*
intel post-car: Consolidate choose_top_of_stack()
Kyösti Mälkki
2016-07-10
1
-0
/
+1
*
lib: Add real-time-clock functions
Simon Glass
2016-06-24
1
-0
/
+1
*
lib: Build reg_script for bootblock
Lee Leahy
2016-06-09
1
-0
/
+1
*
hexstrtobin: Add a library function to decode ASCII hex into binary
Duncan Laurie
2016-05-21
1
-0
/
+1
*
lib: remove FLASHMAP_OFFSET config variable
Aaron Durbin
2016-05-11
1
-0
/
+7
*
lib/cbfs: Use fmap derived information about the COREBOOT region
Patrick Georgi
2016-05-03
1
-0
/
+7
*
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-03-23
1
-2
/
+25
*
lib: Implement framework for retrieving WiFi regulatory domain
Felix Durairaj
2016-03-08
1
-0
/
+1
*
lib: add bootmode.c to verstage
Aaron Durbin
2016-02-04
1
-0
/
+1
*
Makefile: Make full use of src-to-obj macro
Nico Huber
2016-01-28
1
-7
/
+7
[next]