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