Age | Commit message (Expand) | Author |
2011-04-26 | Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an | Stefan Reinauer |
2011-04-22 | Get rid of all but one (I/O mapped) UART init functions. | Stefan Reinauer |
2011-04-22 | The UART divider should be calculated based on the base frequency | Stefan Reinauer |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2011-04-20 | run uart_init() from console_init, just like the other console initialization... | Stefan Reinauer |
2011-04-18 | * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value | Stefan Reinauer |
2011-01-28 | rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST | Stefan Reinauer |
2011-01-05 | move single options out of main menu and remove stray "options" | Stefan Reinauer |
2010-12-17 | drop one more version of doing serial uart output differently. | Stefan Reinauer |
2010-11-22 | Workaround to get die.c to work with romcc. | Patrick Georgi |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-10-02 | AMD SB600 uses a hardcoded USB Debug Port number. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-27 | Add 2 missing license headers based on svn logs and remove an unneeded #include | Stefan Reinauer |
2010-09-27 | Add a kconfig option to allow the user to select a specific physical | Uwe Hermann |
2010-09-26 | Fix the build, CONFIG_USBDEBUG must always be defined (trivial). | Uwe Hermann |
2010-09-26 | Only show the USB Debug Port kconfig option to the user if a mainboard | Uwe Hermann |
2010-09-23 | Fix some wrong capitalizations, reformat comments, fix a typo. | Stefan Reinauer |
2010-09-23 | USB Debug Port related license header fixes (trivial). | Uwe Hermann |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-08 | We didn't have console.initobj.o before, but the same hard coded | Stefan Reinauer |
2010-05-08 | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-30 | add CONFIG_NO_POST as it is used in the code, and move it together with CONFI... | Stefan Reinauer |
2010-03-24 | SMM: remove hack that was needed back in oldconfig times. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-16 | This patch is what I needed to compile coreboot with LLVM. | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-10-28 | Create lib.h for homeless prototypes. | Myles Watson |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-26 | Various smaller console option fixes as suggested by Peter Stuge: | Uwe Hermann |
2009-10-26 | Define some variables that were not defined. There are a couple left. | Myles Watson |
2009-10-24 | re-order console output functions, add proper prototypes, | Stefan Reinauer |
2009-10-16 | Make COM port selection and BAUD rate a "choice" for better usability. | Uwe Hermann |
2009-10-16 | Revert deletion that snuck in to 4794. Sorry. | Myles Watson |
2009-10-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-11 | Make console maximum/default log level a choice option. | Uwe Hermann |
2009-10-09 | Remove extra CONFIG variables. | Myles Watson |
2009-10-07 | Various Kconfig fixes and improvements: | Uwe Hermann |
2009-10-06 | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi |