summaryrefslogtreecommitdiffstats
path: root/src/lib/hardwaremain.c
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-7/+7
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-5/+5
* src/lib: Remove spaces after ( and before )Lee Leahy2017-03-091-2/+2
* bootstate: add arch specific hook at coreboot exitAaron Durbin2016-12-081-0/+4
* lib: Add time stamp when starting to finalize chipsPaul Menzel2016-12-071-0/+1
* Add option to use Ada code in ramstageNico Huber2016-11-061-0/+13
* lib/hardwaremain: Add \n to "Boot failed" messageJonathan Neuschäfer2016-05-311-1/+1
* lib: Add Kconfig to toggle boot state debuggingLee Leahy2016-02-181-12/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* hardwaremain: Move init_timer() call to before console initDuncan Laurie2015-06-301-4/+5
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* ramstage: don't drop cbmem consoleAaron Durbin2015-04-231-5/+6
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-141-2/+3
* hardwaremain: explicitly call cbmem_initialize() earlyAaron Durbin2015-04-071-0/+9
* payload loading: remove passing of struct payloadAaron Durbin2015-03-311-12/+2
* ramstage: remove rela_time useAaron Durbin2015-03-211-12/+8
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-6/+4
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-5/+0
* CBMEM: Add timestamp_reinit()Kyösti Mälkki2015-01-271-2/+0
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-051-1/+1
* ACPI: Allocate S3 resume backup in CBMEM earlierKyösti Mälkki2014-10-191-0/+2
* arm: Move exception_init() close to console_init()Julius Werner2014-09-131-0/+2
* ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki2014-07-031-0/+5
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-031-13/+9
* Clean up POST codes for Boot State machineDuncan Laurie2013-11-261-5/+8
* Add new finalize functions for devices and chipsMarc Jones2013-11-081-0/+3
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-211-1/+1
* timestamps: Use stash before CBMEM is usableKyösti Mälkki2013-09-211-6/+9
* Drop ELF remains from boot codeStefan Reinauer2013-07-101-1/+0
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* fix bootstate typo (bs_dev_eanble -> bs_dev_enable)David Hendricks2013-06-201-3/+3
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+3
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-9/+3
* boot state: remove drain timers optionAaron Durbin2013-05-071-11/+7
* boot state: add ability to block state transitionsAaron Durbin2013-05-071-19/+118
* boot state: run timers on state entryAaron Durbin2013-05-011-14/+34
* boot state: track times for each stateAaron Durbin2013-05-011-0/+62
* boot state: rebalance payload load vs actual bootAaron Durbin2013-05-011-3/+9
* boot: remove cbmem_post_handling()Aaron Durbin2013-05-011-4/+0
* cbmem: use boot state machineAaron Durbin2013-05-011-3/+0
* coverage: use boot state callbacksAaron Durbin2013-05-011-5/+0
* acpi: split resume check and actual resume codeAaron Durbin2013-05-011-4/+20
* boot state: schedule static callbacksAaron Durbin2013-05-011-0/+20
* ramstage: introduce boot state machineAaron Durbin2013-05-011-60/+240
* coreboot: dynamic cbmem requirementAaron Durbin2013-03-221-9/+0
* cbmem: dynamic cbmem supportAaron Durbin2013-03-211-4/+3
* ramstage: Add cbmem_get_table_location()Aaron Durbin2013-03-211-0/+10