1. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  2. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  3. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  4. 38107fa acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table by Michael Niewöhner · 2 years, 11 months ago
  5. afd268a cpu/intel/speedstep: Constify `get_cst_entries()` by Angel Pons · 2 years, 10 months ago
  6. 5791123 cpu/intel/hyperthreading: Use initial LAPIC IDs by Kyösti Mälkki · 2 years, 10 months ago
  7. a000922 cpu/intel/hyperthreading: Use cpuid_get_max_func() by Kyösti Mälkki · 2 years, 10 months ago
  8. 5f4ae42 cpu/intel/hyperthreading: Use CPUID leaf 0xb without X2APIC by Kyösti Mälkki · 2 years, 10 months ago
  9. cb70d83 cpu/intel/haswell: Lock PKG_CST_CONFIG_CONTROL MSR by Angel Pons · 2 years, 10 months ago
  10. f72c7b1 soc/amd/cezanne,soc/intel/common: rework CPPC table generation by Michael Niewöhner · 2 years, 11 months ago
  11. 1fb2e1e cpu: add missing arch/cpu.h includes by Felix Held · 3 years ago
  12. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  13. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  14. bad21a4 cpu/intel/*/*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  15. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  16. 6db9dcc soc/intel: Fix microcode loading by Tim Wawrzynczak · 3 years, 1 month ago
  17. 95761c5 Makefile.inc: Fix IFITTOOL dependencies by Arthur Heymans · 3 years, 1 month ago
  18. c439e07 cpu/intel/car/core2/cache_as_ram: Add x86_64 support by Patrick Rudolph · 3 years, 11 months ago
  19. 6edaa21 ironlake: Add support for x86_64 by Patrick Rudolph · 3 years, 11 months ago
  20. 8a6053b cpu/intel/car/p4: Add x86_64 support by Arthur Heymans · 3 years, 2 months ago
  21. bc7b63f cpu/intel/car/p4-netburst: Prepare for x86_64 by Arthur Heymans · 3 years, 2 months ago
  22. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 2 months ago
  23. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  24. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  25. 2ec084f cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS` by Angel Pons · 3 years, 2 months ago
  26. 1515a48 cpu/intel/haswell: Enable MCA logging by Angel Pons · 3 years, 2 months ago
  27. b50b6a5 nb/intel/sandybridge: Add x86_64 support by Patrick Rudolph · 4 years ago
  28. 75363a9 cpu/x86: Drop Kconfig PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  29. 7d8bf58 cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT by Kyösti Mälkki · 3 years, 3 months ago
  30. 3ab6157 cpu/intel/hyperthreading: Build only for selected models by Kyösti Mälkki · 3 years, 3 months ago
  31. 41a2c73 cpu/x86: Default to PARALLEL_MP selected by Kyösti Mälkki · 3 years, 3 months ago
  32. 772c097 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 2 months ago
  33. 6e7f9d6 cpu/intel/model_206ax/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 2 months ago
  34. 151d561 cpu/intel/haswell/acpi.c: Do not report P_BLK by Angel Pons · 3 years, 2 months ago
  35. 00c95b1 cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSR by Angel Pons · 3 years, 2 months ago
  36. cdb8150 cpu/intel/car/romstage.c: Drop unused function argument by Arthur Heymans · 3 years, 3 months ago
  37. 1aa60a9 src/intel/microcode: Add support for extended signature table by Rizwan Qureshi · 3 years, 3 months ago
  38. d2b2a18 Add Kconfig TPM by Kyösti Mälkki · 3 years, 4 months ago
  39. 0d93ca4 cpu/intel/fit: Fix top swap fit by Arthur Heymans · 3 years, 3 months ago
  40. 448c9e1 cpu/intel/fit: Remove broken ifittool argument by Arthur Heymans · 3 years, 3 months ago
  41. 749d2d7 cpu/intel/fit: Make make fit entries depend on fit pointer by Arthur Heymans · 3 years, 3 months ago
  42. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 10 months ago
  43. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 4 months ago
  44. 6fcc46d cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS by Tim Wawrzynczak · 3 years, 4 months ago
  45. e76f15f src: Replace remaining {get,set}_option() instances by Angel Pons · 3 years, 4 months ago
  46. bdfa353 cpu/intel/common: use lapicid api by Wonkyu Kim · 3 years, 5 months ago
  47. 7811a45 cpu/intel/haswell: Use new fixed BAR accessors by Angel Pons · 3 years, 5 months ago
  48. c9aecb4 cpu/intel/fit: Reserve the FIT pointer using a .c file by Arthur Heymans · 3 years, 5 months ago
  49. eeacd83 cpu/intel/fit: Add the FIT table as a separate CBFS file by Arthur Heymans · 3 years, 6 months ago
  50. f14c05f cpu/intel/microcode: Fix caching logic in intel_microcode_find by Furquan Shaikh · 3 years, 5 months ago
  51. e49dec4 cpu/intel/haswell: Constify ACPI c-state arrays by Angel Pons · 3 years, 7 months ago
  52. 618b9ad cpu/intel/haswell: Drop c-state table indirection by Angel Pons · 3 years, 7 months ago
  53. 85790d0 cpu/intel/model_206ax: Drop c-state table indirection by Angel Pons · 3 years, 7 months ago
  54. d8b9e56 cpu/intel/model_206ax: Replace `generate_cstate_entries` by Angel Pons · 3 years, 8 months ago
  55. 11235d6 cpu/intel/haswell/acpi.c: Correct `get_cores_per_package` by Angel Pons · 3 years, 8 months ago
  56. 45ce5d8 src: Remove unused <arch/cpu.h> by Elyes HAOUAS · 3 years, 7 months ago
  57. 56a676e cpu/intel/microcode: Fix typo in function parameter by Elyes HAOUAS · 3 years, 6 months ago
  58. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 7 months ago
  59. 0b7446a sb/intel/i82801gx,ix: Drop MPEN from GNVS by Kyösti Mälkki · 3 years, 7 months ago
  60. 9daf5f07 cpu/intel/microcode: Reuse existing function to read MCU revision by Arthur Heymans · 3 years, 7 months ago
  61. 3fa23b8 soc/intel/*: Get rid of custom microcode caching by Patrick Rudolph · 3 years, 7 months ago
  62. 93cb180 cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZE by Arthur Heymans · 3 years, 7 months ago
  63. 0bea950 cpu/intel/microcode: Add caching layer in intel_microcode_find by Patrick Rudolph · 3 years, 7 months ago
  64. 9d732d3 cpu/intel/common/fsb.c: Correct code style by Frans Hendriks · 3 years, 7 months ago
  65. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  66. aaa4a0d cpu/intel/common/fsb.c: Add Broadwell CPUID models by Angel Pons · 3 years, 7 months ago
  67. 9f0093d cpu/intel/model_2065x: Drop configurable TDP copy-pasta by Angel Pons · 3 years, 7 months ago
  68. 00d6660 cpu/intel/model_2065x: Drop unused c-state code by Angel Pons · 3 years, 7 months ago
  69. e751a10 soc/intel/broadwell: Move romstage.c to Haswell by Angel Pons · 3 years, 9 months ago
  70. 9d733de soc/intel/broadwell: Use Haswell CPU headers by Angel Pons · 3 years, 9 months ago
  71. f542b7b cpu/intel/haswell: Add Broadwell CPUIDs and microcode by Angel Pons · 3 years, 10 months ago
  72. 1c7ba62 cpu/intel/haswell: Set C9/C10 vccmin by Angel Pons · 3 years, 10 months ago
  73. c86b119 cpu/intel/haswell: Add fast ramp voltage for Broadwell by Angel Pons · 3 years, 10 months ago
  74. c89d2a28 cpu/intel/haswell: Enable timed MWAIT if supported by Angel Pons · 3 years, 10 months ago
  75. 8b0636e cpu/intel/haswell: Clean up CPUID definitions by Angel Pons · 3 years, 10 months ago
  76. 8e6f162 cpu/intel/haswell: Add s0ix support by Angel Pons · 3 years, 10 months ago
  77. 985821c cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE by Elyes HAOUAS · 3 years, 7 months ago
  78. 398df49 cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  79. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 7 months ago
  80. bda1c55 cpu/intel/haswell/acpi.c: Use C-state enum definitions by Angel Pons · 3 years, 10 months ago
  81. ba5761a cpu/intel/haswell: Factor out ACPI C-state values by Angel Pons · 3 years, 10 months ago
  82. d26e1cf cpu/intel/*init: Remove obsolete cache enable by Patrick Rudolph · 3 years, 7 months ago
  83. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 7 months ago
  84. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 7 months ago
  85. 9dd1eb6 cpu/intel/haswell: Add delay for TPM before Flex Ratio reboot by Angel Pons · 3 years, 10 months ago
  86. 242fd28 cpu/intel/haswell: Allow tuning VR for C-state operations by Angel Pons · 3 years, 10 months ago
  87. 9dcd1c1 cpu/intel/haswell: Raise PSI1 threshold to 20A by Angel Pons · 3 years, 10 months ago
  88. 053deb8 cpu/intel/haswell: Enable turbo ratio if available by Angel Pons · 3 years, 10 months ago
  89. 4f31cdf cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSR by Angel Pons · 3 years, 10 months ago
  90. 15e5e51 cpu/intel/haswell/haswell.h: Align with Broadwell by Angel Pons · 3 years, 10 months ago
  91. 4c95f10 cpu/intel/haswell: Align cosmetics with Broadwell by Angel Pons · 3 years, 10 months ago
  92. 829fb2e cpu/intel/haswell: Do not determine CPU type at runtime by Angel Pons · 3 years, 10 months ago
  93. b6dff82 cpu/intel/model_206ax: Always return a package from _CST by Angel Pons · 3 years, 8 months ago
  94. 17c951b */Makefile.inc: Add some INTERMEDIATE targets to .PHONY by Arthur Heymans · 3 years, 8 months ago
  95. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  96. ca96549 cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK` by Angel Pons · 3 years, 10 months ago
  97. ef458da cpu/intel/model_206ax: Simplify C-state acpigen by Angel Pons · 3 years, 8 months ago
  98. 6f56a23 cpu/intel/model_206ax: Rename `cX_acpower` options by Angel Pons · 3 years, 8 months ago
  99. 0d5ef95 cpu/intel/model_206ax: Unify ACPI C-state options by Angel Pons · 3 years, 8 months ago
  100. 65cb646 cpu/intel/x/chip.h: Drop unused `disable_acpi` setting by Angel Pons · 3 years, 8 months ago