aboutsummaryrefslogtreecommitdiff
path: root/src/console
AgeCommit message (Expand)Author
2014-08-25UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black
2014-08-18console: conditionally include console in bootblockStefan Reinauer
2014-07-30src/console/Kconfig: Fix choice for showing POST codes on consoleDaniele Forsi
2014-07-23src/.../Kconfig: various small fixes to textsDaniele Forsi
2014-06-27src/console/post.c: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-06-25src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan
2014-05-26console: Add console for GDBKyösti Mälkki
2014-04-30console: Fix UART selection promptKyösti Mälkki
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-18console: Simplify the enable rulesKyösti Mälkki
2014-04-18console: Split ROMCC helpersKyö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: Remove old fix for DEBUG_SMIKyösti Mälkki
2014-04-09console: Simplify vtxprintfKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Add printk helper for ChromeOSKyösti Mälkki
2014-04-09console: Hide global console_loglevelKyösti Mälkki
2014-04-09console: Unify do_printk()Kyö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-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-03-16Make POST device configurable.Idwer Vollering
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: 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-20usbdebug: Unify console APIKyösti Mälkki
2014-02-19printk: support and use %hh prefixPatrick Georgi
2014-02-15console/uart8250*: Remove inclusion of mc146818rtc.hAlexandru Gagniuc
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-02-10usbdebug: Improve receive speedKyösti Mälkki
2014-02-06QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-01-10Remove sprintfVladimir Serbinenko
2014-01-10console/vsprintf: Implement snprintfVladimir Serbinenko
2013-12-23usbdebug: Add option to disable console for romstageKyösti Mälkki
2013-12-07snprintf: lockless operationVladimir Serbinenko
2013-12-07vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko
2013-12-06usbdebug: Hide irrelevent options from menuconfigKyösti Mälkki
2013-12-03Drop obsolete CONSOLE_LOGBUFStefan Reinauer
2013-12-02global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26cmos post: Guard with spinlockDuncan Laurie
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-10-14Revert "CBMEM: Always have early initialisation"Kyösti Mälkki
2013-09-21CBMEM: Always have early initialisationKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-09-20usbdebug: Allow an USB hub on the debug dongleKyösti Mälkki
2013-08-29usbdebug: Support choice of EHCI controllerKyösti Mälkki
2013-08-29usbdebug: Change debug port scanningKyösti Mälkki
2013-08-16console: Squelch console output from AP CPUs in romstageKyösti Mälkki
2013-08-10usbdebug: Add option for verbose logging of connectionKyösti Mälkki
2013-08-07Make EARLY_CONSOLE optionalKyösti Mälkki
2013-07-10usbdebug: Move EHCI BAR relocation codeKyösti Mälkki
2013-07-10usbdebug: Move ehci_debug_info allocationKyösti Mälkki
2013-07-10usbdebug: Refactor disable logicKyösti Mälkki
2013-07-10Don't try to use CBMEM console in bootblockStefan Reinauer
2013-07-10Simplify early / bootblock console codeStefan Reinauer
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10console: Fix spellingMartin Roth
2013-07-01usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki
2013-06-07usbdebug: Fix use without EARLY_CONSOLEKyösti Mälkki
2013-06-05console: log qemu debugcon detection resultGerd Hoffmann
2013-06-05console: add qemu debugcon detectionGerd Hoffmann
2013-06-05console: add qemu prefix to debugconGerd Hoffmann
2013-06-03console: add support for QEMU's debugconGerd Hoffmann
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-01console: Make use of CONFIG_USE_OPTION_TABLEChristian Gmeiner
2013-03-23dynamic cbmem: fix memconsole and timestampsAaron Durbin
2013-03-21Fix race condition building console codeStefan Reinauer
2013-03-08Eliminate do_div().David Hendricks
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
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: Always allow setting "EARLY_CONSOLE" configuration.Hung-Te Lin
2013-02-08console: Revise serial console configuration names.Hung-Te Lin
2013-02-07armv7: Clean up arm/snow bootblock build process.Hung-Te Lin
2013-01-31Improve how our printk calls do_div by using constants.Ronald G. Minnich
2013-01-11Fix console.c with serial support disabledStefan Reinauer
2013-01-04make early serial console support more genericDavid Hendricks
2012-12-08WIP: Add support for non-8250 built-in UARTsStefan Reinauer
2012-12-06Disable CMOS_POST and IO_POST on non-PC80 systemsStefan Reinauer
2012-12-05Conditionally include mc146818rtc in console.cDavid Hendricks
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-27Conditionally #include mc1468181rtc if CMOS_POST is enabledDavid Hendricks
2012-11-27Make POST codes written to IO port optionalDavid Hendricks
2012-11-08Log unexpected post code from the previous bootDuncan Laurie
2012-11-08Add support for storing POST codes in CMOSDuncan Laurie
2012-08-04Add a capability for mainboard-specific posting.Alexandru Gagniuc
2012-07-26USBDEBUG: buffer up to 8 bytesSven Schnelle
2012-07-24SMM: Add support for malloc in SMM if using TSEGDuncan Laurie