1. 1b632af Fix typos in src/console/Kconfig by Stefan Reinauer · 13 years ago
  2. 90dcdd4 Add support for enabling PCIe Common Clock and ASPM by Duncan Laurie · 13 years ago
  3. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  4. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  5. 3e31600 CBMEM CONSOLE: Enable coreboot CBMEM console. by Vadim Bendebury · 13 years ago
  6. 1078c67 CBMEM CONSOLE: Add code using the new console driver. by Vadim Bendebury · 13 years ago
  7. be25a4d CBMEM CONSOLE: Add CBMEM type for console buffer. by Vadim Bendebury · 13 years ago
  8. 32da8be CBMEM CONSOLE: Add CBMEM console driver implementation. by Vadim Bendebury · 13 years ago
  9. c34b463 CBMEM CONSOLE: Add config option for CBMEM stored console log. by Vadim Bendebury · 13 years ago
  10. f2f9386 Increase CBMEM to accommodate larger console. by Vadim Bendebury · 13 years ago
  11. 654f293 Add cmos helper functions for reading/writing a dword by Duncan Laurie · 13 years ago
  12. 9ec8ed8 selfboot: Allow loading SeaBIOS into a reserved region in the lower 1MB by Stefan Reinauer · 13 years ago
  13. e246b31 Include arch/acpi.h instead of manually adding acpi_slp_type. by Stefan Reinauer · 13 years ago
  14. 6f72d69 Add timestamp collecting to coreboot. by Vadim Bendebury · 13 years ago
  15. 9202473d Add a config flag to enable time stamp collection by Vadim Bendebury · 13 years ago
  16. e186060 Initialize CBMEM early. by Vadim Bendebury · 13 years ago
  17. e6b6aff Introduce config option to initialize CBMEM early. by Vadim Bendebury · 13 years ago
  18. c9da015 Add bifferboard by Rudolf Marek · 12 years ago
  19. ae012486 Add 64KB romchip chip size by Rudolf Marek · 12 years ago
  20. 6b89b4c Add support for RDC R8610 Southbridge by Rudolf Marek · 12 years ago
  21. c0c5ac7 Add the support for RDC R8610 Northbridge by Rudolf Marek · 12 years ago
  22. 1c89e90 Add RDC R8610 PCI IDs. by Rudolf Marek · 12 years ago
  23. 6588802 Disable the GDB stub by default by Rudolf Marek · 12 years ago
  24. a01ae62 Fix possible deadlock on SMP stop_this_cpu by Kyösti Mälkki · 12 years ago
  25. 8b28d50 Intel cpus: Fix deadlock on hyper-threading init by Kyösti Mälkki · 12 years ago
  26. 2172f61 Makefile: rename linker intermediate variable by Kyösti Mälkki · 12 years ago
  27. e77b9a0 Replace ramtest pattern to assist in DIMM configuration by Kyösti Mälkki · 12 years ago
  28. 8a85bcc i82801gx: Support power-on-after-power-fail better by Patrick Georgi · 13 years ago
  29. c07466b i82801gx: Use CMOS variable if available for power-on on power failure by Patrick Georgi · 13 years ago
  30. 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
  31. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  32. 06c0429 Another indirection for normal/fallback bootblock by Patrick Georgi · 13 years ago
  33. 7a39446 Intel cpus: Include CAR from socket by Kyösti Mälkki · 12 years ago
  34. dd3b227 Fix AMD Fam15 CBMEM allocation by Stefan Reinauer · 12 years ago
  35. 30b46ce Fix AMD Fam12 CBMEM allocation by Stefan Reinauer · 12 years ago
  36. cc6c615 Fix AMD Fam10 CBMEM allocation by Stefan Reinauer · 12 years ago
  37. 3ae1c65 AMD Agesa: delete no-op bootblock files by Kyösti Mälkki · 12 years ago
  38. d11ca1d Rename AMD_AGESA to CPU_AMD_AGESA by Kyösti Mälkki · 12 years ago
  39. f5bb477 Fix AMD Agesa leaking Kconfig by Kyösti Mälkki · 12 years ago
  40. 1c93d90 ROMCC boards have no XIP limit by Patrick Georgi · 12 years ago
  41. b58651b Use search path when building dependencies by Patrick Georgi · 12 years ago
  42. 1a34165 xchg is atomic with side-effects by Patrick Georgi · 12 years ago
  43. eb5e28f Intel northbridge I945: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  44. d4d5e4d Via Epia-N and C3: Set ioapic delivery type in Kconfig by Patrick Georgi · 12 years ago
  45. 35e1c86 VIA southbridge K8T890: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  46. 7863015 Fix address of IDT in real-mode entry by Kyösti Mälkki · 12 years ago
  47. 5750ed2 Fix AMD Fam14 cbmen allocation by Marc Jones · 12 years ago
  48. 8d59569 Clean up whitespace in fam14 northbridge.c by Marc Jones · 12 years ago
  49. 02bb578 Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is available by Gabe Black · 13 years ago
  50. 0f995bc AGESA family 12 changes to fix torpedo warnings by Martin Roth · 12 years ago
  51. 5efe10a Union Station: Fixes to turn on HDMI by Frank Vibrans · 12 years ago
  52. 2fc955e Union Station: Remove SIO support by Frank Vibrans · 12 years ago
  53. 30cc480 No need to setup include paths with .s files by Patrick Georgi · 12 years ago
  54. fb5026c malloc: size is unsigned, don't test for size < 0 by Patrick Georgi · 12 years ago
  55. 0c24537 mainboard/aopen/Kconfig: remove extra whitespace by Patrick Georgi · 12 years ago
  56. 32829ca If the memory mapped UART isn't present, leave it out of the cb tables. by Gabe Black · 13 years ago
  57. 294edb2 Increase size of the coreboot table area by Stefan Reinauer · 13 years ago
  58. 66ecdc5 Fix compilation when USE_OPTION_TABLE is not defined. by Duncan Laurie · 13 years ago
  59. 0523989 Fix coreboot table size calculations. by Vadim Bendebury · 13 years ago
  60. c75bfde Clean up use of CONFIG_ variables in coreboot_table.c by Stefan Reinauer · 13 years ago
  61. 5260871 Fix dependency problem for uart8250.c as well by Stefan Reinauer · 13 years ago
  62. ba9dae2 Fix compilation with CONFIG_USE_OPTION_TABLE enabled by Stefan Reinauer · 13 years ago
  63. 6f88a6e Add helper function to find a Local APIC by ID in the device tree. by Duncan Laurie · 13 years ago
  64. 5807555 Don't try to compute I/O for empty sub buses. by Stefan Reinauer · 13 years ago
  65. dfab0f6 OXPCIe: Reinitialize UART after pci_dev_set_resources() by Stefan Reinauer · 13 years ago
  66. 8907e81 move console includes to central console/console.h by Stefan Reinauer · 13 years ago
  67. a6087d1 Add support for the Startech PEX1XS1PMINI by Stefan Reinauer · 13 years ago
  68. afaa257 Don't run any Option ROMs stored outside of the system flash by Stefan Reinauer · 13 years ago
  69. 1025f3a Add an implementation for the memchr library function by Gabe Black · 13 years ago
  70. 0a50084 Don't run VGA option ROMs on S3 resume. by Stefan Reinauer · 13 years ago
  71. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  72. 9116270 Add support for A-Open DXPL Plus-U motherboard by Kyösti Mälkki · 13 years ago
  73. c5fc7db Move C labels to start-of-line by Patrick Georgi · 12 years ago
  74. c44de49 selfboot: drop dead code by Stefan Reinauer · 13 years ago
  75. 067d223 Fix ECC disable option for AMD Fam10 DDR2 and DDR3. by Marc Jones · 12 years ago
  76. c88ed85 Rename vendor identifiers in Kconfig by Patrick Georgi · 13 years ago
  77. 730c0ee Fix x86 cpu_phys_address_size by Kyösti Mälkki · 12 years ago
  78. 399fcdd AMD southbridge: remove sp5100 by Kyösti Mälkki · 12 years ago
  79. 72bf6a1 asus/m4a785t-m: correct the CPU microcode patch selection by Denis 'GNUtoo' Carikli · 12 years ago
  80. 4c796ea Ati video: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  81. 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
  82. 91bd306 ACPI: More ../../.. removal by Patrick Georgi · 12 years ago
  83. b05bf5b amd/sb600: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  84. fff8cdf Remove old AMD fam10 fixme comment by Marc Jones · 12 years ago
  85. c877d22 Force SB600 bootblock to use I/O for PCI config by Dave Frodin · 13 years ago
  86. 5257c27 Force SB700 bootblock code to use I/O for PCI config cycles. by Dave Frodin · 13 years ago
  87. 2eacc0e Force SB800 bootblock to use I/O for PCI config by Dave Frodin · 13 years ago
  88. d8d8c63 Fix MTRR TOM2 WB cache setup for AMD CPUs > revF. by Marc Jones · 13 years ago
  89. dc0bdbab Torpedo mainboard changes to fix warnings. by Martin Roth · 12 years ago
  90. da52aed Fixes Fam10/SR5650 cpu not recognized message. by Dave Frodin · 13 years ago
  91. e42d639 IEI-Kino Fam10 MPtable fix. by Dave Frodin · 13 years ago
  92. 3aea958 IEI Kino Fam10 ACPI table fixes. by Dave Frodin · 13 years ago
  93. a22f78b nvidia/mcp55: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  94. 0e992be amd/sb700: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  95. c46f450 intel/i82801cx: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  96. e0ddbc7 sis/sis966: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  97. 7389378 intel/i82801ex: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  98. 62246f7 intel/sch: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  99. 024d8d9 amd/sb800: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  100. c726e03 broadcom/bcm5785: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago