1. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  2. fa5ed05 nb/intel/ironlake: Fix some quickpath init magic by Angel Pons · 2 years, 7 months ago
  3. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  4. 7261b5a cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER by Kyösti Mälkki · 3 years, 1 month ago
  5. b998fd0 cpu/intel/common: Add `set_feature_ctrl_vmx_arg()` by Angel Pons · 2 years, 6 months ago
  6. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 6 months ago
  7. aef6de3 cpu/intel/socket_p: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  8. 58e2c50 cpu/intel/socket_m: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  9. be35479 cpu/intel/socket_LGA775: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  10. ec31cf1 cpu/intel/socket_FCBGA559: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  11. 1d565b50 cpu/intel/hyperthreading: Add missing header <arch/cpu.h> by Raul E Rangel · 2 years, 8 months ago
  12. 04c497a cpu/intel: Use unsigned types in `get_cpu_count()` by Angel Pons · 2 years, 8 months ago
  13. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 9 months ago
  14. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 9 months ago
  15. 761e2ae cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option by Felix Held · 2 years, 9 months ago
  16. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 9 months ago
  17. 71dfa82 cpu/intel/socket_LGA775: Drop commented-out entries by Felix Held · 2 years, 9 months ago
  18. 8290f4c cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER by Felix Held · 2 years, 9 months ago
  19. e2783da cpu/x86: Introduce `CPU_X86_CACHE_HELPER` by Felix Held · 2 years, 9 months ago
  20. 8023eab cpu/amd,intel/*/Makefile: don't add cpu/x86/cache by Felix Held · 2 years, 9 months ago
  21. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 9 months ago
  22. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  23. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  24. 38107fa acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table by Michael Niewöhner · 2 years, 9 months ago
  25. afd268a cpu/intel/speedstep: Constify `get_cst_entries()` by Angel Pons · 2 years, 9 months ago
  26. 5791123 cpu/intel/hyperthreading: Use initial LAPIC IDs by Kyösti Mälkki · 2 years, 9 months ago
  27. a000922 cpu/intel/hyperthreading: Use cpuid_get_max_func() by Kyösti Mälkki · 2 years, 9 months ago
  28. 5f4ae42 cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APIC by Kyösti Mälkki · 2 years, 9 months ago
  29. cb70d83 cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR by Angel Pons · 2 years, 9 months ago
  30. f72c7b1 soc/amd/cezanne,soc/intel/common: rework CPPC table generation by Michael Niewöhner · 2 years, 9 months ago
  31. 1fb2e1e cpu: add missing arch/cpu.h includes by Felix Held · 2 years, 10 months ago
  32. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 2 years, 10 months ago
  33. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years ago
  34. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years ago
  35. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years ago
  36. 6db9dcc soc/intel: Fix microcode loading by Tim Wawrzynczak · 3 years ago
  37. 95761c5 Makefile.inc: Fix IFITTOOL dependencies by Arthur Heymans · 3 years ago
  38. c439e07 cpu/intel/car/core2/cache_as_ram: Add x86_64 support by Patrick Rudolph · 3 years, 10 months ago
  39. 6edaa21 ironlake: Add support for x86_64 by Patrick Rudolph · 3 years, 10 months ago
  40. 8a6053b cpu/intel/car/p4: Add x86_64 support by Arthur Heymans · 3 years ago
  41. bc7b63f cpu/intel/car/p4-netburst: Prepare for x86_64 by Arthur Heymans · 3 years ago
  42. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 1 month ago
  43. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 1 month ago
  44. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 1 month ago
  45. 2ec084f cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS` by Angel Pons · 3 years, 1 month ago
  46. 1515a48 cpu/intel/haswell: Enable MCA logging by Angel Pons · 3 years, 1 month ago
  47. b50b6a5 nb/intel/sandybridge: Add x86_64 support by Patrick Rudolph · 3 years, 11 months ago
  48. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 2 months ago
  49. 7d8bf58 cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 2 months ago
  50. 3ab6157 cpu/intel/hyperthreading: Build only for selected models by Kyösti Mälkki · 3 years, 2 months ago
  51. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 2 months ago
  52. 772c097 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 1 month ago
  53. 6e7f9d6 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 1 month ago
  54. 151d561 cpu/intel/haswell/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 1 month ago
  55. 00c95b1 cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSR by Angel Pons · 3 years, 1 month ago
  56. cdb8150 cpu/intel/car/romstage.c: Drop unused function argument by Arthur Heymans · 3 years, 2 months ago
  57. 1aa60a9 src/intel/microcode: Add support for extended signature table by Rizwan Qureshi · 3 years, 2 months ago
  58. d2b2a18 Add Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  59. 0d93ca4 cpu/intel/fit: Fix top swap fit by Arthur Heymans · 3 years, 2 months ago
  60. 448c9e1 cpu/intel/fit: Remove broken ifittool argument by Arthur Heymans · 3 years, 2 months ago
  61. 749d2d7 cpu/intel/fit: Make make fit entries depend on fit pointer by Arthur Heymans · 3 years, 2 months ago
  62. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 9 months ago
  63. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 3 months ago
  64. 6fcc46d cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS by Tim Wawrzynczak · 3 years, 3 months ago
  65. e76f15f src: Replace remaining {get,set}_option() instances by Angel Pons · 3 years, 3 months ago
  66. bdfa353 cpu/intel/common: use lapicid api by Wonkyu Kim · 3 years, 4 months ago
  67. 7811a45 cpu/intel/haswell: Use new fixed BAR accessors by Angel Pons · 3 years, 4 months ago
  68. c9aecb4 cpu/intel/fit: Reserve the FIT pointer using a .c file by Arthur Heymans · 3 years, 4 months ago
  69. eeacd83 cpu/intel/fit: Add the FIT table as a separate CBFS file by Arthur Heymans · 3 years, 5 months ago
  70. f14c05f cpu/intel/microcode: Fix caching logic in intel_microcode_find by Furquan Shaikh · 3 years, 4 months ago
  71. e49dec4 cpu/intel/haswell: Constify ACPI c-state arrays by Angel Pons · 3 years, 6 months ago
  72. 618b9ad cpu/intel/haswell: Drop c-state table indirection by Angel Pons · 3 years, 6 months ago
  73. 85790d0 cpu/intel/model_206ax: Drop c-state table indirection by Angel Pons · 3 years, 6 months ago
  74. d8b9e56 cpu/intel/model_206ax: Replace `generate_cstate_entries` by Angel Pons · 3 years, 6 months ago
  75. 11235d6 cpu/intel/haswell/acpi.c: Correct `get_cores_per_package` by Angel Pons · 3 years, 6 months ago
  76. 45ce5d8 src: Remove unused <arch/cpu.h> by Elyes HAOUAS · 3 years, 6 months ago
  77. 56a676e cpu/intel/microcode: Fix typo in function parameter by Elyes HAOUAS · 3 years, 5 months ago
  78. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 5 months ago
  79. 0b7446a sb/intel/i82801gx,ix: Drop MPEN from GNVS by Kyösti Mälkki · 3 years, 6 months ago
  80. 9daf5f07 cpu/intel/microcode: Reuse existing function to read MCU revision by Arthur Heymans · 3 years, 6 months ago
  81. 3fa23b8 soc/intel/*: Get rid of custom microcode caching by Patrick Rudolph · 3 years, 6 months ago
  82. 93cb180 cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZE by Arthur Heymans · 3 years, 6 months ago
  83. 0bea950 cpu/intel/microcode: Add caching layer in intel_microcode_find by Patrick Rudolph · 3 years, 6 months ago
  84. 9d732d3 cpu/intel/common/fsb.c: Correct code style by Frans Hendriks · 3 years, 6 months ago
  85. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 2 months ago
  86. aaa4a0d cpu/intel/common/fsb.c: Add Broadwell CPUID models by Angel Pons · 3 years, 6 months ago
  87. 9f0093d cpu/intel/model_2065x: Drop configurable TDP copy-pasta by Angel Pons · 3 years, 6 months ago
  88. 00d6660 cpu/intel/model_2065x: Drop unused c-state code by Angel Pons · 3 years, 6 months ago
  89. e751a10 soc/intel/broadwell: Move romstage.c to Haswell by Angel Pons · 3 years, 8 months ago
  90. 9d733de soc/intel/broadwell: Use Haswell CPU headers by Angel Pons · 3 years, 8 months ago
  91. f542b7b cpu/intel/haswell: Add Broadwell CPUIDs and microcode by Angel Pons · 3 years, 9 months ago
  92. 1c7ba62 cpu/intel/haswell: Set C9/C10 vccmin by Angel Pons · 3 years, 9 months ago
  93. c86b119 cpu/intel/haswell: Add fast ramp voltage for Broadwell by Angel Pons · 3 years, 9 months ago
  94. c89d2a28 cpu/intel/haswell: Enable timed MWAIT if supported by Angel Pons · 3 years, 9 months ago
  95. 8b0636e cpu/intel/haswell: Clean up CPUID definitions by Angel Pons · 3 years, 9 months ago
  96. 8e6f162 cpu/intel/haswell: Add s0ix support by Angel Pons · 3 years, 9 months ago
  97. 985821c cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE by Elyes HAOUAS · 3 years, 6 months ago
  98. 398df49 cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word by Elyes HAOUAS · 3 years, 6 months ago
  99. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 6 months ago
  100. bda1c55 cpu/intel/haswell/acpi.c: Use C-state enum definitions by Angel Pons · 3 years, 9 months ago