summaryrefslogtreecommitdiffstats
path: root/src/lib/bootblock.c
Commit message (Expand)AuthorAgeFilesLines
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* security/tpm: Add option to init TPM in bootblockArthur Heymans2021-05-061-0/+7
* decompressor: Add CBFS_VERIFICATION supportJulius Werner2021-04-061-0/+3
* src/lib/bootblock.c: make bootblock_main_with_timestamp publicKangheui Won2020-09-221-1/+1
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-1/+1
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-101-0/+1
* drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki2020-01-071-1/+2
* drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki2020-01-071-1/+3
* bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCKKyösti Mälkki2019-11-051-0/+4
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+14
* src: Use '#include <timestamp.h>' when neededElyes HAOUAS2019-07-151-0/+1
* lib/bootblock: Sanitize CMOS after bootblock_*_early_init()Nico Huber2019-05-231-3/+3
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-1/+2
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* Introduce bootblock self-decompressionJulius Werner2018-05-221-0/+17
* bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner2018-05-221-4/+9
* compiler.h: add __weak macroAaron Durbin2018-04-241-4/+5
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+1
* src/lib: Move asmlinkage before typeLee Leahy2017-03-131-1/+1
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-0/+3
* lib: Add asmlinkage attribute to bootblock_main_with_timestampLee Leahy2016-06-091-1/+1
* lib/bootblock: Provide mechanism to pass in an early timestampAlexandru Gagniuc2016-05-191-4/+14
* lib/bootblock: provide SoC callback parity with mainboardAaron Durbin2016-02-261-0/+2
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-1/+6
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-0/+45