1. d57d5e3 smmstorev2: Load the communication buffer at SMM setup by Arthur Heymans · 8 months ago
  2. 9649984 cpu/x86/topology: Add node ID parser by Patrick Rudolph · 5 months ago
  3. 4d9549b soc/intel: Add definition of D0 stepping for TigerLake Halo by Alicja Michalska · 6 months ago
  4. 3cfcffe cpu/x86/(sipi|smm): Pass on CR3 from ramstage by Arthur Heymans · 7 months ago
  5. 61ec6e9 cpu/x86/smm/pci_resource_store: Store DEV/VEN ID by Patrick Rudolph · 7 months ago
  6. e3c507d soc/intel: Add Lunar Lake device IDs by Appukuttan V K · 7 months ago
  7. 21710ea cpu/x86/smi_trigger: use enum cb_err as apm_control return type by Felix Held · 7 months ago
  8. ba757a7 x86: Separate CPU and SoC physical address size by Jeremy Compostella · 8 months ago
  9. 3e25f85 drivers/ipmi to lib: Fix misspellings & capitalization issues by Martin Roth · 12 months ago
  10. 6fd7f11 src: Remove unnecessary semicolons from the end of macros by Martin Roth · 9 months ago
  11. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 10 months ago
  12. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 11 months ago
  13. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 11 months ago
  14. 1e67adb src/*/post_code.h: Change post code prefix to POSTCODE by Yuchen He · 1 year, 1 month ago
  15. c04d3ddb include/cpu/amd/msr: introduce and use PSTATE_MSR_COUNT by Felix Held · 1 year, 1 month ago
  16. d54a5b29 treewide: Drop the suffixes from ADL and RPL CPUID macros and strings by Michał Żygowski · 1 year, 1 month ago
  17. 573e6de soc/intel/alderlake: Add support for Raptor Lake S CPUs by Max Fritz · 1 year, 9 months ago
  18. d7542cb arch/x86: Ensure LAPIC mode for exception handler by Kyösti Mälkki · 1 year, 2 months ago
  19. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 2 months ago
  20. 08545aa soc/intel/meteorlake: Add QS(C0) stepping CPU ID by Musse Abdullahi · 1 year, 2 months ago
  21. 11ff753 soc/amd/common/block/cpu/noncar: add get_usable_physical_address_bits() by Felix Held · 1 year, 2 months ago
  22. 1efca4d cpu/x86/smm: Drop fxsave/fxrstor logic by Arthur Heymans · 1 year, 3 months ago
  23. d34dbe5 soc/amd/common/block/cpu: Refactor ucode allocation by Grzegorz Bernacki · 1 year, 4 months ago
  24. 7315b40 include/cpu/x86: Simplify en/dis cache functions by Himanshu Sahdev · 1 year, 3 months ago
  25. 36faccf include/cpu/x86: Skip `wbinvd` on CPUs with cache self-snooping (SS) by Subrata Banik · 1 year, 3 months ago
  26. dffb1c8 cpu/x86/cache: Call wbinvd only once CR0.CD is set by Jeremy Compostella · 1 year, 3 months ago
  27. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 3 months ago
  28. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 7 months ago
  29. 27af3e6 include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gb by Felix Held · 1 year, 4 months ago
  30. fb532c7 include/cpu/amd/mtrr: return uint32_t from get_top_of_mem_below_4gb by Felix Held · 1 year, 4 months ago
  31. 5e9afe7 include/cpu/amd/mtrr: rename functions to get top of memory regions by Felix Held · 1 year, 4 months ago
  32. 28eaa4a src/cpu/power9: move part of scom.h to scom.c by Sergii Dmytruk · 2 years, 7 months ago
  33. ab496bf soc/intel/meteorlake: Add B0 stepping CPU ID by Musse Abdullahi · 1 year, 4 months ago
  34. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 10 months ago
  35. a804f91 cpu/smm_module_loader.c: Fix up CPU index locally by Arthur Heymans · 2 years, 3 months ago
  36. 71bc9f0 cpu/x86/mp_init.c: Generate a C header to get start32 offset by Arthur Heymans · 2 years, 3 months ago
  37. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 3 months ago
  38. 2372595 cpu/intel: Remove redefined SAPPHIRERAPIDS_SP CPUID to fix build error by Johnny Lin · 1 year, 5 months ago
  39. 56d2a97 soc/amd/common/block/acpi/cpu_power_state: use pstate_msr union by Felix Held · 1 year, 5 months ago
  40. 0813533 soc/intel/xeon_sp: Report platform cpu info by Naresh Solanki · 1 year, 9 months ago
  41. 15fc459 soc/intel/xeon_sp/spr: Add header files and romstage code by Jonathan Zhang · 1 year, 7 months ago
  42. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 9 months ago
  43. 78633e3 soc/amd/include/msr: factor out P state MSR enable bit to cpu/amd/msr.h by Felix Held · 1 year, 5 months ago
  44. ac8c378 cpu/x86/smm: Add PCI resource store functionality by Robert Zieba · 2 years ago
  45. 0a46604 soc/amd: introduce and use PSTATE_MSR macro by Felix Held · 1 year, 6 months ago
  46. 107e7aa cpu/x86/smm: Enable setting SMM console log level from mainboard by Johnny Lin · 3 years, 7 months ago
  47. 0d34a50 src: Move POST_BOOTBLOCK_CAR to common postcodes and use it by Martin Roth · 1 year, 8 months ago
  48. 341d1bb include/cpu/amd/mtrr: drop unused TOP_MEM_MASK definitions by Felix Held · 1 year, 7 months ago
  49. ad6e3c8 tree: Drop Intel Ice Lake support by Felix Singer · 1 year, 7 months ago
  50. ad87a82 security/intel/txt: Add helper function to disable TXT by Subrata Banik · 1 year, 8 months ago
  51. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  52. 8823ba1 treewide: Include <device/mmio.h> instead of <arch/mmio.h> by Elyes Haouas · 1 year, 9 months ago
  53. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 9 months ago
  54. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 9 months ago
  55. c87ab01 cpu/intel/car: Define post codes by Martin Roth · 1 year, 9 months ago
  56. 2e19aa1 mb/emulation/qemu-q35: Split smm_close() and smm_lock() by Kyösti Mälkki · 1 year, 9 months ago
  57. bbba201 cpu/x86/smm: Use common SMM_ASEG region by Kyösti Mälkki · 1 year, 9 months ago
  58. fa775b7 cpu/cpu.h: Remove unused functions prototypes by Arthur Heymans · 1 year, 9 months ago
  59. 407e00d include/cpu/msr.h: transform into an union by Arthur Heymans · 1 year, 10 months ago
  60. f158c9c cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIME by Arthur Heymans · 2 years ago
  61. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 9 months ago
  62. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 10 months ago
  63. 66f1a98 arch/x86/include: Split msr access into separate file by Martin Roth · 1 year, 11 months ago
  64. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  65. c5d0761 soc/intel/cnl: Add Cometlake-H/S Q0 (10+2) CPU ID by Jeremy Soller · 2 years, 1 month ago
  66. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 3 months ago
  67. f18034c include: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  68. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years, 1 month ago
  69. 2125a17 arch/x86: Add X2APIC_LATE_WORKAROUND by Subrata Banik · 2 years, 1 month ago
  70. 529a64b soc/intel: Add Raptor Lake device IDs by zhixingma · 2 years, 2 months ago
  71. bd0aef0 cpu/intel/microcode: Have API to re-load microcode patch by Subrata Banik · 2 years, 2 months ago
  72. c8c75fa soc/intel/alderlake/report_platform.c: Add ADL-S identification by Michał Żygowski · 2 years, 4 months ago
  73. 8d2bfbc soc/amd/sabrina/acpi: Correct VID decoding on Sabrina by Fred Reitberger · 2 years, 2 months ago
  74. 3f6ff24 cpu/x86/mp_init.c: Prolong delay on synchronous API by Arthur Heymans · 2 years, 3 months ago
  75. e771b9a cpu/x86/mp.h: Implement a pre-SSE2 mfence by Arthur Heymans · 2 years, 9 months ago
  76. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  77. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 3 months ago
  78. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  79. a15b25f soc/intel: Add Raptor Lake device IDs by Bora Guvendik · 2 years, 6 months ago
  80. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 3 months ago
  81. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  82. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 4 months ago
  83. 311ddf3 soc/intel/alderlake: Add new CPU ID by Lean Sheng Tan · 2 years, 5 months ago
  84. 9e78dd1 soc/intel/alderlake: Update CPU IDs with correct steppings by Lean Sheng Tan · 2 years, 5 months ago
  85. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 6 months ago
  86. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 5 months ago
  87. 9f40107 soc/intel/common: Include Meteor Lake device IDs by Wonkyu Kim · 3 years, 9 months ago
  88. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  89. 3a96074 src/arch/ppc64/*: pass FDT address to payload by Sergii Dmytruk · 3 years ago
  90. 252fc29 src/cpu/power9: add file structure for power9, implement SCOM access by Igor Bagnucki · 3 years, 8 months ago
  91. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 6 months ago
  92. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  93. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  94. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  95. 7aea15a cpu/x86/lapic: Fix choice X2APIC_ONLY by Kyösti Mälkki · 2 years, 10 months ago
  96. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  97. 0c1158b cpu/x86/lapic: Unify some parameter by Kyösti Mälkki · 2 years, 8 months ago
  98. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  99. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  100. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago