1. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  2. 9660f06 cpu/x86/name/name.c: Clean up includes by Elyes HAOUAS · 4 years ago
  3. 9887264 cpu/x86/mp_init.c: Print out the microcode revision of APs by Arthur Heymans · 3 years, 7 months ago
  4. 2289a70 arch/x86: Top-align .init in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  5. 6c7441f cpu/x86: Rename __protected_start symbol by Kyösti Mälkki · 3 years, 9 months ago
  6. 47d58e5 cpu/x86: Link entry32.inc by Kyösti Mälkki · 3 years, 9 months ago
  7. 404c0c4 cpu/x86: Link reset16.inc by Kyösti Mälkki · 3 years, 9 months ago
  8. 0308313 cpu/x86: Link entry16.inc by Kyösti Mälkki · 3 years, 9 months ago
  9. 22236a5 cpu/x86/smm: Remove unused APMC for C-state and P-state by Kyösti Mälkki · 3 years, 7 months ago
  10. 9a1620f cpu/x86/smm: Use common APMC logging by Kyösti Mälkki · 3 years, 7 months ago
  11. 193aac8 cpu/x86/sipi_vector.S: Fix reading MCU revision by Arthur Heymans · 3 years, 7 months ago
  12. cc2c5c9 cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  13. 07f11db cpu/x86/mtrr/earlymtrr.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  14. 393992f cpu/mp_init: Fix microcode lock by Patrick Rudolph · 3 years, 7 months ago
  15. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 7 months ago
  16. 84935f7 cpu/x86/smm: Pass GNVS with smm_module_loader v2 by Kyösti Mälkki · 3 years, 7 months ago
  17. 72c6071 cpu/x86/sipi_vector: Simplify loop getting unique CPU number by Patrick Rudolph · 3 years, 9 months ago
  18. 2136c5a cpu/x86/smm: Use append instead of assign for smm-c-deps by Furquan Shaikh · 3 years, 7 months ago
  19. b8cf039 ACPI: Final APM_CNT_GNVS_UPDATE cleanup by Kyösti Mälkki · 4 years, 2 months ago
  20. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years, 2 months ago
  21. 97b76f7 arch/x86: Link gdt_init.S into bootblock by Kyösti Mälkki · 3 years, 9 months ago
  22. dc873cc arch/x86: Clean up bootblock assembly by Kyösti Mälkki · 3 years, 9 months ago
  23. cfe526d arch/x86: Combine bootblock linker scripts by Kyösti Mälkki · 4 years, 4 months ago
  24. 40dc53a cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR by Patrick Rudolph · 3 years, 9 months ago
  25. 7a35949 cpu/x86/64bit: Add code to call function in protected mode by Patrick Rudolph · 3 years, 9 months ago
  26. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  27. 91d5a6c cpu/x86/lapic/secondary.S: Adapt for x86_64 by Arthur Heymans · 3 years, 9 months ago
  28. 484adee cpu/x86/smm/smm_stub: Fix stack canary on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  29. 9e7497e cpu/x86/smm/smm_stub: Fix GDT for x86_64 by Patrick Rudolph · 3 years, 9 months ago
  30. 429c77a cpu/x86/early_reset: Mark assemblycode as 32bit by Patrick Rudolph · 3 years, 9 months ago
  31. a169550 cpu/x86/sipi: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  32. 123a37e Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector" by Kyösti Mälkki · 4 years, 2 months ago
  33. 81b88a1 cpu/x86/smm/smm_module_loaderv2: Properly print stack_end by Arthur Heymans · 3 years, 10 months ago
  34. b17f11e cpu/x86/smm/smm_module_loaderv2.c: Use more variables by Arthur Heymans · 3 years, 10 months ago
  35. fd8619e cpu/x86/smm: Check that the stub size is < save state size by Arthur Heymans · 3 years, 10 months ago
  36. 3967cf9 cpu/x86/smm: Add a common save state handling by Arthur Heymans · 4 years ago
  37. 7ac4722 cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4 by Arthur Heymans · 4 years ago
  38. a69d2c1 cpu/x86/smm/smihandler.c: Simplify smm revision handling by Arthur Heymans · 4 years ago
  39. 6c46b6f cpu/x86/mp_init: Add support for x86_64 by Patrick Rudolph · 4 years ago
  40. f3d65e4 cpu/x86/smm: Pass smm.ld through src-to-obj by Arthur Heymans · 4 years ago
  41. 215ac3b cpu/x86/lapic: rename virtual wire mode initialization function by Felix Held · 3 years, 10 months ago
  42. 1627e2f cpu/x86/sipi_vector.S: Use correct suffix for bts by Jacob Garber · 3 years, 10 months ago
  43. cbbce66b cpu/x86: increase timeout for CPUs to check in after 2nd SIPI by Jonathan Zhang · 3 years, 10 months ago
  44. 8f594b7 cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN by Jonathan Zhang · 3 years, 10 months ago
  45. 320ad93 cpu/x86/mtrr: add support for address space higher than 16TiB by Jonathan Zhang · 3 years, 10 months ago
  46. 2f7d4c3 cpu/x86/smm/smihandler.c: Implement smm_get_save_state() by Arthur Heymans · 4 years ago
  47. ac0d2ee cpu/x86/smm/smmhandler.c: Get revision using C code by Arthur Heymans · 4 years ago
  48. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  49. 342d0a8 cpu/x86/smm.h: Add function to return the SMM save state revision by Arthur Heymans · 4 years ago
  50. 9256e51 cpu/x86/smm/smmhandler: Fix x86_64 assembly exit by Patrick Rudolph · 4 years ago
  51. 0fc1f2f Revert "cpu/x86/sipi: Add x86_64 support" by Patrick Rudolph · 4 years ago
  52. 275f150 cpu/x86/smm/smm_module_handler: Add x86_64 support by Patrick Rudolph · 4 years ago
  53. 18ad7fa cpu/x86/sipi: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  54. e3dd57e cpu/x86/64bit/exit32: Add support for ramstage by Patrick Rudolph · 4 years ago
  55. 24bb803 cpu/x86/smm/smm_stub: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  56. afb7a81 cpu/x86/smm: Introduce SMM module loader version 2 by Rocky Phagura · 4 years, 1 month ago
  57. 0199d3b arch/x86: Move cpu_relax() by Kyösti Mälkki · 4 years, 1 month ago
  58. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  59. e769bce ACPI: Add and fill gnvs_ptr for smm_runtime by Kyösti Mälkki · 4 years, 2 months ago
  60. 03a7952 cpu/x86/smm: Add support for long mode by Patrick Rudolph · 4 years, 11 months ago
  61. 239abaf ACPI GNVS: Replace uses of smm_get_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  62. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  63. cfc170b src/*: Update makefiles to exclude x86 code from psp-verstage by Martin Roth · 4 years, 2 months ago
  64. fc57d6c cpu/x86/lapic: Support x86_64 and clean up code by Patrick Rudolph · 4 years, 9 months ago
  65. 41fec86 cpu/x86/smm: Add helper functions to verify SMM access by Patrick Rudolph · 4 years, 3 months ago
  66. 2ebea2d Revert "x86/lapic: Set EXTINT on BSP only" by Angel Pons · 4 years, 2 months ago
  67. aac79e0 x86/lapic: Set EXTINT on BSP only by Zheng Bao · 4 years, 2 months ago
  68. eadd251 cpu/x86: Define MTRR_CAP_PRMRR by Kyösti Mälkki · 4 years, 2 months ago
  69. b658548 arch/x86: Create helper for APM_CNT SMI triggers by Kyösti Mälkki · 4 years, 3 months ago
  70. 44ef38f arch/x86: Remove NO_FIXED_XIP_ROM_SIZE by Kyösti Mälkki · 4 years, 3 months ago
  71. 49c44cd arch/x86: Remove XIP_ROM_SIZE by Kyösti Mälkki · 4 years, 3 months ago
  72. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  73. 1ebbb16 cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb() by Aaron Durbin · 4 years, 3 months ago
  74. fa5eded cpu/x86/mtrr: add helper for setting multiple MTRRs by Aaron Durbin · 4 years, 3 months ago
  75. 32da343 src: Remove unused '#include <cpu/x86/lapic.h>' by Elyes HAOUAS · 4 years, 3 months ago
  76. df771c1 arch/x86: Remove more romcc leftovers by Kyösti Mälkki · 4 years, 8 months ago
  77. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  78. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  79. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  80. 3a7346c cpu/x86/mtrr: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  81. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  82. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  83. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  84. f213f17 intel/stm: Drop now unneeded `num_cpus` param by Eugene D Myers · 4 years, 4 months ago
  85. 076605b intel/stm: Place resource list right below MSEG by Eugene D Myers · 4 years, 4 months ago
  86. 3e42ee0 cpu/x86/mtrr/earlymtrr: Validate MTRR arguments by Raul E Rangel · 4 years, 4 months ago
  87. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  88. 3ae3ff2 src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrr by Raul E Rangel · 4 years, 4 months ago
  89. fa52f31 cpu/x86/16bit/entry16.inc: Fix typos in comment by Raul E Rangel · 4 years, 4 months ago
  90. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  91. b49e210 cpu/x86/Makefile.inc: Fix external toolchain build by Arthur Heymans · 4 years, 9 months ago
  92. dbcb0ce cpu/x86: Fix typo by Subrata Banik · 4 years, 5 months ago
  93. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  94. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago
  95. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 5 months ago
  96. a3eb3df cpu/x86/smm: Add smm_size to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  97. 17f0f01 cpu/x86/smm: Convert C++ style comment by Eugene Myers · 4 years, 6 months ago
  98. 5bf7ffb cpu/x86/name: Make name.c file available in romstage by Usha P · 4 years, 6 months ago
  99. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  100. 47607bd cpu/x86/smm: Remove blank line in code by Eugene Myers · 4 years, 6 months ago