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
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-04
src/lib: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2019-12-31
console,boot_state: Reformat state times output
Kyösti Mälkki
2019-11-11
console,boot_state: Exclude printk() from reported times
Kyösti Mälkki
2019-11-03
boot_state: Reduce precision of reported times
Kyösti Mälkki
2019-09-11
timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFORE
Kyösti Mälkki
2019-08-23
lib: hardwaremain: Call exception_init() as soon as possible
Asami Doi
2019-08-22
ACPI S3: Depend on RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2019-03-29
src: Use include <reset.h> when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-30
lib/hardwaremain: Fix typo ACPI
Subrata Banik
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-11-16
src: Remove unneeded include <lib.h>
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2017-07-06
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-13
src/lib: Use tabs instead of spaces
Lee Leahy
2017-03-09
src/lib: Remove spaces after ( and before )
Lee Leahy
2016-12-08
bootstate: add arch specific hook at coreboot exit
Aaron Durbin
2016-12-07
lib: Add time stamp when starting to finalize chips
Paul Menzel
2016-11-06
Add option to use Ada code in ramstage
Nico Huber
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