index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
postcar_loader.c
Age
Commit message (
Expand
)
Author
2019-05-22
post_code: add post code for failure to load next stage
Keith Short
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist
Subrata Banik
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-11-09
include/program_loading: Add POSTCAR prog type
Philipp Deppenwiese
2018-06-04
arch/x86: Introduce postcar_frame_add_romcache()
Nico Huber
2018-04-24
arch/x86/postcar: add comment clarifying reason for finalize_load()
Aaron Durbin
2017-09-13
arch/x86: Fix typo with MTRR
Kyösti Mälkki
2017-09-08
arch/x86 postcar: Fix use with stage_cache
Kyösti Mälkki
2016-12-09
postcar_loader: Support LATE_CBMEM_INIT boards
Kyösti Mälkki
2016-12-06
CPU: Declare cpu_phys_address_size() for all arch
Kyösti Mälkki
2016-12-01
arch/x86: cache postcar in stage cache
Aaron Durbin
2016-09-12
arch/x86: Utilize additional MTRRs in postcar_frame_add_mtrr
Rizwan Qureshi
2016-09-12
arch/x86: Always compile postcar library in romstage
Rizwan Qureshi
2016-04-02
lib/prog_loading: introduce prog_segment_loaded()
Aaron Durbin
2016-04-02
arch/x86: notify the system when the postcar parameter was updated
Aaron Durbin
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin