1. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  2. 56d3103f cpu/intel/microcode: Fix `device enumeration` boot regression by Subrata Banik · 2 years, 1 month ago
  3. 1205345 cpu/Makefile.inc: Fix rebuilding a new target by Arthur Heymans · 2 years, 1 month ago
  4. 1f07797 cpu/x86/smm/smm_module_loader.c: Fix formatted print by Elyes Haouas · 2 years, 1 month ago
  5. bab9e2e arch/x86: Add a common romstage entry by Arthur Heymans · 3 years, 2 months ago
  6. 0310d34 cpu/intel/microcode: Have provision to re-load microcode patch by Subrata Banik · 2 years, 2 months ago
  7. b97a303 cpu/amd/agesa: Use common MRC_CACHE code to save S3 data by Arthur Heymans · 4 years ago
  8. 750d57f drivers/amd/agesa: Don't save regular boot MTRR to flash by Arthur Heymans · 4 years ago
  9. 0effeb5 cpu/x86/smm_module_loader: Use struct region in cpu map by Arthur Heymans · 2 years, 2 months ago
  10. af04f3c cpu/x86/smm: Use struct region to check overlapping sections by Arthur Heymans · 2 years, 3 months ago
  11. 68d765b cpu/x86/smm_module_loader: Update logging by Arthur Heymans · 2 years, 3 months ago
  12. 3f6ff24 cpu/x86/mp_init.c: Prolong delay on synchronous API by Arthur Heymans · 2 years, 2 months ago
  13. 0024678 cpu/intel/model_fxx: Select SSE2 by Arthur Heymans · 2 years, 2 months ago
  14. 346db92 cpu/x86/smm_module_loader: Drop superfluous checks by Arthur Heymans · 2 years, 3 months ago
  15. af20fd7 cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification by Julius Werner · 2 years, 2 months ago
  16. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 9 months ago
  17. 4609365 Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages" by Arthur Heymans · 2 years, 2 months ago
  18. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 2 months ago
  19. 4ed2260 cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges by Arthur Heymans · 2 years, 3 months ago
  20. 2a13a54 cpu/x86/smm_module_load: Fix SMM stub params by Kyösti Mälkki · 2 years, 2 months ago
  21. 64c04e0 cpu/x86: Allow SoC to select the LAPIC access mode by Subrata Banik · 2 years, 2 months ago
  22. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 3 months ago
  23. d7c3716 cpu/x86/smm_module_load: Rewrite setup_stub by Arthur Heymans · 2 years, 3 months ago
  24. cb361da cpu/x86/smm_module_loader: Add a convenient ss_top by Arthur Heymans · 2 years, 3 months ago
  25. 5747f6c cpu/x86/smm_module_loader.c: Rewrite setup by Arthur Heymans · 2 years, 3 months ago
  26. 1b970bd cpu/x86/smm: Drop 'entry' struct element by Arthur Heymans · 2 years, 3 months ago
  27. 0ab98d5 cpu/x86/smm: Refactor creating a stub/save state map by Arthur Heymans · 2 years, 3 months ago
  28. ea2c1d3 cpu/x86/smm: Remove heap by Arthur Heymans · 2 years, 2 months ago
  29. 876a1b4 arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature by Arthur Heymans · 2 years, 5 months ago
  30. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 2 months ago
  31. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 3 months ago
  32. 3fd7197 cpu/amd: Remove unused <cpu/x86/pae.h> by Elyes Haouas · 2 years, 3 months ago
  33. 7fd65e9 cpu/intel/model_2065x: Drop unused function declaration by Angel Pons · 2 years, 2 months ago
  34. 66538e0 cpu/intel/socket_p: Increase DCACHE_RAM_SIZE by Arthur Heymans · 3 years, 2 months ago
  35. e69461d nb/intel/pineview: Use cbfs mcache by Arthur Heymans · 3 years, 2 months ago
  36. 597b9e9 cpu/x86/64bit: Generate static page tables from an assembly file by Arthur Heymans · 2 years, 3 months ago
  37. 34f5cd9 cpu/x86/64bit: Add a separate Makefile.inc by Arthur Heymans · 2 years, 3 months ago
  38. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 6 months ago
  39. 0ce7904 cpu/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  40. 6504044 cpu/amd: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 6 months ago
  41. 170d33d cpu/x86/fpu_enable.inc: Remove file used by romcc by Arthur Heymans · 3 years, 2 months ago
  42. 67f29e8 cpu/x86/Kconfig*: Guard with ARCH_X86 by Arthur Heymans · 2 years, 3 months ago
  43. eaf11c9 x86/mtrr: Print address ranges inclusive to be more consistent by Werner Zeh · 2 years, 3 months ago
  44. 3e4e4ab cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution by Subrata Banik · 2 years, 3 months ago
  45. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 3 months ago
  46. 95af254 cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub by Arthur Heymans · 4 years, 8 months ago
  47. ff69b6f cpu/x86/smm_module_loader.c: Clean up printing the CPU map by Arthur Heymans · 2 years, 3 months ago
  48. 1f09a2a cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot by Subrata Banik · 2 years, 4 months ago
  49. 7578ea4 {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count by Subrata Banik · 2 years, 4 months ago
  50. 3ad00d0 cpu/x86/mtrr: Make useful MTRR functions available for all boot stages by Subrata Banik · 2 years, 4 months ago
  51. 422fdce cpu/intel/fit: Clear the FIT table when setting pointer by Arthur Heymans · 2 years, 4 months ago
  52. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 5 months ago
  53. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 4 months ago
  54. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 5 months ago
  55. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  56. b4ba289 cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 9 months ago
  57. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 5 months ago
  58. fa5ed05 nb/intel/ironlake: Fix some quickpath init magic by Angel Pons · 2 years, 7 months ago
  59. 707e545 cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT by Kyösti Mälkki · 2 years, 5 months ago
  60. 252fc29 src/cpu/power9: add file structure for power9, implement SCOM access by Igor Bagnucki · 3 years, 7 months ago
  61. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 5 months ago
  62. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  63. 16fa339 cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 7 months ago
  64. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 9 months ago
  65. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 9 months ago
  66. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  67. 7261b5a cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER by Kyösti Mälkki · 3 years, 1 month ago
  68. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 9 months ago
  69. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 1 month ago
  70. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 9 months ago
  71. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 9 months ago
  72. b998fd0 cpu/intel/common: Add `set_feature_ctrl_vmx_arg()` by Angel Pons · 2 years, 6 months ago
  73. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 6 months ago
  74. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 6 months ago
  75. aef6de3 cpu/intel/socket_p: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  76. 58e2c50 cpu/intel/socket_m: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  77. be35479 cpu/intel/socket_LGA775: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  78. ec31cf1 cpu/intel/socket_FCBGA559: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  79. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 6 months ago
  80. 48fbf2f cpu/x86/mp_init.c: Make it work for !CONFIG_SMP by Arthur Heymans · 2 years, 8 months ago
  81. 09ca258 cpu/amd/agesa/Kconfig: select NO_SMM for Family 14h by Michał Kopeć · 2 years, 8 months ago
  82. c5432ec cpu/amd/pi/Kconfig: select NO_SMM by Michał Kopeć · 2 years, 8 months ago
  83. dc35d2a northbridge/amd/pi/00730F01: enable PARALLEL_MP by Michał Kopeć · 2 years, 8 months ago
  84. 5b334b8 x86_64 assembly: Don't touch %gs by Patrick Rudolph · 2 years, 8 months ago
  85. 7d925c5 cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER by Arthur Heymans · 2 years, 7 months ago
  86. 29c7622 cpu/x86/mp_init.c: Fix building with no smihandler by Arthur Heymans · 3 years, 2 months ago
  87. f150581 cpu/x86/mp_init.c: Fix building without an SMI_HANDLER by Arthur Heymans · 2 years, 8 months ago
  88. 4b5a490 src/cpu,soc/amd/common/block/cpu: Add preload_microcode by Raul E Rangel · 2 years, 8 months ago
  89. 9f91ced cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI by Subrata Banik · 3 years ago
  90. 1d565b50 cpu/intel/hyperthreading: Add missing header <arch/cpu.h> by Raul E Rangel · 2 years, 8 months ago
  91. 04c497a cpu/intel: Use unsigned types in `get_cpu_count()` by Angel Pons · 2 years, 8 months ago
  92. c435038 cpu/amd/mtrr: Remove topmem global variables by Arthur Heymans · 2 years, 9 months ago
  93. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 9 months ago
  94. ca87532 cpu/amd/mtrr/amd_mtrr.c: Remove unused functions by Arthur Heymans · 2 years, 9 months ago
  95. 7e27202 cpu/amd: Always fetch CPU addr bits at runtime by Arthur Heymans · 2 years, 9 months ago
  96. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 9 months ago
  97. 761e2ae cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option by Felix Held · 2 years, 9 months ago
  98. 39789eb cpu/x86: drop CPU_X86_LAPIC Kconfig option by Felix Held · 2 years, 9 months ago
  99. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 9 months ago
  100. 71dfa82 cpu/intel/socket_LGA775: Drop commented-out entries by Felix Held · 2 years, 9 months ago