summaryrefslogtreecommitdiffstats
path: root/src/lib/bootblock.c
Commit message (Expand)AuthorAgeFilesLines
* 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