1. ee83be4 cpu/x86: Link page tables in stage if possible by Arthur Heymans · 7 months ago
  2. bb1f812 cpu/x86/smm: Pass full SMRAM region info to SMM runtime by Benjamin Doron · 6 months ago
  3. de37be8 cpu/x86: Use correct config flag for 1GiB page table by Bora Guvendik · 5 months ago
  4. 194128a cpu/x86/mtrr: Error out caching limitation during NEM by Subrata Banik · 5 months ago
  5. 7a51acf cpu/x86/smm: Set up page tables in safe SMRAM by Arthur Heymans · 7 months ago
  6. 3cfcffe cpu/x86/(sipi|smm): Pass on CR3 from ramstage by Arthur Heymans · 7 months ago
  7. 7fbef1b lib: Remove heap from rmodules by Arthur Heymans · 6 months ago
  8. 1908110 arch to cpu: Add SPDX license headers to Kconfig files by Martin Roth · 6 months ago
  9. 3edf840 cpu/x86/64bit: Turn jumping to long mode into a macro by Arthur Heymans · 3 years, 1 month ago
  10. ecbc243 cpu/x86: Add 1GiB pages for memory access up to 512GiB by Ashish Kumar Mishra · 7 months ago
  11. 0c5b632 cpu/x86/smm/pci_resource_store: Allow devices with no resources by Patrick Rudolph · 7 months ago
  12. 61ec6e9 cpu/x86/smm/pci_resource_store: Store DEV/VEN ID by Patrick Rudolph · 7 months ago
  13. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  14. d7612e9 tree: Use accessor functions for struct region fields by Nico Huber · 7 months ago
  15. c0a4c89 cpu/x86/smi_trigger: use call_smm by Felix Held · 8 months ago
  16. 21710ea cpu/x86/smi_trigger: use enum cb_err as apm_control return type by Felix Held · 8 months ago
  17. c4fbc91 cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO port by Felix Held · 8 months ago
  18. ddc19b3 arch/x86/include/mode_switch: Add more wrapper functions by Patrick Rudolph · 8 months ago
  19. 3052e9e cpu/x86/64bit/mode_switch2: The reverse function to mode_switch by Patrick Rudolph · 8 months ago
  20. b4283a4 cpu/x86/64bit/mode_switch: Simplify assembly code by Patrick Rudolph · 8 months ago
  21. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 10 months ago
  22. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 3 months ago
  23. cb26bd7 cpu/x86/mtrr/debug: rename variables in display_variable_mtrr by Felix Held · 11 months ago
  24. 8d8ed45 cpu/x86/mtrr/debug: use MTRR_PHYS_MASK by Felix Held · 11 months ago
  25. 4534371 cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types by Felix Held · 11 months ago
  26. 1663d18 cpu/x86/mtrr/debug: make local MSR variables const by Felix Held · 11 months ago
  27. 94b91c3 cpu/x86/mtrr/debug: drop unnecessary MSR union by Felix Held · 11 months ago
  28. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 12 months ago
  29. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 12 months ago
  30. db766c7 cpu/x86/smm: Don't save EFER by Arthur Heymans · 1 year, 10 months ago
  31. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  32. 0834b22 cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND by Kyösti Mälkki · 1 year, 1 month ago
  33. a52b93b cpu/x86: Add some notes about XAPIC/X2APIC by Kyösti Mälkki · 1 year, 2 months ago
  34. 053a45b cpu/x86/lapic: Fix X2APIC_ONLY regression by Kyösti Mälkki · 1 year, 2 months ago
  35. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 2 months ago
  36. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 2 months ago
  37. 1efca4d cpu/x86/smm: Drop fxsave/fxrstor logic by Arthur Heymans · 1 year, 3 months ago
  38. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 3 months ago
  39. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 3 months ago
  40. db17ebc cpu/x86/sse_enable.inc: Remove unused file by Arthur Heymans · 1 year, 3 months ago
  41. bf282c2 cpu/x86/smm_stub.S: Fix comment by Arthur Heymans · 1 year, 10 months ago
  42. c532b83 cpu/x86/smm_stub.S: Update comment by Arthur Heymans · 1 year, 10 months ago
  43. 53b1929 Kconfig: Get rid of named choice LAPIC_ACCESS_MODE by Martin Roth · 1 year, 3 months ago
  44. f4dff38 cpu/x86/mp_init.c: Set topology on BSP by Arthur Heymans · 1 year, 4 months ago
  45. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 10 months ago
  46. ddf48eb cpu/mp_init.c: Only enable CPUs once they execute code by Arthur Heymans · 1 year, 10 months ago
  47. a804f91 cpu/smm_module_loader.c: Fix up CPU index locally by Arthur Heymans · 2 years, 3 months ago
  48. 71bc9f0 cpu/x86/mp_init.c: Generate a C header to get start32 offset by Arthur Heymans · 2 years, 3 months ago
  49. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 3 months ago
  50. 2439b2e cpu/x86/64bit/Makefile: use all_x86 make target by Felix Held · 1 year, 5 months ago
  51. 549528d cpu/x86/64bit/Makefile: use verstage_x86 make target by Felix Held · 1 year, 5 months ago
  52. d801d00 cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target by Felix Held · 1 year, 5 months ago
  53. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 9 months ago
  54. 7be147d mp_init: Wait longer for APs to check in by Patrick Rudolph · 1 year, 7 months ago
  55. 8cbd216 cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol by Felix Held · 1 year, 5 months ago
  56. ac8c378 cpu/x86/smm: Add PCI resource store functionality by Robert Zieba · 2 years ago
  57. 22abb3e tree: Move 'asmlinkage' before type 'void' by Elyes Haouas · 1 year, 6 months ago
  58. 107e7aa cpu/x86/smm: Enable setting SMM console log level from mainboard by Johnny Lin · 3 years, 7 months ago
  59. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 7 months ago
  60. 4d75dbd cpu/x86: Set up a separate stack for APs by Arthur Heymans · 1 year, 10 months ago
  61. ca26109 cpu/x86/mtrr: rename local cpu_idx variable and make it const by Felix Held · 1 year, 8 months ago
  62. 447f577 cpu/x86/mtrr: use lapicid instead of cpu_index calls by Felix Held · 1 year, 8 months ago
  63. db65dd6 cpu/x86/mp_init.c: Improve AP entry point by Arthur Heymans · 1 year, 9 months ago
  64. b326166 cpu/x86/mtrr/mtrr: fix printk format strings by Felix Held · 1 year, 8 months ago
  65. 4c37498 cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs by Kane Chen · 1 year, 9 months ago
  66. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 9 months ago
  67. 2c3ebd8 mb,sb,soc/intel: Drop useless IO trap handlers by Kyösti Mälkki · 1 year, 9 months ago
  68. c5b8f8e cpu/x86/Kconfig: Drop unused Kconfig symbol by Elyes Haouas · 1 year, 9 months ago
  69. 95932ba sb/intel/common: Drop duplicate smi_set_eos() by Kyösti Mälkki · 1 year, 9 months ago
  70. bbba201 cpu/x86/smm: Use common SMM_ASEG region by Kyösti Mälkki · 1 year, 9 months ago
  71. d4dfc21 cpu/x86: Set thread local storage in C code by Arthur Heymans · 1 year, 9 months ago
  72. 407e00d include/cpu/msr.h: transform into an union by Arthur Heymans · 1 year, 10 months ago
  73. bbf6aef cpu/x86/Kconfig.debug_cpu: Drop unused symbol by Arthur Heymans · 1 year, 9 months ago
  74. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 9 months ago
  75. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 9 months ago
  76. f874fc2 cpu/x86/smm/module_loader: Fix ASEG loading by Arthur Heymans · 1 year, 10 months ago
  77. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  78. f4c11dc cpu/x86: Drop !CPU_INFO_V2 code by Arthur Heymans · 1 year, 10 months ago
  79. 66b2888 cpu/x86: Drop LEGACY_SMP_INIT by Arthur Heymans · 1 year, 10 months ago
  80. 9a458e4 {cpu/nb}/amd/family15tn: Remove platform by Arthur Heymans · 1 year, 10 months ago
  81. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 10 months ago
  82. 27802bb cpu/x86/mp_init.c: Use existing code to create cpu struct device by Arthur Heymans · 2 years, 3 months ago
  83. b95d427 Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" by Felix Held · 1 year, 10 months ago
  84. d1862b4 cpu/x86/mp_init.c: Handle failed init_bsp() by Arthur Heymans · 1 year, 10 months ago
  85. 1bb9786 cpu/x86/mp_init.c: Set a bogus initial lapic_id by Arthur Heymans · 1 year, 10 months ago
  86. 48c825e cpu/x86/mp_init.c: Use linked list data structures by Arthur Heymans · 2 years, 3 months ago
  87. 3b1eac5 cpu/x86/mp_init: adjust timeout for final SIPI by Jonathan Zhang · 1 year, 10 months ago
  88. 45d3205 cpu/x86: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  89. 912a262 cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB by Arthur Heymans · 4 years, 9 months ago
  90. b18fec5 cpu/x86/64bit: Fix building with -jx by Arthur Heymans · 1 year, 10 months ago
  91. 9fd53fd cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 11 months ago
  92. afc5f9b cpu/x86/smm/smm_module_loader.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  93. 69c02b0 cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> by Elyes Haouas · 1 year, 11 months ago
  94. 4e04776 cpu/x86/smm/smihandler: use lapicid() by Felix Held · 1 year, 11 months ago
  95. a0405b84 cpu/x86/mp_init: drop unused MAX_APIC_IDS define by Felix Held · 1 year, 11 months ago
  96. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  97. 1f5c5da cpu/x86/smm/smihandler: use existing LAPIC ID register definition by Felix Held · 1 year, 11 months ago
  98. a19ff6d cpu/x86/smm/smm_module_loader.c: Fix STM setup by Eugene Myers · 1 year, 11 months ago
  99. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 3 months ago
  100. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 2 years ago