index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
bootstate.h
Age
Commit message (
Expand
)
Author
2020-04-05
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-01-02
src/include: Remove unused <stdlib.h>
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2018-06-14
src: Get rid of unneeded whitespace
Elyes HAOUAS
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-03-13
src/include: Remove space after function name
Lee Leahy
2017-03-10
src/include: Add space before (
Lee Leahy
2017-03-09
src/include: Remove space after &
Lee Leahy
2017-03-09
src/include: Add space after comma
Lee Leahy
2017-03-09
src/include: Indent code using tabs
Lee Leahy
2017-03-09
src/include: Add do { } while(0) around macros
Lee Leahy
2016-12-08
bootstate: add arch specific hook at coreboot exit
Aaron Durbin
2016-02-18
lib: Add Kconfig to toggle boot state debugging
Lee Leahy
2016-02-11
arches: lib: add main_decl.h for main() declaration
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-04
bootstate: remove need for #ifdef ENV_RAMSTAGE
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2014-08-16
bootstate: don't use header in romstage code
Patrick Georgi
2013-07-11
include: Fix spelling
Martin Roth
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-05-08
hardwaremain: drop boot_complete parameter
Stefan Reinauer
2013-05-07
boot state: add ability to block state transitions
Aaron Durbin
2013-05-01
acpi: split resume check and actual resume code
Aaron Durbin
2013-05-01
boot state: schedule static callbacks
Aaron Durbin
2013-05-01
ramstage: introduce boot state machine
Aaron Durbin