summaryrefslogtreecommitdiffstats
path: root/src/console/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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