summaryrefslogtreecommitdiffstats
path: root/src/include/bootstate.h
Commit message (Expand)AuthorAgeFilesLines
* lib/hardwaremain: Drop boot_state_current_{block,unblock}()Raul E Rangel2021-07-181-3/+0
* lib/hardwaremain.c: Hide preprocessor guards in headerAngel Pons2021-06-141-0/+10
* src/include: Remove unused 'include <stdint.h>'Elyes HAOUAS2020-07-261-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/include: Remove unused <stdlib.h>Elyes HAOUAS2020-01-021-1/+0
* 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