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
/
lib
/
hardwaremain.c
Age
Commit message (
Expand
)
Author
2016-05-31
lib/hardwaremain: Add \n to "Boot failed" message
Jonathan Neuschäfer
2016-02-18
lib: Add Kconfig to toggle boot state debugging
Lee Leahy
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-30
hardwaremain: Move init_timer() call to before console init
Duncan Laurie
2015-06-02
cbfs: new API and better program loading
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-23
ramstage: don't drop cbmem console
Aaron Durbin
2015-04-14
timer: Reestablish init_timer(), consolidate timer initialization calls
Julius Werner
2015-04-07
hardwaremain: explicitly call cbmem_initialize() early
Aaron Durbin
2015-03-31
payload loading: remove passing of struct payload
Aaron Durbin
2015-03-21
ramstage: remove rela_time use
Aaron Durbin
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2015-03-04
Add stage information to coreboot banner
Stefan Reinauer
2015-01-27
CBMEM: Add timestamp_reinit()
Kyösti Mälkki
2015-01-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2014-10-19
ACPI: Allocate S3 resume backup in CBMEM earlier
Kyösti Mälkki
2014-09-13
arm: Move exception_init() close to console_init()
Julius Werner
2014-07-03
ACPI: Recover type of wakeup in acpi_is_wakeup()
Kyösti Mälkki
2014-03-03
coreboot: unify infrastructure for loading payloads
Aaron Durbin
2013-11-26
Clean up POST codes for Boot State machine
Duncan Laurie
2013-11-08
Add new finalize functions for devices and chips
Marc Jones
2013-09-21
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-09-21
timestamps: Use stash before CBMEM is usable
Kyösti Mälkki
2013-07-10
Drop ELF remains from boot code
Stefan Reinauer
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-06-20
fix bootstate typo (bs_dev_eanble -> bs_dev_enable)
David Hendricks
2013-05-14
coreboot: add thread cooperative multitasking
Aaron Durbin
2013-05-08
hardwaremain: drop boot_complete parameter
Stefan Reinauer
2013-05-07
boot state: remove drain timers option
Aaron Durbin
2013-05-07
boot state: add ability to block state transitions
Aaron Durbin
2013-05-01
boot state: run timers on state entry
Aaron Durbin
2013-05-01
boot state: track times for each state
Aaron Durbin
2013-05-01
boot state: rebalance payload load vs actual boot
Aaron Durbin
2013-05-01
boot: remove cbmem_post_handling()
Aaron Durbin
2013-05-01
cbmem: use boot state machine
Aaron Durbin
2013-05-01
coverage: use boot state callbacks
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
2013-03-22
coreboot: dynamic cbmem requirement
Aaron Durbin
2013-03-21
cbmem: dynamic cbmem support
Aaron Durbin
2013-03-21
ramstage: Add cbmem_get_table_location()
Aaron Durbin
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-01-30
Extend CBFS to support arbitrary ROM source media.
Hung-Te Lin
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2012-11-30
Drop boot directory
Stefan Reinauer