summaryrefslogtreecommitdiff
path: root/src/console/console.c
AgeCommit message (Expand)Author
2020-09-21src/console: Drop unneeded empty linesElyes HAOUAS
2020-09-07ec/system76: Add console supportJeremy Soller
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/console: Use SPDX for GPL-2.0-only filesAngel Pons
2019-09-10AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2017-06-12src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-04console/flashsconsole: Add spi flash console for debuggingYouness Alaoui
2016-08-10console: Add write line routineLee Leahy
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-05Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-15console: Bring back newline translationKyösti Mälkki
2014-06-25src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan
2014-05-26console: Add console for GDBKyösti Mälkki
2014-04-18console: Simplify the enable rulesKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyösti Mälkki
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04option: Add arch-agnostic get_option()Kyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2013-12-02global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc
2013-11-10console: Add hexdump32 functionMarc Jones
2013-10-22usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki
2013-10-15Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-08-10usbdebug: Add option for verbose logging of connectionKyösti Mälkki
2013-07-10usbdebug: Move ehci_debug_info allocationKyösti Mälkki
2013-07-10Don't try to use CBMEM console in bootblockStefan Reinauer
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-01console: Make use of CONFIG_USE_OPTION_TABLEChristian Gmeiner
2013-02-08console: Fix using CMOS for optionsPatrick Georgi
2013-02-08console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin
2013-02-08console: Revise serial console configuration names.Hung-Te Lin
2013-01-11Fix console.c with serial support disabledStefan Reinauer
2013-01-04make early serial console support more genericDavid Hendricks
2012-12-05Conditionally include mc146818rtc in console.cDavid Hendricks
2012-03-29CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury
2012-03-09move console includes to central console/console.hStefan Reinauer
2011-10-31Fix usb debug dongle supportSven Schnelle
2011-04-26Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer