1. 334be32 nb/intel/haswell: Add support for PEG by Tristan Corrick · 6 years ago
  2. 2e658f8 src/cpu/microcode: Add code to update microcode in assembly by Arthur Heymans · 6 years ago
  3. d7892bc arch/x86: Add CAR stack location symbols by Kyösti Mälkki · 6 years ago
  4. a75ab2c cpu/intel/car: Drop remains of setup_stack_and_mtrrs() by Kyösti Mälkki · 6 years ago
  5. 2cc351d src/cpu/intel/model_f4x: Update cpu_table by Elyes HAOUAS · 8 years ago
  6. 3c0c361 arch/x86: SSE2 implies SSE support by Kyösti Mälkki · 6 years ago
  7. acaa581 soc/intel: Drop romstage_after_car() by Kyösti Mälkki · 6 years ago
  8. 6d772bc car/non-evict/exit_car.S: Use tabs instead of white spaces by Elyes HAOUAS · 6 years ago
  9. a28befd car/non-evict/cache_as_ram.S: Use tabs instead of spaces by Arthur Heymans · 6 years ago
  10. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  11. 0c0208b cpu: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  12. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  13. 967b196 cpu/intel/fsp_model_406dx: Drop dead microcode reference by Nico Huber · 6 years ago
  14. cf3076e nb/intel/i945: Use common SMM_TSEG code by Arthur Heymans · 6 years ago
  15. aaced4a cpu/intel/common: Use a common acpi/cpu.asl file by Arthur Heymans · 6 years ago
  16. cf80cda cpu/intel/fsp_model_406dx: Rework acpi/cpu.asl by Arthur Heymans · 6 years ago
  17. 04008a9 cpu/intel/model_206{5,a}x: Rework acpi/cpu.asl by Arthur Heymans · 6 years ago
  18. c54d14f cpu/intel/haswell: Rework acpi/cpu.asl by Arthur Heymans · 6 years ago
  19. 8f05527 arch/x86/acpigen.c: Add a method to notify all CPU cores by Arthur Heymans · 6 years ago
  20. 5ba1840 src/cpu/intel/Kconfig: Remove dead source by Elyes HAOUAS · 6 years ago
  21. 3313a78 northbridge/intel/fsp_*: Remove legacy SoCs by zaolin · 6 years ago
  22. 16f9bf8 cpu/intel/socket_mFCPGA478/Kconfig: Add MODEL_6{9,D}X by Elyes HAOUAS · 6 years ago
  23. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  24. 9fefd19 src/cpu: Remove dead sourced lines by Elyes HAOUAS · 6 years ago
  25. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  26. fdf907e cpu/intel/haswell: Only change the slow ramp rate for ULT CPUs by Tristan Corrick · 6 years ago
  27. ba8ead8 cpu/intel/haswell: Allow use of TSC for the monotonic timer by Tristan Corrick · 6 years ago
  28. 22f9700 cpu/intel/haswell: Add the CPUID for Haswell C0 CPUs by Tristan Corrick · 6 years ago
  29. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  30. cf2941a cpu/intel/smm: Don't make assumptions on TSEG_SIZE by Arthur Heymans · 6 years ago
  31. 45022ae intel: Use CF9 reset (part 1) by Patrick Rudolph · 6 years ago
  32. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  33. 603963e src: Replace MSR addresses with macros by Elyes HAOUAS · 6 years ago
  34. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  35. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  36. 02820ca cpu/intel/car: Fix typo by Elyes HAOUAS · 6 years ago
  37. 5b2a2d0 src/*: normalize Google copyright headers by Patrick Georgi · 6 years ago
  38. dfaff4d cpu/intel/model_206ax: detect number of MCE banks by Dan Elkouby · 6 years ago
  39. de02878 cpu/*/car: fix ancient URL explaining XIP range run-time calculation by Stefan Tauner · 6 years ago
  40. 9557a34 cpu/intel/common: add function to init cppc_config by Matt Delco · 6 years ago
  41. 632b232 intel/socket_mPGA604: Keep only model f2x by Kyösti Mälkki · 6 years ago
  42. 65bb543 src: Get rid of non-local header treated as local by Elyes HAOUAS · 6 years ago
  43. 348b79f cpu/intel/car: Align the stack to 16 bytes before romstage_main by Arthur Heymans · 6 years ago
  44. ece2696 src/cpu: Fix typo by Elyes HAOUAS · 6 years ago
  45. cb5304b cpu/intel/smm: Make sure SMRR base is aligned to SMRR size by Arthur Heymans · 6 years ago
  46. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  47. 06f818c cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x by Arthur Heymans · 6 years ago
  48. 0d39157 cpu/intel/microcode: Add helper functions to get microcode info by Rizwan Qureshi · 6 years ago
  49. 9e1b9b5 nb/intel/sandybridge: Move CPU report to cpu folder by Patrick Rudolph · 6 years ago
  50. 74203de intel/sandybridge: Don't hardcode platform type by Patrick Rudolph · 7 years ago
  51. db70f3b drivers/tpm: Add TPM ramstage driver for devices without vboot. by Philipp Deppenwiese · 6 years ago
  52. e750b38e cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx by Arthur Heymans · 6 years ago
  53. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  54. 7875dbd cpu/intel/p4-netburst: skip caching rom on model_fxx by Arthur Heymans · 6 years ago
  55. ce9f422 x86/car: Replace reference of copy_and_run location by Kyösti Mälkki · 6 years ago
  56. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  57. aea8eec nb/intel/i440bx: Switch to POSTCAR_STAGE by Kyösti Mälkki · 6 years ago
  58. 5bc46d8 cpu/intel/car/p3: Use variable MTRR count by Kyösti Mälkki · 6 years ago
  59. 54d6a28 cpu/intel/slot_1: Switch to different CAR setup by Kyösti Mälkki · 6 years ago
  60. 82112b2 cpu/intel/car: Remove obsolete files by Kyösti Mälkki · 6 years ago
  61. faa5f98 cpu/intel/haswell: Use the common intel romstage_main function by Arthur Heymans · 6 years ago
  62. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  63. 5c61fa8 cpu/intel/model_{6xx,f2x,f3x,f4x}: Remove unneeded include by Elyes HAOUAS · 6 years ago
  64. 88af0f3 cpu/intel/haswell: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  65. 02b13fd cpu/intel/model_2065x: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  66. 6fcd7b8 cpu/intel/model_206ax: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  67. c2ccc97 cpu/intel/car/non-evict: Improve a few things by Arthur Heymans · 6 years ago
  68. dd4d895 cpu/intel/car/non-evict: Prepare for some POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  69. 3a4edb6 nb/intel/gm45: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  70. 4ff675e nb/intel/x4x: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  71. aa7cf55 nb/intel/pineview: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  72. 2dcc3a5 nb/intel/i945: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  73. 3aa9adb cpu/intel/car/core2: Improve a few things by Arthur Heymans · 6 years ago
  74. 7a8205b cpu/intel/car/core2: Prepare for POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  75. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  76. 3e893bb intel/socket_mPGA604 intel/e7505: Switch to POSTCAR_STAGE by Kyösti Mälkki · 6 years ago
  77. 6a8ce0d cpu/intel/car: Prepare for some POSTCAR_STAGE support by Kyösti Mälkki · 6 years ago
  78. 717b6e3 aopen/dxplplusu intel/e7505: Move to EARLY_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  79. e307343 src/cpu: Remove unneeded includes by Elyes HAOUAS · 6 years ago
  80. 654cc2f {cpu,drivers,nb,soc}/intel: Use CACHE_ROM_BASE where appropriate by Nico Huber · 6 years ago
  81. 688d004 Remove leftover Intel CPU support by Kyösti Mälkki · 6 years ago
  82. cc1e3b6 Fix freeze during chipset lockdown on Nehalem by Matthias Gazzari · 6 years ago
  83. f925c56 cpu/intel: Get rid of device_t by Elyes HAOUAS · 7 years ago
  84. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  85. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  86. 68f6888 Revert "model_206ax: Use parallel MP init" by Arthur Heymans · 6 years ago
  87. 5fbe788 model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  88. 67031a5 cpu/intel/sandybridge: Put stage cache into TSEG by Arthur Heymans · 7 years ago
  89. 2c3fd49 intel/nehalem post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  90. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  91. 4004081 cpu/intel/haswell: Don't select PARALLEL_CPU_INIT by Arthur Heymans · 7 years ago
  92. 3fff817 cpu/intel: Remove unused CPU code by Arthur Heymans · 7 years ago
  93. d88fb36 security/tpm: Change TPM naming for different layers. by Philipp Deppenwiese · 7 years ago
  94. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  95. 0a4e0fd cpu/intel/speedstep: Fix the PNOT ACPI method by Arthur Heymans · 7 years ago
  96. 0a19b08 Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  97. 264566c Intel i3100 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  98. f6af8943 Intel i5000 board & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 7 years ago
  99. 242ea84 intel: Replace msr(0x198) with msr(IA32_PERF_STATUS) by Elyes HAOUAS · 7 years ago
  100. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago