1. 398df49 cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  2. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 7 months ago
  3. bda1c55 cpu/intel/haswell/acpi.c: Use C-state enum definitions by Angel Pons · 3 years, 10 months ago
  4. ba5761a cpu/intel/haswell: Factor out ACPI C-state values by Angel Pons · 3 years, 10 months ago
  5. d26e1cf cpu/intel/*init: Remove obsolete cache enable by Patrick Rudolph · 3 years, 7 months ago
  6. 393992f cpu/mp_init: Fix microcode lock by Patrick Rudolph · 3 years, 7 months ago
  7. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 7 months ago
  8. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 7 months ago
  9. 84935f7 cpu/x86/smm: Pass GNVS with smm_module_loader v2 by Kyösti Mälkki · 3 years, 7 months ago
  10. 72c6071 cpu/x86/sipi_vector: Simplify loop getting unique CPU number by Patrick Rudolph · 3 years, 9 months ago
  11. 9dd1eb6 cpu/intel/haswell: Add delay for TPM before Flex Ratio reboot by Angel Pons · 3 years, 10 months ago
  12. 242fd28 cpu/intel/haswell: Allow tuning VR for C-state operations by Angel Pons · 3 years, 10 months ago
  13. 9dcd1c1 cpu/intel/haswell: Raise PSI1 threshold to 20A by Angel Pons · 3 years, 10 months ago
  14. 053deb8 cpu/intel/haswell: Enable turbo ratio if available by Angel Pons · 3 years, 10 months ago
  15. 4f31cdf cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSR by Angel Pons · 3 years, 10 months ago
  16. 82e111c mb/emulation/qemu: Copy page tables to DRAM in assembly by Patrick Rudolph · 3 years, 7 months ago
  17. 15e5e51 cpu/intel/haswell/haswell.h: Align with Broadwell by Angel Pons · 3 years, 10 months ago
  18. 4c95f10 cpu/intel/haswell: Align cosmetics with Broadwell by Angel Pons · 3 years, 10 months ago
  19. 829fb2e cpu/intel/haswell: Do not determine CPU type at runtime by Angel Pons · 3 years, 10 months ago
  20. 2136c5a cpu/x86/smm: Use append instead of assign for smm-c-deps by Furquan Shaikh · 3 years, 7 months ago
  21. b6dff82 cpu/intel/model_206ax: Always return a package from _CST by Angel Pons · 3 years, 8 months ago
  22. 17c951b */Makefile.inc: Add some INTERMEDIATE targets to .PHONY by Arthur Heymans · 3 years, 8 months ago
  23. 7ae375d ACPI: Remove ACPI_NO_SMI_GNVS by Kyösti Mälkki · 3 years, 7 months ago
  24. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  25. ca96549 cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK` by Angel Pons · 3 years, 10 months ago
  26. ef458da cpu/intel/model_206ax: Simplify C-state acpigen by Angel Pons · 3 years, 8 months ago
  27. 6f56a23 cpu/intel/model_206ax: Rename `cX_acpower` options by Angel Pons · 3 years, 8 months ago
  28. 0d5ef95 cpu/intel/model_206ax: Unify ACPI C-state options by Angel Pons · 3 years, 8 months ago
  29. 65cb646 cpu/intel/x/chip.h: Drop unused `disable_acpi` setting by Angel Pons · 3 years, 8 months ago
  30. b8cf039 ACPI: Final APM_CNT_GNVS_UPDATE cleanup by Kyösti Mälkki · 4 years, 2 months ago
  31. 8c2cc68 arch/x86: Pass GNVS as parameter to SMM module by Kyösti Mälkki · 4 years, 2 months ago
  32. 7e3126d cpu/intel/model_206ax: Add more CPU steppings by Angel Pons · 3 years, 8 months ago
  33. 47a80a0 nb/intel/sandybridge: Move steppings to CPU header by Angel Pons · 3 years, 8 months ago
  34. 97b76f7 arch/x86: Link gdt_init.S into bootblock by Kyösti Mälkki · 3 years, 9 months ago
  35. dc873cc arch/x86: Clean up bootblock assembly by Kyösti Mälkki · 3 years, 9 months ago
  36. cfe526d arch/x86: Combine bootblock linker scripts by Kyösti Mälkki · 4 years, 4 months ago
  37. 964d91f nb/intel/sandybridge: Clean up stepping logic by Angel Pons · 3 years, 8 months ago
  38. 254142a Drop many cases of .previous directive use by Kyösti Mälkki · 3 years, 9 months ago
  39. 40dc53a cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR by Patrick Rudolph · 3 years, 9 months ago
  40. 7a35949 cpu/x86/64bit: Add code to call function in protected mode by Patrick Rudolph · 3 years, 9 months ago
  41. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  42. a75a2fa mb/emulation/x86: Add optional parallel_mp init support by Arthur Heymans · 3 years, 9 months ago
  43. 5e31a19 cpu/qemu-x86: Increase MAX_CPUS to have actual AP init by Arthur Heymans · 3 years, 9 months ago
  44. 91d5a6c cpu/x86/lapic/secondary.S: Adapt for x86_64 by Arthur Heymans · 3 years, 9 months ago
  45. d79e485 cpu/qemu-x86: Add the option to have no SMM by Arthur Heymans · 3 years, 9 months ago
  46. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  47. 484adee cpu/x86/smm/smm_stub: Fix stack canary on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  48. 9e7497e cpu/x86/smm/smm_stub: Fix GDT for x86_64 by Patrick Rudolph · 3 years, 9 months ago
  49. 429c77a cpu/x86/early_reset: Mark assemblycode as 32bit by Patrick Rudolph · 3 years, 9 months ago
  50. 983ea18 cpu/intel/microcode: Mark assemblycode as 32bit by Patrick Rudolph · 3 years, 9 months ago
  51. a169550 cpu/x86/sipi: Add x86_64 support by Patrick Rudolph · 4 years, 9 months ago
  52. 0f34054 Makefile.inc: Move adding mcu FIT entries by Arthur Heymans · 3 years, 10 months ago
  53. b01ac7e cpu/intel/common: Fill cpu voltage in SMBIOS tables by Patrick Rudolph · 4 years, 1 month ago
  54. b542121 cpu/amd/microcode: Remove dead Makefile by Arthur Heymans · 3 years, 9 months ago
  55. c681a82 cpu/amd/pi: Remove unused cpu code 00660F01 by Martin Roth · 3 years, 9 months ago
  56. 8360946 intel/socket_441: Increase bootblock size by Julius Werner · 3 years, 9 months ago
  57. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  58. 123a37e Revert "arch|cpu/x86: Add Kconfig option for x86 reset vector" by Kyösti Mälkki · 4 years, 2 months ago
  59. 81b88a1 cpu/x86/smm/smm_module_loaderv2: Properly print stack_end by Arthur Heymans · 3 years, 10 months ago
  60. b17f11e cpu/x86/smm/smm_module_loaderv2.c: Use more variables by Arthur Heymans · 3 years, 10 months ago
  61. fd8619e cpu/x86/smm: Check that the stub size is < save state size by Arthur Heymans · 3 years, 10 months ago
  62. eaaa549 cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers by Arthur Heymans · 3 years, 10 months ago
  63. 94fe086 sec/intel/cbnt: Stitch in ACMs in the coreboot image by Arthur Heymans · 3 years, 10 months ago
  64. 0d11dbf cpu/intel/model_206ax: Get CPU frequencies for SMBIOS type 4 by Michał Żygowski · 3 years, 10 months ago
  65. 3967cf9 cpu/x86/smm: Add a common save state handling by Arthur Heymans · 4 years ago
  66. 7ac4722 cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4 by Arthur Heymans · 4 years ago
  67. a69d2c1 cpu/x86/smm/smihandler.c: Simplify smm revision handling by Arthur Heymans · 4 years ago
  68. 96a480d cpu/intel/haswell: Move smmrelocate.c MSR definitions to header by Angel Pons · 3 years, 10 months ago
  69. 6c46b6f cpu/x86/mp_init: Add support for x86_64 by Patrick Rudolph · 4 years ago
  70. 49da0cf cpu/intel/car/non-evict/cache_as_ram.S: Add support for longmode by Patrick Rudolph · 3 years, 11 months ago
  71. f3d65e4 cpu/x86/smm: Pass smm.ld through src-to-obj by Arthur Heymans · 4 years ago
  72. 215ac3b cpu/x86/lapic: rename virtual wire mode initialization function by Felix Held · 3 years, 10 months ago
  73. f5dd7b6 {cpu,nb}/intel/haswell: Drop unnecessary `UL` suffix by Angel Pons · 3 years, 10 months ago
  74. cbd4ee7 cpu/intel/common: correct MSR for the Nominal Performance in CPPC by Michael Niewöhner · 3 years, 10 months ago
  75. 1627e2f cpu/x86/sipi_vector.S: Use correct suffix for bts by Jacob Garber · 3 years, 10 months ago
  76. cbbce66b cpu/x86: increase timeout for CPUs to check in after 2nd SIPI by Jonathan Zhang · 3 years, 10 months ago
  77. dd0066a cpu/intel/Makefile.inc: Use correct Kconfig symbols by Angel Pons · 3 years, 10 months ago
  78. 8f594b7 cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN by Jonathan Zhang · 3 years, 10 months ago
  79. e874b1c cpu/intel/common: implement the two missing CPPC v2 autonomous registers by Michael Niewöhner · 3 years, 10 months ago
  80. 062b92e cpu/intel/common: rework code previously moved to common cpu code by Michael Niewöhner · 3 years, 10 months ago
  81. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 10 months ago
  82. 5d92aa5 haswell/broadwell: Fix typos of `BCLK` by Angel Pons · 3 years, 10 months ago
  83. 3e69c0a cpu/intel/common: Fix regression by Patrick Rudolph · 3 years, 10 months ago
  84. 6303243 {cpu,soc}/intel: replace AES-NI locking by common implemenation call by Michael Niewöhner · 3 years, 10 months ago
  85. 320ad93 cpu/x86/mtrr: add support for address space higher than 16TiB by Jonathan Zhang · 3 years, 10 months ago
  86. 7f8767d cpu/intel/model_{2065x,206ax}: fix AES-NI locking by Michael Niewöhner · 3 years, 10 months ago
  87. 2ffd219 cpu/intel/common: add a Kconfig to control AES-NI locking by Michael Niewöhner · 3 years, 10 months ago
  88. 469a99b cpu/intel/common: only lock AES-NI when supported by Michael Niewöhner · 3 years, 10 months ago
  89. 13b9149 cpu/intel/common: rework AES-NI locking by Michael Niewöhner · 3 years, 10 months ago
  90. 8b4a938 soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code by Michael Niewöhner · 3 years, 10 months ago
  91. cfb0b6a cpu/intel,soc/intel: drop Kconfig for hyperthreading by Michael Niewöhner · 3 years, 10 months ago
  92. 90df916 include/cpu/x86: introduce new helper for (un)setting MSRs by Michael Niewöhner · 3 years, 10 months ago
  93. 2aaf7c0 haswell/lynxpoint: Align cosmetics with Broadwell by Angel Pons · 3 years, 11 months ago
  94. 7a04222 cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instruction by Patrick Rudolph · 3 years, 11 months ago
  95. 6c2568f drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config by Shelley Chen · 3 years, 11 months ago
  96. dc2f0e3 cpu/qemu-x86/car: Move long mode entry right before c entry by Patrick Rudolph · 4 years, 9 months ago
  97. 2f7d4c3 cpu/x86/smm/smihandler.c: Implement smm_get_save_state() by Arthur Heymans · 4 years ago
  98. ac0d2ee cpu/x86/smm/smmhandler.c: Get revision using C code by Arthur Heymans · 4 years ago
  99. 920d2b7 cpu/intel/206ax/acpi.c: Fix get_cores_per_package by Evgeny Zinoviev · 4 years, 2 months ago
  100. a5768f5 cpu/intel/haswell/smmrelocate.c: Spell `CPU` in uppercase by Angel Pons · 3 years, 11 months ago