summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for storing POST codes in CMOSDuncan Laurie2012-11-082-0/+36
* Add a capability for mainboard-specific posting.Alexandru Gagniuc2012-08-041-0/+15
* USBDEBUG: buffer up to 8 bytesSven Schnelle2012-07-261-2/+7
* SMM: Add support for malloc in SMM if using TSEGDuncan Laurie2012-07-241-0/+1
* Add uartmem_init prototype.Marc Jones2012-07-241-1/+1
* Implement %zu / %zd in printkStefan Reinauer2012-05-261-2/+3
* Add support to run SMM handler in TSEG instead of ASEGStefan Reinauer2012-04-041-0/+6
* Fix typos in src/console/KconfigStefan Reinauer2012-03-291-3/+3
* CBMEM CONSOLE: Enable coreboot CBMEM console.Vadim Bendebury2012-03-291-0/+2
* CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury2012-03-291-1/+4
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-291-0/+35
* CBMEM CONSOLE: Add config option for CBMEM stored console log.Vadim Bendebury2012-03-291-0/+27
* move console includes to central console/console.hStefan Reinauer2012-03-091-18/+6
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* trivial:change the value type of POST_PORT in Kconfig from int to hexVikram Narayanan2011-12-261-1/+1
* remove trailing whitespaceStefan Reinauer2011-11-012-2/+2
* Fix usb debug dongle supportSven Schnelle2011-10-312-9/+5
* console: support integrated 7-segment displays for POST codesChristoph Grenz2011-10-232-1/+5
* Extend coreboot table entry for serial portsStefan Reinauer2011-10-211-0/+5
* Add support for the tracing infastructure in coreboot.Rudolf Marek2011-09-072-0/+6
* Do full flush on uart8250 only at end of printk.Kevin O'Connor2011-07-122-0/+12
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-264-4/+75
* Get rid of all but one (I/O mapped) UART init functions.Stefan Reinauer2011-04-221-14/+1
* The UART divider should be calculated based on the base frequencyStefan Reinauer2011-04-221-1/+7
* more ifdef -> if fixesStefan Reinauer2011-04-211-2/+2
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-0/+7
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-181-0/+4
* rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POSTStefan Reinauer2011-01-282-5/+5
* move single options out of main menu and remove stray "options"Stefan Reinauer2011-01-051-1/+1