summaryrefslogtreecommitdiffstats
path: root/src/console/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: Add compile-time fast path when only CBMEM console is usedJulius Werner2022-02-071-0/+2
* console: Add loglevel prefix to interactive consolesJulius Werner2022-02-071-9/+16
* src/console: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* ec/system76: Add console supportJeremy Soller2020-09-071-0/+4
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/console: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-121-1/+1
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-041-0/+4
* console: Add write line routineLee Leahy2016-08-101-0/+13
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth2015-10-051-0/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* console: Bring back newline translationKyösti Mälkki2015-05-151-0/+8
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-251-5/+5
* console: Add console for GDBKyösti Mälkki2014-05-261-0/+24
* console: Simplify the enable rulesKyösti Mälkki2014-04-181-45/+17
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-181-5/+34
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-56/+9
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-8/+1
* console: Split console_init()Kyösti Mälkki2014-04-091-36/+2
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-091-2/+10
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-041-1/+1
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-3/+3
* console: Fix includesKyösti Mälkki2014-03-041-0/+6
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-12/+1
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-20/+0
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-2/+4
* console: Add hexdump32 functionMarc Jones2013-11-101-0/+20
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-221-1/+1
* Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki2013-10-151-2/+2
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-1/+1
* usbdebug: Add option for verbose logging of connectionKyösti Mälkki2013-08-101-3/+3
* usbdebug: Move ehci_debug_info allocationKyösti Mälkki2013-07-101-2/+1
* Don't try to use CBMEM console in bootblockStefan Reinauer2013-07-101-1/+1
* ARM: Separate the early console (romstage) from the bootblock console.Gabe Black2013-07-101-1/+2
* spkmodem consoleVladimir Serbinenko2013-04-181-0/+4
* console: Make use of CONFIG_USE_OPTION_TABLEChristian Gmeiner2013-04-011-1/+1
* console: Fix using CMOS for optionsPatrick Georgi2013-02-081-1/+1
* console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin2013-02-081-2/+4
* console: Revise serial console configuration names.Hung-Te Lin2013-02-081-1/+1
* Fix console.c with serial support disabledStefan Reinauer2013-01-111-1/+1
* make early serial console support more genericDavid Hendricks2013-01-041-1/+3
* Conditionally include mc146818rtc in console.cDavid Hendricks2012-12-051-0/+10
* CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury2012-03-291-1/+4
* move console includes to central console/console.hStefan Reinauer2012-03-091-18/+6
* Fix usb debug dongle supportSven Schnelle2011-10-311-0/+4
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-261-1/+4