summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove warnings from USB debug console code.Myles Watson2010-08-041-6/+6
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-164-2/+89
* also rename the config option.Stefan Reinauer2010-05-252-2/+2
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-2/+2
* We didn't have console.initobj.o before, but the same hard codedStefan Reinauer2010-05-081-0/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-1/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-277-21/+21
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-3/+3
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-312-3/+45