1. 9c073ed console: Allow ARM64 platforms to select bootblock console by Martin Roth · 9 years ago
  2. ac76ed9 console: Add help for serial IO port selection by Martin Roth · 9 years ago
  3. 1455437 x86: Add Kconfig to disable early bootblock postcodes by Martin Roth · 9 years ago
  4. 3a54318 Add EM100 'hyper term' spi console support in ramstage & smm by Martin Roth · 9 years ago
  5. 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 9 years ago
  6. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  7. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  8. 6ea3eff console: Allow bootblock console on MIPS by Paul Burton · 10 years ago
  9. 60ef456 console/Kconfig: Enable CBMEM console by default by Paul Menzel · 10 years ago
  10. a637194 x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE option by Kyösti Mälkki · 9 years ago
  11. 01fe638 cbmem console: Allow the cbmem console on non-x86 systems again. by Gabe Black · 10 years ago
  12. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  13. e0e784a Add UCB RISCV support for architecture, soc, and emulation mainboard.. by Ronald G. Minnich · 10 years ago
  14. 35382a6 cbmem console: Locate the preram console with a symbol instead of a section. by Gabe Black · 10 years ago
  15. d84afd3e arm: Remove CAR_MIGRATE Kconfig and associated cruft by Julius Werner · 11 years ago
  16. eb67a04 cbmemc: Bump default to 128K by Vladimir Serbinenko · 10 years ago
  17. 51edd54 ARM: Generalize armv7 as arm. by Gabe Black · 11 years ago
  18. 77ffa0d UART 8250: Unconditionally provide register constants and use UART8250 prefix. by Gabe Black · 11 years ago
  19. ad488d2 src/console/Kconfig: Fix choice for showing POST codes on console by Daniele Forsi · 10 years ago
  20. 53847a2 src/.../Kconfig: various small fixes to texts by Daniele Forsi · 10 years ago
  21. d540377 console: Fix UART selection prompt by Kyösti Mälkki · 10 years ago
  22. 48713a1 console: Drop EARLY_CONSOLE option by Kyösti Mälkki · 10 years ago
  23. 70342a7 uart: Support multiple ports by Kyösti Mälkki · 10 years ago
  24. afa7b13 uart: Redefine Kconfig options by Kyösti Mälkki · 10 years ago
  25. 5809a73 Make POST device configurable. by Idwer Vollering · 10 years ago
  26. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  27. 50ecb9c usbdebug: Add option to disable console for romstage by Kyösti Mälkki · 11 years ago
  28. 8232bc2 usbdebug: Hide irrelevent options from menuconfig by Kyösti Mälkki · 11 years ago
  29. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  30. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  31. ac16405 usbdebug: Fix boards without EARLY_CBMEM_INIT by Kyösti Mälkki · 11 years ago
  32. 2644793 Have option of timestamps, CBMEM console and usbdebug for most boards by Kyösti Mälkki · 11 years ago
  33. f8bf5a1 Revert "CBMEM: Always have early initialisation" by Kyösti Mälkki · 11 years ago
  34. de1fe7f CBMEM: Always have early initialisation by Kyösti Mälkki · 11 years ago
  35. d2dac0a usbdebug: Allow an USB hub on the debug dongle by Kyösti Mälkki · 11 years ago
  36. 8101aa6 usbdebug: Support choice of EHCI controller by Kyösti Mälkki · 11 years ago
  37. 2410010 usbdebug: Change debug port scanning by Kyösti Mälkki · 11 years ago
  38. 361cd81 console: Squelch console output from AP CPUs in romstage by Kyösti Mälkki · 11 years ago
  39. da940c5 Make EARLY_CONSOLE optional by Kyösti Mälkki · 11 years ago
  40. d2f45c6 Simplify early / bootblock console code by Stefan Reinauer · 11 years ago
  41. fbb11cf ARM: Separate the early console (romstage) from the bootblock console. by Gabe Black · 11 years ago
  42. d7c6e44 console: add qemu prefix to debugcon by Gerd Hoffmann · 11 years ago
  43. 038aa29 console: add support for QEMU's debugcon by Gerd Hoffmann · 11 years ago
  44. 711a6fd Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot binary by Ronald G. Minnich · 11 years ago
  45. 45988da spkmodem console by Vladimir Serbinenko · 11 years ago
  46. c15551a dynamic cbmem: fix memconsole and timestamps by Aaron Durbin · 11 years ago
  47. f7fcb20 console: Always allow setting "EARLY_CONSOLE" configuration. by Hung-Te Lin · 11 years ago
  48. ad173ea console: Revise serial console configuration names. by Hung-Te Lin · 11 years ago
  49. 6a503b6 make early serial console support more generic by David Hendricks · 12 years ago
  50. 509f772 WIP: Add support for non-8250 built-in UARTs by Stefan Reinauer · 12 years ago
  51. c2d5a16 Disable CMOS_POST and IO_POST on non-PC80 systems by Stefan Reinauer · 12 years ago
  52. 6b908d0 Make POST codes written to IO port optional by David Hendricks · 12 years ago
  53. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  54. 1b632af Fix typos in src/console/Kconfig by Stefan Reinauer · 13 years ago
  55. c34b463 CBMEM CONSOLE: Add config option for CBMEM stored console log. by Vadim Bendebury · 13 years ago
  56. 2b751c6 trivial:change the value type of POST_PORT in Kconfig from int to hex by Vikram Narayanan · 13 years ago
  57. 5cfd583 console: support integrated 7-segment displays for POST codes by Christoph Grenz · 13 years ago
  58. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  59. 582d369 rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST because that is what it does. by Stefan Reinauer · 13 years ago
  60. 1b34226 move single options out of main menu and remove stray "options" by Stefan Reinauer · 14 years ago
  61. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  62. fa7efe9 AMD SB600 uses a hardcoded USB Debug Port number. by Uwe Hermann · 14 years ago
  63. 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 14 years ago
  64. 02260bc Fix the build, CONFIG_USBDEBUG must always be defined (trivial). by Uwe Hermann · 14 years ago
  65. 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 14 years ago
  66. d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 14 years ago
  67. 4aa93cc Add support for the console over Ethernet (through PCI NE2000). by Rudolf Marek · 14 years ago
  68. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  69. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  70. 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
  71. a081a3b Various smaller console option fixes as suggested by Peter Stuge: by Uwe Hermann · 15 years ago
  72. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  73. d12b703 Make COM port selection and BAUD rate a "choice" for better usability. by Uwe Hermann · 15 years ago
  74. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  75. 7fe4191 Make console maximum/default log level a choice option. by Uwe Hermann · 15 years ago
  76. 517bb20 Remove extra CONFIG variables. by Myles Watson · 15 years ago
  77. 168b11b Various Kconfig fixes and improvements: by Uwe Hermann · 15 years ago
  78. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  79. 6bb3bdf Rename CONFIG_SERIAL_CONSOLE to match newconfig. by Myles Watson · 15 years ago
  80. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  81. 93c0272 Help text for maximum and default console loglevel in Kconfig. by Carl-Daniel Hailfinger · 15 years ago
  82. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  83. 876d7e9 Move some config variables that are in one or two mainboards to by Ronald G. Minnich · 15 years ago
  84. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  85. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago