summaryrefslogtreecommitdiffstats
path: root/src/lib/hardwaremain.c
Commit message (Expand)AuthorAgeFilesLines
* lib/hardwaremain: align '\' in multi-line macroFelix Held2024-02-201-2/+2
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-3/+3
* Drop unused include <version.h>Kyösti Mälkki2023-04-211-1/+0
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-1/+1
* lib/hardwaremain.c: Move creating ACPI structs to bootstate hooksArthur Heymans2022-04-271-8/+0
* lib: Remove unused <stdlib.h> and use <types.h> when appropriateElyes HAOUAS2022-04-241-1/+0
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-1/+1
* ChromeOS: Refactor ACPI CNVS generationKyösti Mälkki2021-12-231-1/+1
* lib/hardwaremain: Run timers more frequentlyRaul E Rangel2021-11-151-0/+5
* lib/hardwaremain: change type of "complete" element in boot_state structFelix Held2021-10-041-3/+3
* lib/hardwaremain: add missing types.h includeFelix Held2021-10-041-0/+1
* Move post_codes.h to commonlib/console/Ricardo Quesada2021-08-041-9/+9
* lib/thread,lib/hardwaremain: Lazy initialize threadsRaul E Rangel2021-07-261-1/+0
* lib/hardwaremain: Drop boot_state_current_{block,unblock}()Raul E Rangel2021-07-181-10/+0
* ChromeOS: Separate NVS from global GNVSKyösti Mälkki2021-06-141-0/+4
* lib/hardwaremain: Print individual boot state callback durationsRaul E Rangel2021-06-141-0/+9
* lib/hardwaremain.c: Hide preprocessor guards in headerAngel Pons2021-06-141-4/+4
* include/console: Rename and update POST_ENTRY_RAMSTAGE postcodeSubrata Banik2021-05-121-1/+1
* ACPI: Clean up GNVS initialisationKyösti Mälkki2021-01-241-1/+1
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-1/+1
* ACPI: Allocate GNVS early in ramstageKyösti Mälkki2020-12-251-0/+5
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-1/+1
* ACPI S3: Clean up resume pathKyösti Mälkki2020-07-281-2/+2
* lib/hardwaremain: Drop HAVE_ACPI_RESUME guardsKyösti Mälkki2020-06-181-13/+10
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* console,boot_state: Reformat state times outputKyösti Mälkki2019-12-311-56/+35
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+8
* boot_state: Reduce precision of reported timesKyösti Mälkki2019-11-031-1/+7
* timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-09-111-3/+0
* lib: hardwaremain: Call exception_init() as soon as possibleAsami Doi2019-08-231-3/+2
* ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki2019-08-221-2/+0
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-12/+12
* lib/hardwaremain: Fix typo ACPISubrata Banik2019-01-301-1/+1
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-5/+3
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* 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