summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* snprintf: lockless operationVladimir Serbinenko2013-12-071-12/+12
* vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko2013-12-071-23/+52
* usbdebug: Hide irrelevent options from menuconfigKyösti Mälkki2013-12-061-2/+4
* Drop obsolete CONSOLE_LOGBUFStefan Reinauer2013-12-033-26/+0
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-2/+4
* 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