1. f251a6d cpu/intel: >= nehalem: add comments to msr finalize's by Alexander Couzens · 10 years ago
  2. 582b2ae FSP & CBMEM: Fix broken cbmem CAR transition. by Martin Roth · 10 years ago
  3. 5e03170 intel/model_2065x: update microcode by Nicolas Reinecke · 10 years ago
  4. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  5. f1e3c76 CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  6. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  7. dafa12a intel/model_206ax: update microcode by Nicolas Reinecke · 10 years ago
  8. 773485b intel CAR: Fix DCACHE_RAM_BASE for old sockets by Kyösti Mälkki · 10 years ago
  9. 3165c46 intel/truxton: Add dummy cache-as-ram region by Kyösti Mälkki · 10 years ago
  10. 13a845a Intel FSP: Move to DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  11. e10108a FSP platform microcode: Update to remove Kconfig variable by Martin Roth · 10 years ago
  12. 24813c1 i945: Consolidate acpi/platform.asl by Vladimir Serbinenko · 10 years ago
  13. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  14. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  15. 80fb8ed acpigen: Add and use acpigen_write_method. by Vladimir Serbinenko · 10 years ago
  16. e742dda chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWARE by Aaron Durbin · 10 years ago
  17. be0fd0a haswell: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  18. 226d784 ibexpeak, bd82x6x: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  19. 689ddf6 fsp_rangeley: Switch to per-device ACPI by Vladimir Serbinenko · 10 years ago
  20. e81b1f1 cpu/intel/fsp_model_406dx: Invaild include path by Edward O'Callaghan · 10 years ago
  21. 304089b cpu/intel: Add configuration for socket LGA1155 by Damien Zammit · 10 years ago
  22. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  23. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  24. d05d0db haswell baytrail: Enable RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 10 years ago
  25. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  26. 3f0f300 cpu/intel/fsp_model_206ax/model_206ax_init.c: Correct comment by Paul Menzel · 10 years ago
  27. 309fc4c sandybridge: Add native sandybridge by Vladimir Serbinenko · 10 years ago
  28. 9ff030f cpu/intel/fsp_model_406dx: code cleanup by Martin Roth · 10 years ago
  29. 9944b28 cpu/intel/XXX/acpi.c: Fix coding style violation by Martin Roth · 10 years ago
  30. a438049 model_106cx: don't blindly set Kconfig settings by Aaron Durbin · 11 years ago
  31. f17c58b cpu/intel/model_1067x: avoid null-pointer dereference by Patrick Georgi · 10 years ago
  32. 5cfef13 cpu/intel: Fix out-of-bounds read due to off-by-one in condition by Edward O'Callaghan · 10 years ago
  33. 370adee model_206ax_init.c: Trivial - fix indent by Edward O'Callaghan · 10 years ago
  34. 0967026 cpu/intel: Add fsp version of model 406dx (Rangeley / Atom C2000) by Martin Roth · 10 years ago
  35. 76a1437 cpu/intel/model_2065x/model_2065x_init.c: Remove dead code by Edward O'Callaghan · 10 years ago
  36. 7686a56 sandy/ivybridge: Native raminit. by Vladimir Serbinenko · 10 years ago
  37. e6f43d2 cpu/intel/fsp_model_206ax/model_206ax_init.c: Use macro `IS_ENABLED()` by Paul Menzel · 10 years ago
  38. 4af1245 intel/model_2065x: Remove dead code. by Vladimir Serbinenko · 10 years ago
  39. dc112e3 cpu,Makefile.inc: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  40. b2a14fb intel/haswell: add vmx support w/Kconfig option by Matt DeVillier · 10 years ago
  41. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  42. c06af9e Drop redundant select CACHE_AS_RAM by Kyösti Mälkki · 10 years ago
  43. ba92428 intel: Make monotonic timer a first class citizen by Edward O'Callaghan · 10 years ago
  44. cc483ae intel/model_2065x: Add 20652 microcode. by Vladimir Serbinenko · 10 years ago
  45. ae6e0c6 cpu/intel/fsp_model_206ax: change realpath to readlink by Martin Roth · 10 years ago
  46. 58f73a6 build: separate CPPFLAGS from CFLAGS by Patrick Georgi · 10 years ago
  47. 98f49d2 build: CPPFLAGS is more common than INCLUDES by Patrick Georgi · 10 years ago
  48. 3d68b1a cpu/intel: Add CPU socket rPGA988B by Zaolin · 10 years ago
  49. 5c3f384 Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT by Kyösti Mälkki · 10 years ago
  50. 2dd3f87 cougar_canyon2: Switch CPU/NB/SB to the shared FSP code by Martin Roth · 10 years ago
  51. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  52. 014baea haswell: move to mp_init library by Aaron Durbin · 10 years ago
  53. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  54. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  55. 8171496 Get rid of HAVE_INIT_TIMER config option by Furquan Shaikh · 10 years ago
  56. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  57. 5809a73 Make POST device configurable. by Idwer Vollering · 10 years ago
  58. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 10 years ago
  59. 10b3974 intel/model_2065x: Fix APICID generation. by Vladimir Serbinenko · 10 years ago
  60. 6a36004 haswell: backup the default SMM region on resume by Aaron Durbin · 10 years ago
  61. 0f33307 coreboot: infrastructure for different ramstage loaders by Aaron Durbin · 11 years ago
  62. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 10 years ago
  63. 9db1c4e usbdebug: Drop obsolete code by Kyösti Mälkki · 10 years ago
  64. 5ef4220 cpu/intel/model_2065x: Add model 20652 by Vladimir Serbinenko · 11 years ago
  65. ba6b07e cpu/intel: allow non-packaged scoped turbo setting by Aaron Durbin · 11 years ago
  66. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  67. d37705c vboot: provide empty vboot_verify_firmware() by Aaron Durbin · 11 years ago
  68. e676767 intel: fix microcode compilation failure in bootblock by Aaron Durbin · 11 years ago
  69. 4fe9813 src/cpu: Fix spelling of MTTR to MTRR by Paul Menzel · 11 years ago
  70. 9c70adf intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH. by Vladimir Serbinenko · 11 years ago
  71. 07d881a0 cpu/intel: Remove dummy terminators from microcode blobs by Alexandru Gagniuc · 11 years ago
  72. 2c38f50 cpu/intel: Make all Intel CPUs load microcode from CBFS by Alexandru Gagniuc · 11 years ago
  73. bbf013c nehalem/sandy/ivy/haswell: Enable WRPROT cache for all of flash by Kyösti Mälkki · 11 years ago
  74. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  75. 5d1ada0 intel/fsp: Fix microcode including by Patrick Georgi · 11 years ago
  76. 68a8431 haswell: Update microcode revision by Duncan Laurie · 11 years ago
  77. b1ae030 cpu/intel: Do not rely on CBFS microcode having a terminator by Alexandru Gagniuc · 11 years ago
  78. 66e0c4c cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS by Alexandru Gagniuc · 11 years ago
  79. 118d105 haswell: Export functions for CPU family+model and stepping by Duncan Laurie · 11 years ago
  80. 768903e haswell: Update ULT microcode to rev 14h by Duncan Laurie · 11 years ago
  81. 16cbf89 haswell: VR controller configuration by Aaron Durbin · 11 years ago
  82. c70353f haswell: Misc power management setup and fixes by Duncan Laurie · 11 years ago
  83. f589909 cpu: Remove BOARD_MICROCODE_CBFS_GENERATE Kconfig option by Alexandru Gagniuc · 11 years ago
  84. bdafcfa Add the Intel FSP 206ax CPU core support by Marc Jones · 11 years ago
  85. c7633f4 slippy/falco/peppy: Fix SPD GPIO initialization. by Aaron Durbin · 11 years ago
  86. 5afca13 haswell: check for clean reset by Aaron Durbin · 11 years ago
  87. fd0bc14 haswell: Update ULT microcode to 0x10 by Duncan Laurie · 11 years ago
  88. 1c09710 haswell: Remove limit on package C-state by Duncan Laurie · 11 years ago
  89. 5b417857 haswell: split microcode between ULT and non-ULT by Aaron Durbin · 11 years ago
  90. 3e996a5 haswell: Update ULT microcode to rev 'a' by Duncan Laurie · 11 years ago
  91. e1e87e0 haswell: Configure PCH power sharing for ULT by Duncan Laurie · 11 years ago
  92. f24262d haswell: calibrate 24MHz clock against BCLK by Aaron Durbin · 11 years ago
  93. 7c35131 haswell: configure c-states by Aaron Durbin · 11 years ago
  94. 25b8b7b haswell: Put each logical processor in its own P-state domain by Duncan Laurie · 11 years ago
  95. 77647b3 haswell: Update microcode for ULT/40651 to rev 8 by Duncan Laurie · 11 years ago
  96. 71f35eb Rename SANDYBRIDGE_BCLK to NEHALEM_BCLK in 2065x. by Vladimir Serbinenko · 11 years ago
  97. 75b90a1 Remove MRC variables from 2065x CAR init. by Vladimir Serbinenko · 11 years ago
  98. fe6bdd9 Fix error message on wrong compiles of 2065x by Vladimir Serbinenko · 11 years ago
  99. d8cfd23 intel/2065x: Use TSC for udelay() by Vladimir Serbinenko · 11 years ago
  100. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago