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
/
lib
/
bootblock.c
Age
Commit message (
Expand
)
Author
2020-09-22
src/lib/bootblock.c: make bootblock_main_with_timestamp public
Kangheui Won
2020-08-27
symbols: Change implementation details of DECLARE_OPTIONAL_REGION()
Julius Werner
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-04-04
src/lib: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-01-10
drivers/pc80/rtc: Move sanitize_cmos()
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Remove stub for sanitize_cmos()
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Remove stub for cmos_post_init()
Kyösti Mälkki
2019-11-05
bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCK
Kyösti Mälkki
2019-08-26
lib/bootblock: Add simplified entry with basetime
Kyösti Mälkki
2019-07-15
src: Use '#include <timestamp.h>' when needed
Elyes HAOUAS
2019-05-23
lib/bootblock: Sanitize CMOS after bootblock_*_early_init()
Nico Huber
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-05-22
Introduce bootblock self-decompression
Julius Werner
2018-05-22
bootblock: Allow more timestamps in bootblock_main_with_timestamp()
Julius Werner
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2017-07-26
Port cmos.default handling to C environment bootblock
Nico Huber
2017-03-13
src/lib: Move asmlinkage before type
Lee Leahy
2017-01-06
arch/x86: fix cmos post logging in non romcc bootblock
Aaron Durbin
2016-06-09
lib: Add asmlinkage attribute to bootblock_main_with_timestamp
Lee Leahy
2016-05-19
lib/bootblock: Provide mechanism to pass in an early timestamp
Alexandru Gagniuc
2016-02-26
lib/bootblock: provide SoC callback parity with mainboard
Aaron Durbin
2016-02-12
timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig
Julius Werner
2015-11-11
arm/arm64: Generalize bootblock C entry point
Julius Werner