summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-5/+1
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-109-20/+0
* Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>Kyösti Mälkki2019-08-261-2/+1
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-111-1/+1
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-0/+1
* console/Kconfig - only print UART addresses for I/O based UARTsMartin Roth2019-07-131-4/+4
* console: Correct printing of hexadecimal integersJacob Garber2019-07-101-1/+4
* arch/x86: Replace some uses of SMM_TSEGKyösti Mälkki2019-07-091-2/+2
* console: Implement j specifier in vtxprintf()Jacob Garber2019-07-041-2/+5
* console: Remove support for printing extra basesJacob Garber2019-07-041-4/+2
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-2/+2
* console: Make die() and friends variadicJacob Garber2019-06-111-9/+7
* console: Move poor-man's atoi() into string.hJulius Werner2019-05-231-18/+4
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-0/+1
* post: during post_code, only call elog when enabledJett Rink2019-05-221-1/+1
* console: Add new function die_with_post_code()Keith Short2019-05-201-0/+7
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-21/+21
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-1/+4
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-272-7/+29
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-11/+10
* 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-163-3/+0
* soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber2019-01-161-1/+4
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+1
* console: Add Kconfig debug option DEBUG_CONSOLE_INITKyösti Mälkki2019-01-131-0/+3
* console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLENico Huber2019-01-111-7/+7
* soc/intel: Clean mess around UART_DEBUGNico Huber2019-01-091-1/+9
* 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,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-1/+1
* console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOSJulius Werner2018-10-181-0/+1
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* console: Enable CONSOLE_USB by defaultNico Huber2018-10-041-1/+1
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-2/+1
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-60/+0
* console/hw-debug_sink: Do not cache state of log levelNico Huber2018-06-071-14/+8
* src/console: Fix coding styleElyes HAOUAS2018-06-043-24/+31
* src/console/vtxprintf.c: Remove unneeded 'console.h' includeElyes HAOUAS2018-06-041-1/+0
* console: Fix regression on LATE_CBMEM_INITKyösti Mälkki2018-06-011-2/+4
* Introduce bootblock self-decompressionJulius Werner2018-05-221-0/+2
* console: Skip non-BSP printk() earlierKyösti Mälkki2018-05-091-4/+3
* console: Reduce default loglevel to DEBUGNico Huber2018-05-081-1/+1
* console/vtxprintf.c: Add required spaces around '>'Elyes HAOUAS2018-05-041-1/+1
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* src/console: Add spaces around '=='Elyes HAOUAS2018-04-281-2/+2