1. b95d427 Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" by Felix Held · 1 year, 10 months ago
  2. d1862b4 cpu/x86/mp_init.c: Handle failed init_bsp() by Arthur Heymans · 1 year, 10 months ago
  3. 1bb9786 cpu/x86/mp_init.c: Set a bogus initial lapic_id by Arthur Heymans · 1 year, 10 months ago
  4. 48c825e cpu/x86/mp_init.c: Use linked list data structures by Arthur Heymans · 2 years, 3 months ago
  5. 6552b99 cpu/intel/common: Fix typecasting issue by Sridhar Siricilla · 1 year, 10 months ago
  6. 3b1eac5 cpu/x86/mp_init: adjust timeout for final SIPI by Jonathan Zhang · 1 year, 10 months ago
  7. b9a9dcd mb/lenovo/haswell: Enable VBOOT_VBNV_FLASH by Yu-Ping Wu · 1 year, 11 months ago
  8. 45d3205 cpu/x86: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  9. deb5645 cpu/intel: Clean up includes by Elyes Haouas · 1 year, 10 months ago
  10. 912a262 cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB by Arthur Heymans · 4 years, 9 months ago
  11. b18fec5 cpu/x86/64bit: Fix building with -jx by Arthur Heymans · 1 year, 10 months ago
  12. 9fd53fd cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 11 months ago
  13. 7b7b8e4 cpu/intel/common/fsb.c: Sorte includes and add <stdint.h> by Elyes Haouas · 1 year, 11 months ago
  14. 7df5c68 cpu/intel/car/romstage.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 11 months ago
  15. afc5f9b cpu/x86/smm/smm_module_loader.c: Clean up includes by Elyes Haouas · 1 year, 11 months ago
  16. 69c02b0 cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> by Elyes Haouas · 1 year, 11 months ago
  17. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 11 months ago
  18. 4e04776 cpu/x86/smm/smihandler: use lapicid() by Felix Held · 1 year, 11 months ago
  19. a0405b84 cpu/x86/mp_init: drop unused MAX_APIC_IDS define by Felix Held · 1 year, 11 months ago
  20. 9b2d1d8 include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h by Felix Held · 1 year, 11 months ago
  21. 1f5c5da cpu/x86/smm/smihandler: use existing LAPIC ID register definition by Felix Held · 1 year, 11 months ago
  22. a19ff6d cpu/x86/smm/smm_module_loader.c: Fix STM setup by Eugene Myers · 1 year, 11 months ago
  23. 082d822 cpu/intel/haswell: Update Broadwell ULT µcode updates by Angel Pons · 1 year, 11 months ago
  24. 84d0fe5 cpu/intel/haswell: Hook up Crystal Well µcode updates by Angel Pons · 1 year, 11 months ago
  25. 1caa279 cpu/intel/haswell: Do not include useless µcode updates by Angel Pons · 1 year, 11 months ago
  26. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 3 months ago
  27. 2c02138 cpu/intel/haswell: Allow up to six microcodes in the FIT table by Jeremy Compostella · 2 years ago
  28. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 1 year, 11 months ago
  29. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 11 months ago
  30. fb28799 arch/x86: Fix MAX_CPUS check proper for late X2APIC config by Subrata Banik · 2 years, 1 month ago
  31. d797608 treewide: Remove unused <cpu/x86/mtrr.h> by Elyes Haouas · 2 years, 1 month ago
  32. 287048a cpu/amd: Reformat code by Elyes Haouas · 2 years, 3 months ago
  33. 55d300c cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND` by Subrata Banik · 2 years, 1 month ago
  34. 2125a17 arch/x86: Add X2APIC_LATE_WORKAROUND by Subrata Banik · 2 years, 1 month ago
  35. 644a67c cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  36. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 6 months ago
  37. efd2720 arch/x86: Mark prepare_and_run_postcar noreturn by Arthur Heymans · 2 years, 1 month ago
  38. 7ae8fa5 cpu/amd: Add common helpers for TSEG and SMM by Arthur Heymans · 2 years, 3 months ago
  39. 207225c cpu/x86/mp_init: retype do_smm element in mp_state struct to bool by Felix Held · 2 years, 1 month ago
  40. 508c290 intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING by Subrata Banik · 2 years, 2 months ago
  41. 347f5c3 microcode: Add error msg in case `intel_microcode_find()` return NULL by Subrata Banik · 2 years, 2 months ago
  42. 7734af8 cpu/intel/microcode: Create helper function to load microcode patch by Subrata Banik · 2 years, 2 months ago
  43. bd0aef0 cpu/intel/microcode: Have API to re-load microcode patch by Subrata Banik · 2 years, 2 months ago
  44. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  45. 56d3103f cpu/intel/microcode: Fix `device enumeration` boot regression by Subrata Banik · 2 years, 2 months ago
  46. 1205345 cpu/Makefile.inc: Fix rebuilding a new target by Arthur Heymans · 2 years, 2 months ago
  47. 1f07797 cpu/x86/smm/smm_module_loader.c: Fix formatted print by Elyes Haouas · 2 years, 2 months ago
  48. bab9e2e arch/x86: Add a common romstage entry by Arthur Heymans · 3 years, 3 months ago
  49. 0310d34 cpu/intel/microcode: Have provision to re-load microcode patch by Subrata Banik · 2 years, 3 months ago
  50. b97a303 cpu/amd/agesa: Use common MRC_CACHE code to save S3 data by Arthur Heymans · 4 years ago
  51. 750d57f drivers/amd/agesa: Don't save regular boot MTRR to flash by Arthur Heymans · 4 years ago
  52. 0effeb5 cpu/x86/smm_module_loader: Use struct region in cpu map by Arthur Heymans · 2 years, 3 months ago
  53. af04f3c cpu/x86/smm: Use struct region to check overlapping sections by Arthur Heymans · 2 years, 4 months ago
  54. 68d765b cpu/x86/smm_module_loader: Update logging by Arthur Heymans · 2 years, 4 months ago
  55. 3f6ff24 cpu/x86/mp_init.c: Prolong delay on synchronous API by Arthur Heymans · 2 years, 3 months ago
  56. 0024678 cpu/intel/model_fxx: Select SSE2 by Arthur Heymans · 2 years, 3 months ago
  57. 346db92 cpu/x86/smm_module_loader: Drop superfluous checks by Arthur Heymans · 2 years, 4 months ago
  58. af20fd7 cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification by Julius Werner · 2 years, 3 months ago
  59. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  60. 4609365 Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages" by Arthur Heymans · 2 years, 3 months ago
  61. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 3 months ago
  62. 4ed2260 cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges by Arthur Heymans · 2 years, 4 months ago
  63. 2a13a54 cpu/x86/smm_module_load: Fix SMM stub params by Kyösti Mälkki · 2 years, 3 months ago
  64. 64c04e0 cpu/x86: Allow SoC to select the LAPIC access mode by Subrata Banik · 2 years, 3 months ago
  65. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 4 months ago
  66. d7c3716 cpu/x86/smm_module_load: Rewrite setup_stub by Arthur Heymans · 2 years, 4 months ago
  67. cb361da cpu/x86/smm_module_loader: Add a convenient ss_top by Arthur Heymans · 2 years, 4 months ago
  68. 5747f6c cpu/x86/smm_module_loader.c: Rewrite setup by Arthur Heymans · 2 years, 4 months ago
  69. 1b970bd cpu/x86/smm: Drop 'entry' struct element by Arthur Heymans · 2 years, 4 months ago
  70. 0ab98d5 cpu/x86/smm: Refactor creating a stub/save state map by Arthur Heymans · 2 years, 4 months ago
  71. ea2c1d3 cpu/x86/smm: Remove heap by Arthur Heymans · 2 years, 3 months ago
  72. 876a1b4 arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature by Arthur Heymans · 2 years, 6 months ago
  73. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 3 months ago
  74. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 4 months ago
  75. 3fd7197 cpu/amd: Remove unused <cpu/x86/pae.h> by Elyes Haouas · 2 years, 4 months ago
  76. 7fd65e9 cpu/intel/model_2065x: Drop unused function declaration by Angel Pons · 2 years, 3 months ago
  77. 66538e0 cpu/intel/socket_p: Increase DCACHE_RAM_SIZE by Arthur Heymans · 3 years, 3 months ago
  78. e69461d nb/intel/pineview: Use cbfs mcache by Arthur Heymans · 3 years, 3 months ago
  79. 597b9e9 cpu/x86/64bit: Generate static page tables from an assembly file by Arthur Heymans · 2 years, 4 months ago
  80. 34f5cd9 cpu/x86/64bit: Add a separate Makefile.inc by Arthur Heymans · 2 years, 4 months ago
  81. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 7 months ago
  82. 0ce7904 cpu/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 8 months ago
  83. 6504044 cpu/amd: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 7 months ago
  84. 170d33d cpu/x86/fpu_enable.inc: Remove file used by romcc by Arthur Heymans · 3 years, 3 months ago
  85. 67f29e8 cpu/x86/Kconfig*: Guard with ARCH_X86 by Arthur Heymans · 2 years, 4 months ago
  86. eaf11c9 x86/mtrr: Print address ranges inclusive to be more consistent by Werner Zeh · 2 years, 4 months ago
  87. 3e4e4ab cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution by Subrata Banik · 2 years, 4 months ago
  88. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 4 months ago
  89. 95af254 cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  90. ff69b6f cpu/x86/smm_module_loader.c: Clean up printing the CPU map by Arthur Heymans · 2 years, 4 months ago
  91. 1f09a2a cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot by Subrata Banik · 2 years, 5 months ago
  92. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 5 months ago
  93. 3ad00d0 cpu/x86/mtrr: Make useful MTRR functions available for all boot stages by Subrata Banik · 2 years, 5 months ago
  94. 422fdce cpu/intel/fit: Clear the FIT table when setting pointer by Arthur Heymans · 2 years, 5 months ago
  95. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 6 months ago
  96. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 5 months ago
  97. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 6 months ago
  98. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 6 months ago
  99. b4ba289 cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  100. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 6 months ago