Add constants for fast path resume copying
[coreboot.git] / src / console /
2012-04-04 Stefan ReinauerAdd support to run SMM handler in TSEG instead of ASEG
2012-03-29 Stefan ReinauerFix typos in src/console/Kconfig
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Enable coreboot CBMEM console.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add code using the new console driver.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add CBMEM console driver implementation.
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add config option for CBMEM stored conso...
2012-03-09 Stefan Reinauermove console includes to central console/console.h
2012-03-07 Patrick GeorgiMove C labels to start-of-line
2011-12-26 Vikram Narayanantrivial:change the value type of POST_PORT in Kconfig...
2011-11-01 Stefan Reinauerremove trailing whitespace
2011-10-31 Sven SchnelleFix usb debug dongle support
2011-10-23 Christoph Grenzconsole: support integrated 7-segment displays for...
2011-10-21 Stefan ReinauerExtend coreboot table entry for serial ports
2011-09-06 Rudolf MarekAdd support for the tracing infastructure in coreboot.
2011-07-12 Kevin O'ConnorDo full flush on uart8250 only at end of printk.
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-22 Stefan ReinauerGet rid of all but one (I/O mapped) UART init functions.
2011-04-22 Stefan ReinauerThe UART divider should be calculated based on the...
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-18 Stefan Reinauer* Set USBDEBUG_DEFAULT_PORT in all southbridges and...
2011-01-28 Stefan Reinauerrename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST
2011-01-05 Stefan Reinauermove single options out of main menu and remove stray...
2010-12-17 Stefan Reinauerdrop one more version of doing serial uart output diffe...
2010-11-22 Patrick GeorgiWorkaround to get die.c to work with romcc.
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-10-02 Uwe HermannAMD SB600 uses a hardcoded USB Debug Port number.
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-27 Stefan ReinauerAdd 2 missing license headers based on svn logs and...
2010-09-27 Uwe HermannAdd a kconfig option to allow the user to select a...
2010-09-26 Uwe HermannFix the build, CONFIG_USBDEBUG must always be defined...
2010-09-26 Uwe HermannOnly show the USB Debug Port kconfig option to the...
2010-09-23 Stefan ReinauerFix some wrong capitalizations, reformat comments,...
2010-09-23 Uwe HermannUSB Debug Port related license header fixes (trivial).
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-04 Myles WatsonRemove warnings from USB debug console code.
2010-07-16 Rudolf MarekAdd support for the console over Ethernet (through...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-08 Stefan ReinauerWe didn't have console.initobj.o before, but the same...
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-30 Stefan Reinaueradd CONFIG_NO_POST as it is used in the code, and move...
2010-03-24 Stefan ReinauerSMM: remove hack that was needed back in oldconfig...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-16 Stefan ReinauerThis patch is what I needed to compile coreboot with...
2010-03-05 Uwe HermannThis patch is from 2009-10-20
2010-02-07 Patrick Georginewconfig is no more.
2009-11-12 Myles WatsonAdd CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-26 Uwe HermannVarious smaller console option fixes as suggested by...
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-24 Stefan Reinauerre-order console output functions, add proper prototypes,
2009-10-16 Uwe HermannMake COM port selection and BAUD rate a "choice" for...
2009-10-16 Myles WatsonRevert deletion that snuck in to 4794. Sorry.
2009-10-16 Myles WatsonChange console code to emit SPEW with DEFAULT_CONSOLE_L...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-11 Uwe HermannMake console maximum/default log level a choice option.
2009-10-09 Myles WatsonRemove extra CONFIG variables.
2009-10-07 Uwe HermannVarious Kconfig fixes and improvements:
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-09-25 Myles WatsonRename CONFIG_SERIAL_CONSOLE to match newconfig.
2009-09-22 Myles Watsontables.diff: Add Kconfig dialogues for ACPI, MP_TABLE...
2009-09-22 Carl-Daniel HailfingerHelp text for maximum and default console loglevel...
2009-09-17 Myles WatsonSeparate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.
2009-08-28 Ronald G. MinnichMove some config variables that are in one or two mainb...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-12 Patrick GeorgiKconfig!
2009-07-26 Stefan Reinauertrivial typo in a comment
2009-07-21 Stefan ReinauerSome USB debug updates, mostly comments fixing, license...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-05 Carl-Daniel Hailfingerdie() does never return. Annotate it as such.
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-29 Luc VerhaegenImplement native VGA Support.
2009-05-26 Patrick GeorgiMake vsprintf reentrant. More importantly, eliminate...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-22 Stefan Reinauerfix warnings, shadowed declarations and style guide...
2009-04-21 Patrick GeorgiEliminate various issues brought up by scan-build.
2008-08-01 Stefan Reinauerfix warning in vga console code (trivial)
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2007-10-24 Stefan ReinauerAnother CONSTification...
2007-10-24 Stefan Reinauersmaller changes to silence build warnings. (trivial)
2007-02-28 Yinghai LuThis is (most of) the usb2 debug console code ripped...
2006-10-05 Yinghai Lumake ppc happy for console
2006-10-04 Yinghai LuCONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
2005-12-02 Stefan Reinauer1201_ht_bus0_dev0_fidvid_core.diff
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-07-06 arch import user... Revision: linuxbios@linuxbios.org--devel/freebios-...
2005-01-19 Li-Ta Lominor reformat
2005-01-14 Yinghai LuCONFIG_PCI_ROM_RUN
2005-01-10 Li-Ta Loadded PCI expansion ROM support,
2004-12-16 Yinghai Lubtext fix
2004-10-16 Eric Biederman- HDAMA boots!
2004-10-14 Li-Ta Lofixed function prototype for die()
next