aboutsummaryrefslogtreecommitdiff
path: root/src/console
AgeCommit message (Expand)Author
2019-06-11console: Allow using vprintk() with disabled consoleJacob Garber
2019-06-11console: Make die() and friends variadicJacob Garber
2019-05-23console: Move poor-man's atoi() into string.hJulius Werner
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-05-22post: during post_code, only call elog when enabledJett Rink
2019-05-20console: Add new function die_with_post_code()Keith Short
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-27console: Split loglevel for fast and slowKyösti Mälkki
2019-02-27console: Refactor printk() varargs prototypesKyösti Mälkki
2019-02-11device/pci_early.c: Drop some guardsKyösti Mälkki
2019-01-17console/init: Print log level in coreboot bannerPaul Menzel
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-16soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2019-01-13console: Add Kconfig debug option DEBUG_CONSOLE_INITKyösti Mälkki
2019-01-11console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLENico Huber
2019-01-09soc/intel: Clean mess around UART_DEBUGNico Huber
2018-12-30device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-10-18console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOSJulius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-04console: Enable CONSOLE_USB by defaultNico Huber
2018-09-10complier.h: add __noreturn and use it in code baseAaron Durbin
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-06-07console/hw-debug_sink: Do not cache state of log levelNico Huber
2018-06-04src/console: Fix coding styleElyes HAOUAS
2018-06-04src/console/vtxprintf.c: Remove unneeded 'console.h' includeElyes HAOUAS
2018-06-01console: Fix regression on LATE_CBMEM_INITKyösti Mälkki
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-09console: Skip non-BSP printk() earlierKyösti Mälkki
2018-05-08console: Reduce default loglevel to DEBUGNico Huber
2018-05-04console/vtxprintf.c: Add required spaces around '>'Elyes HAOUAS
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-04-28src/console: Add spaces around '=='Elyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-09console: Expose vsnprintfDavid Hendricks
2018-03-02console: only allow console messages after initializationAaron Durbin
2018-02-23console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-09-25console: Ignore loglevel in nvram until ramstageKyösti Mälkki
2017-08-14console: Add weak method to notify about deathPatrick Rudolph
2017-07-13src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-12src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-04console/flashsconsole: Add spi flash console for debuggingYouness Alaoui
2017-05-18cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner
2017-04-25console: rework log level to not be reliant on ROMSTAGE_CONSTAaron Durbin
2017-04-24console: Make snprintf available in all stagesPaul Menzel
2016-12-27console: Enable do_printk_va_list for VBOOTLee Leahy
2016-11-29Hook up libhwbase in ramstageNico Huber
2016-11-21console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth
2016-10-18Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"Ronald G. Minnich
2016-10-15[WIP] console/Kconfig: Calculate COM port base addresses only on x86Jonathan Neuschäfer
2016-10-02Kconfig: Update default hex values to start with 0xMartin Roth
2016-09-19console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin
2016-08-31src/console: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-10console: Add write line routineLee Leahy
2016-08-01arch/x86: Enable postcar consoleLee Leahy
2016-07-28skylake/mainboard: Define mainboard hook in bootblockSubrata Banik
2016-05-25console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-05Kconfig: hide useless options on ARM.Vladimir Serbinenko
2016-02-22console: Add higher baud ratesLee Leahy
2016-02-09console: Disable SQUELCH_EARLY_SMP if SMP is not selectedLee Leahy
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2016-01-18console/: add missing license headersDamien Roth
2015-12-15src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson
2015-12-08console: Allow ARM64 platforms to select bootblock consoleMartin Roth
2015-11-21console: Add help for serial IO port selectionMartin Roth
2015-11-20rules.h: Add ENV_STRING and use it in console_init()Ben Gardner
2015-11-19x86: Add Kconfig to disable early bootblock postcodesMartin Roth
2015-11-17src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLEAlexandru Gagniuc
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-05Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth
2015-05-26consoles: remove unused infrastructureAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-15console: Bring back newline translationKyösti Mälkki
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-13console: enumerate all known stagesAaron Durbin
2015-05-05console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-23cbmem_console: fix it for x86Aaron Durbin
2015-04-14Add console wrapper for UART driverVadim Bendebury
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06global: Refactor get_option usageVarad Gautam
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-03-30Avoid 64bit math on MIPS platformsVadim Bendebury
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-25console: Convert cbmem log line endings to UNIX standardTimothy Pearson
2015-03-23console: Allow bootblock console on MIPSPaul Burton
2015-03-10console/Kconfig: Enable CBMEM console by defaultPaul Menzel
2015-03-10x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki
2015-03-10cbmem console: Allow the cbmem console on non-x86 systems again.Gabe Black