summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-011-1/+1
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-4/+2
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-15/+3
* console: Isolate console_init() for ROMCCKyösti Mälkki2014-11-191-7/+1
* Copy u-boot sources as is and modify the tree to still buildVadim Bendebury2014-11-121-0/+440
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-071-5/+5
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-151-0/+1
* cbmemc: Bump default to 128KVladimir Serbinenko2014-09-141-2/+2
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-251-1/+1
* console: conditionally include console in bootblockStefan Reinauer2014-08-181-1/+1
* src/console/Kconfig: Fix choice for showing POST codes on consoleDaniele Forsi2014-07-301-1/+1
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-2/+2
* src/console/post.c: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-06-271-6/+2
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-254-14/+14
* console: Add console for GDBKyösti Mälkki2014-05-261-0/+24
* console: Fix UART selection promptKyösti Mälkki2014-04-301-1/+1
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-302-10/+2
* uart: Support multiple portsKyösti Mälkki2014-04-301-28/+10
* console: Simplify the enable rulesKyösti Mälkki2014-04-181-45/+17
* console: Split ROMCC helpersKyösti Mälkki2014-04-181-0/+64
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-184-7/+39
* console: Drop driver list in ramstageKyösti Mälkki2014-04-188-335/+9
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-092-7/+1
* console: Simplify vtxprintfKyösti Mälkki2014-04-093-37/+17
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-092-10/+11
* console: Add printk helper for ChromeOSKyösti Mälkki2014-04-091-0/+8
* console: Hide global console_loglevelKyösti Mälkki2014-04-092-4/+9
* console: Unify do_printk()Kyösti Mälkki2014-04-093-8/+13
* console: Split console_init()Kyösti Mälkki2014-04-093-42/+64
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-091-2/+10
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-26/+19
* Make POST device configurable.Idwer Vollering2014-03-162-16/+33
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-043-57/+7
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-043-93/+7
* SMM: Only have console with DEBUG_SMIKyösti Mälkki2014-03-041-2/+1
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-042-26/+9
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-041-5/+4
* console: Fix includesKyösti Mälkki2014-03-044-0/+9
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-12/+1
* usbdebug: Unify console APIKyösti Mälkki2014-02-201-4/+4
* printk: support and use %hh prefixPatrick Georgi2014-02-191-1/+9
* console/uart8250*: Remove inclusion of mc146818rtc.hAlexandru Gagniuc2014-02-152-2/+0
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-20/+0
* usbdebug: Improve receive speedKyösti Mälkki2014-02-101-6/+1
* QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki2014-02-061-27/+3
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-1/+1
* Remove sprintfVladimir Serbinenko2014-01-101-14/+0
* console/vsprintf: Implement snprintfVladimir Serbinenko2014-01-101-8/+28
* usbdebug: Add option to disable console for romstageKyösti Mälkki2013-12-231-4/+10