index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
bootstate.h
Age
Commit message (
Expand
)
Author
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