summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* compiler.h: add __weak macroAaron Durbin2018-04-242-2/+4
* console: Expose vsnprintfDavid Hendricks2018-04-091-1/+1
* 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-232-2/+12
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-0/+10
* console: Ignore loglevel in nvram until ramstageKyösti Mälkki2017-09-251-1/+4
* console: Add weak method to notify about deathPatrick Rudolph2017-08-141-0/+11
* src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-123-14/+14
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-042-0/+35
* 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
* console: Make snprintf available in all stagesPaul Menzel2017-04-241-4/+5
* console: Enable do_printk_va_list for VBOOTLee Leahy2016-12-271-2/+2
* Hook up libhwbase in ramstageNico Huber2016-11-294-0/+96
* console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth2016-11-211-1/+1
* Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"Ronald G. Minnich2016-10-181-2/+0
* [WIP] console/Kconfig: Calculate COM port base addresses only on x86Jonathan Neuschäfer2016-10-151-0/+2
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin2016-09-191-2/+2
* src/console: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-312-2/+2
* console: Add write line routineLee Leahy2016-08-101-0/+13
* arch/x86: Enable postcar consoleLee Leahy2016-08-012-1/+8
* skylake/mainboard: Define mainboard hook in bootblockSubrata Banik2016-07-281-0/+1
* console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin2016-05-251-2/+3