summaryrefslogtreecommitdiffstats
path: root/src/include/bootstate.h
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+2
* src/include: Remove space after function nameLee Leahy2017-03-131-1/+1
* src/include: Add space before (Lee Leahy2017-03-101-1/+1
* src/include: Remove space after &Lee Leahy2017-03-091-1/+1
* src/include: Add space after commaLee Leahy2017-03-091-1/+1
* src/include: Indent code using tabsLee Leahy2017-03-091-2/+2
* src/include: Add do { } while(0) around macrosLee Leahy2017-03-091-5/+9
* bootstate: add arch specific hook at coreboot exitAaron Durbin2016-12-081-0/+4
* lib: Add Kconfig to toggle boot state debuggingLee Leahy2016-02-181-5/+2
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-5/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin2015-09-041-3/+7
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-9/+17
* bootstate: don't use header in romstage codePatrick Georgi2014-08-161-0/+3
* include: Fix spellingMartin Roth2013-07-111-1/+1
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-1/+1
* boot state: add ability to block state transitionsAaron Durbin2013-05-071-0/+8
* acpi: split resume check and actual resume codeAaron Durbin2013-05-011-0/+1
* boot state: schedule static callbacksAaron Durbin2013-05-011-0/+21
* ramstage: introduce boot state machineAaron Durbin2013-05-011-0/+161