summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* add CONFIG_NO_POST as it is used in the code, and move it together with CONFI...Stefan Reinauer2010-03-301-11/+16
* SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer2010-03-241-0/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-163-11/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-051-2/+0
* newconfig is no more.Patrick Georgi2010-02-071-31/+0
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-122-2/+2
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-2/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-0/+2
* Various smaller console option fixes as suggested by Peter Stuge:Uwe Hermann2009-10-261-16/+16
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-0/+11
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-244-63/+39
* Make COM port selection and BAUD rate a "choice" for better usability.Uwe Hermann2009-10-161-8/+69
* Revert deletion that snuck in to 4794. Sorry.Myles Watson2009-10-161-0/+8
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-163-67/+79
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-1/+1
* Make console maximum/default log level a choice option.Uwe Hermann2009-10-111-9/+110
* Remove extra CONFIG variables.Myles Watson2009-10-091-6/+1
* Various Kconfig fixes and improvements:Uwe Hermann2009-10-071-12/+55
OpenPOWER on IntegriCloud