summaryrefslogtreecommitdiffstats
path: root/src/console/init.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-2/+2
* console: Print architecturePatrick Rudolph2023-01-311-1/+1
* src/console: Reformat codeElyes Haouas2022-09-131-2/+1
* console: Add Kconfig to dump pre-bootblock cbmem contentsRaul E Rangel2022-01-171-0/+4
* console: Make get_log_level a public functionSubrata Banik2022-01-031-1/+1
* console: Remove asmlinkage from console_initRaul E Rangel2021-09-171-1/+1
* src/console/init.c: Make get_log_level static inline againJakub Czapiga2021-06-151-2/+1
* tests/console: Add tests for log message routing behaviorPatrick Georgi2021-06-101-1/+2
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* src: Replace remaining {get,set}_option() instancesAngel Pons2021-04-231-1/+1
* console/init: Drop CONSOLE_LEVEL_CONSTNico Huber2020-10-261-20/+5
* console, PCI: Remove EARLY_PCI_BRIDGE support in verstageKyösti Mälkki2020-06-141-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/console: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* console/init.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-5/+4
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-5/+1
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-1/+13
* device/pci_early.c: Drop some guardsKyösti Mälkki2019-02-111-3/+1
* console/init: Print log level in coreboot bannerPaul Menzel2019-01-171-2/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* console: Add Kconfig debug option DEBUG_CONSOLE_INITKyösti Mälkki2019-01-131-0/+3
* device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki2018-12-301-2/+3
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-4/+2
* console: Fix regression on LATE_CBMEM_INITKyösti Mälkki2018-06-011-2/+4
* console: only allow console messages after initializationAaron Durbin2018-03-021-0/+6
* console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert2018-02-231-2/+2
* console: Ignore loglevel in nvram until ramstageKyösti Mälkki2017-09-251-1/+4
* src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-121-2/+2
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-1/+1
* console: rework log level to not be reliant on ROMSTAGE_CONSTAaron Durbin2017-04-251-7/+35
* arch/x86: Enable postcar consoleLee Leahy2016-08-011-1/+1
* rules.h: Add ENV_STRING and use it in console_init()Ben Gardner2015-11-201-14/+2
* arm64: remove secmonAaron Durbin2015-11-071-2/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* console: enumerate all known stagesAaron Durbin2015-05-131-3/+10
* global: Refactor get_option usageVarad Gautam2015-04-061-2/+2
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-3/+9
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-10/+3
* console: Isolate console_init() for ROMCCKyösti Mälkki2014-11-191-7/+1
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-181-1/+2
* console: Hide global console_loglevelKyösti Mälkki2014-04-091-2/+8
* console: Unify do_printk()Kyösti Mälkki2014-04-091-0/+4
* console: Split console_init()Kyösti Mälkki2014-04-091-0/+56