summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-34/+28
* Workaround to get die.c to work with romcc.Patrick Georgi2010-11-221-1/+7
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-228-5243/+75
* AMD SB600 uses a hardcoded USB Debug Port number.Uwe Hermann2010-10-021-4/+4
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-17/+17
* Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer2010-09-271-2/+16
* Add a kconfig option to allow the user to select a specific physicalUwe Hermann2010-09-271-0/+21
* Fix the build, CONFIG_USBDEBUG must always be defined (trivial).Uwe Hermann2010-09-261-0/+3
* Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann2010-09-261-21/+13
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-2/+2
* USB Debug Port related license header fixes (trivial).Uwe Hermann2010-09-231-0/+3
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1