summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+16
* Extend CMOS POST code logging to store extra dataDuncan Laurie2013-11-262-0/+42
* cmos post: Guard with spinlockDuncan Laurie2013-11-261-3/+12
* console: Add hexdump32 functionMarc Jones2013-11-101-0/+20
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-222-1/+6
* Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki2013-10-152-3/+2
* Revert "CBMEM: Always have early initialisation"Kyösti Mälkki2013-10-141-0/+1
* CBMEM: Always have early initialisationKyösti Mälkki2013-09-211-1/+0
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-1/+1
* usbdebug: Allow an USB hub on the debug dongleKyösti Mälkki2013-09-201-2/+23
* usbdebug: Support choice of EHCI controllerKyösti Mälkki2013-08-291-0/+19
* usbdebug: Change debug port scanningKyösti Mälkki2013-08-291-16/+9
* console: Squelch console output from AP CPUs in romstageKyösti Mälkki2013-08-161-0/+12
* usbdebug: Add option for verbose logging of connectionKyösti Mälkki2013-08-101-3/+3
* Make EARLY_CONSOLE optionalKyösti Mälkki2013-08-071-0/+1
* usbdebug: Move EHCI BAR relocation codeKyösti Mälkki2013-07-101-59/+0
* usbdebug: Move ehci_debug_info allocationKyösti Mälkki2013-07-102-19/+16
* usbdebug: Refactor disable logicKyösti Mälkki2013-07-101-19/+11
* Don't try to use CBMEM console in bootblockStefan Reinauer2013-07-101-1/+1
* Simplify early / bootblock console codeStefan Reinauer2013-07-101-10/+3
* ARM: Separate the early console (romstage) from the bootblock console.Gabe Black2013-07-103-2/+13
* console: Fix spellingMartin Roth2013-07-101-1/+1
* usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki2013-07-011-0/+40
* usbdebug: Fix use without EARLY_CONSOLEKyösti Mälkki2013-06-071-0/+3
* console: log qemu debugcon detection resultGerd Hoffmann2013-06-051-0/+3
* console: add qemu debugcon detectionGerd Hoffmann2013-06-051-1/+6
* console: add qemu prefix to debugconGerd Hoffmann2013-06-053-5/+5
* console: add support for QEMU's debugconGerd Hoffmann2013-06-033-0/+71
* Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich2013-05-101-79/+0
* spkmodem consoleVladimir Serbinenko2013-04-184-0/+57
* console: Make use of CONFIG_USE_OPTION_TABLEChristian Gmeiner2013-04-011-1/+1
* dynamic cbmem: fix memconsole and timestampsAaron Durbin2013-03-231-1/+1
* Fix race condition building console codeStefan Reinauer2013-03-211-0/+1
* Eliminate do_div().David Hendricks2013-03-081-15/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-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-082-7/+8
* console: Always allow setting "EARLY_CONSOLE" configuration.Hung-Te Lin2013-02-081-1/+5
* console: Revise serial console configuration names.Hung-Te Lin2013-02-083-22/+23
* armv7: Clean up arm/snow bootblock build process.Hung-Te Lin2013-02-071-0/+5
* Improve how our printk calls do_div by using constants.Ronald G. Minnich2013-01-311-2/+16
* Fix console.c with serial support disabledStefan Reinauer2013-01-111-1/+1
* make early serial console support more genericDavid Hendricks2013-01-043-2/+11
* WIP: Add support for non-8250 built-in UARTsStefan Reinauer2012-12-081-4/+20
* Disable CMOS_POST and IO_POST on non-PC80 systemsStefan Reinauer2012-12-061-1/+2
* Conditionally include mc146818rtc in console.cDavid Hendricks2012-12-051-0/+10
* Get rid of drivers classPatrick Georgi2012-11-271-6/+6
* Conditionally #include mc1468181rtc if CMOS_POST is enabledDavid Hendricks2012-11-271-0/+2
* Make POST codes written to IO port optionalDavid Hendricks2012-11-272-5/+19
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+36