1. f88204e Add a capability for mainboard-specific posting. by Alexandru Gagniuc · 12 years ago
  2. 82704c6 USBDEBUG: buffer up to 8 bytes by Sven Schnelle · 12 years ago
  3. f5e9ac4 SMM: Add support for malloc in SMM if using TSEG by Duncan Laurie · 12 years ago
  4. fa418e3 Add uartmem_init prototype. by Marc Jones · 12 years ago
  5. bfff6de Implement %zu / %zd in printk by Stefan Reinauer · 12 years ago
  6. 3aa067f Add support to run SMM handler in TSEG instead of ASEG by Stefan Reinauer · 12 years ago
  7. 1b632af Fix typos in src/console/Kconfig by Stefan Reinauer · 13 years ago
  8. 3e31600 CBMEM CONSOLE: Enable coreboot CBMEM console. by Vadim Bendebury · 13 years ago
  9. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  10. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  11. c34b463 CBMEM CONSOLE: Add config option for CBMEM stored console log. by Vadim Bendebury · 13 years ago
  12. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  13. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  14. 2b751c6 trivial:change the value type of POST_PORT in Kconfig from int to hex by Vikram Narayanan · 13 years ago
  15. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  16. 20fc631 Fix usb debug dongle support by Sven Schnelle · 13 years ago
  17. 5cfd583 console: support integrated 7-segment displays for POST codes by Christoph Grenz · 13 years ago
  18. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  19. 7f0e930 Add support for the tracing infastructure in coreboot. by Rudolf Marek · 13 years ago
  20. a68555f Do full flush on uart8250 only at end of printk. by Kevin O'Connor · 13 years ago
  21. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  22. f349d55 Get rid of all but one (I/O mapped) UART init functions. by Stefan Reinauer · 13 years ago
  23. 6aca1e8 The UART divider should be calculated based on the base frequency by Stefan Reinauer · 13 years ago
  24. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  25. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  26. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  27. 582d369 rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST because that is what it does. by Stefan Reinauer · 14 years ago
  28. 1b34226 move single options out of main menu and remove stray "options" by Stefan Reinauer · 14 years ago
  29. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  30. 394965d Workaround to get die.c to work with romcc. by Patrick Georgi · 14 years ago
  31. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  32. fa7efe9 AMD SB600 uses a hardcoded USB Debug Port number. by Uwe Hermann · 14 years ago
  33. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  34. 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 14 years ago
  35. 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 14 years ago
  36. 02260bc Fix the build, CONFIG_USBDEBUG must always be defined (trivial). by Uwe Hermann · 14 years ago
  37. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 14 years ago
  38. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  39. 06694a8 USB Debug Port related license header fixes (trivial). by Uwe Hermann · 14 years ago
  40. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  41. 127e976 Remove warnings from USB debug console code. by Myles Watson · 14 years ago
  42. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  43. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  44. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  45. 67ee3e6 We didn't have console.initobj.o before, but the same hard coded by Stefan Reinauer · 14 years ago
  46. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  47. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  48. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  49. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  50. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  51. c719f1a add CONFIG_NO_POST as it is used in the code, and move it together with CONFIG_SERIAL_POST by Stefan Reinauer · 14 years ago
  52. 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
  53. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  54. 68a564f This patch is what I needed to compile coreboot with LLVM. by Stefan Reinauer · 14 years ago
  55. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  56. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  57. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  58. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  59. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  60. a081a3b Various smaller console option fixes as suggested by Peter Stuge: by Uwe Hermann · 15 years ago
  61. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  62. 52fc6b1 re-order console output functions, add proper prototypes, by Stefan Reinauer · 15 years ago
  63. d12b703 Make COM port selection and BAUD rate a "choice" for better usability. by Uwe Hermann · 15 years ago
  64. 3ff6358 Revert deletion that snuck in to 4794. Sorry. by Myles Watson · 15 years ago
  65. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  66. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  67. 7fe4191 Make console maximum/default log level a choice option. by Uwe Hermann · 15 years ago
  68. 517bb20 Remove extra CONFIG variables. by Myles Watson · 15 years ago
  69. 168b11b Various Kconfig fixes and improvements: by Uwe Hermann · 15 years ago
  70. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  71. 6bb3bdf Rename CONFIG_SERIAL_CONSOLE to match newconfig. by Myles Watson · 15 years ago
  72. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  73. 93c0272 Help text for maximum and default console loglevel in Kconfig. by Carl-Daniel Hailfinger · 15 years ago
  74. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  75. 876d7e9 Move some config variables that are in one or two mainboards to by Ronald G. Minnich · 15 years ago
  76. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  77. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  78. fc4226c trivial typo in a comment by Stefan Reinauer · 15 years ago
  79. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  80. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  81. 87e7050 die() does never return. Annotate it as such. by Carl-Daniel Hailfinger · 15 years ago
  82. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  83. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  84. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  85. 736221f1 Make vsprintf reentrant. More importantly, eliminate global variable. by Patrick Georgi · 15 years ago
  86. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  87. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  88. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  89. 749c05e fix warning in vga console code (trivial) by Stefan Reinauer · 16 years ago
  90. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  91. bf873e4 Another CONSTification... (trivial) by Stefan Reinauer · 17 years ago
  92. a9e5821 smaller changes to silence build warnings. (trivial) by Stefan Reinauer · 17 years ago
  93. d57241f This is (most of) the usb2 debug console code ripped out of by Yinghai Lu · 17 years ago
  94. 1792b2e make ppc happy for console by Yinghai Lu · 18 years ago
  95. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  96. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  97. dc81118 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 by arch import user (historical) · 19 years ago
  98. 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 19 years ago
  99. acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 19 years ago
  100. bec039c minor reformat by Li-Ta Lo · 20 years ago