summaryrefslogtreecommitdiff
path: root/src/include/bootstate.h
AgeCommit message (Expand)Author
2020-07-26src/include: Remove unused 'include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-02src/include: Remove unused <stdlib.h>Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-03-13src/include: Remove space after function nameLee Leahy
2017-03-10src/include: Add space before (Lee Leahy
2017-03-09src/include: Remove space after &Lee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2017-03-09src/include: Indent code using tabsLee Leahy
2017-03-09src/include: Add do { } while(0) around macrosLee Leahy
2016-12-08bootstate: add arch specific hook at coreboot exitAaron Durbin
2016-02-18lib: Add Kconfig to toggle boot state debuggingLee Leahy
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-04bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2014-08-16bootstate: don't use header in romstage codePatrick Georgi
2013-07-11include: Fix spellingMartin Roth
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-05-08hardwaremain: drop boot_complete parameterStefan Reinauer
2013-05-07boot state: add ability to block state transitionsAaron Durbin
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-05-01ramstage: introduce boot state machineAaron Durbin