1. b1859a6 cpu: Add a helper function cpu_get_lapic_addr by Furquan Shaikh · 4 years, 4 months ago
  2. 3ae3ff2 src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrr by Raul E Rangel · 4 years, 4 months ago
  3. d2d9382 cpu/x86/smm.h: Add SW SMI for PSP SMM Info by Marshall Dawson · 4 years, 5 months ago
  4. 32859fc src/include: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  5. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  6. 31b7ee4 treewide: Replace uses of "Nehalem" by Angel Pons · 4 years, 6 months ago
  7. a3eb3df cpu/x86/smm: Add smm_size to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  8. ee37c39 include/cpu/amd: Drop unused files by Elyes HAOUAS · 4 years, 8 months ago
  9. 5544f62 security/intel/stm: Check for processor STM support by Eugene Myers · 4 years, 6 months ago
  10. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  11. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  12. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  13. 6dc2fda Revert "include/cpu/x86: Add STM Support" by Aaron Durbin · 4 years, 8 months ago
  14. 297b6b8 include/cpu/x86: Add STM Support by Eugene D. Myers · 5 years ago
  15. 33d0fb8 AGESA,binaryPI: Add compatibility wrapper for romstage entry by Kyösti Mälkki · 4 years, 9 months ago
  16. 3aa17f7 AGESA,binaryPI: Fix stack location on entry to romstage by Michał Żygowski · 4 years, 9 months ago
  17. dc34a9d AGESA,binaryPI: Split romstage_main() to BSP and AP parts by Kyösti Mälkki · 4 years, 9 months ago
  18. aeb85d5 binaryPI: Clean leftover romstage prototype by Kyösti Mälkki · 4 years, 9 months ago
  19. 9266ce9 AGESA,binaryPI: Remove early_all_cores() by Kyösti Mälkki · 4 years, 9 months ago
  20. 46f04cb binaryPI: Drop BINARYPI_LEGACY_WRAPPER support by Kyösti Mälkki · 7 years ago
  21. 6a23352 amdfam10: Clean leftover prototypes by Kyösti Mälkki · 4 years, 9 months ago
  22. 1818733 cpu/intel/smm: Drop em64t save state by Arthur Heymans · 4 years, 10 months ago
  23. f5c0d61 intel/smm: Provide common smm_relocation_params by Kyösti Mälkki · 5 years ago
  24. 82c0e7e arch/x86: Drop some __SMM__ guards by Kyösti Mälkki · 4 years, 10 months ago
  25. a751eec cpu/intel/em64t101: Add Nehalem to compatibility list by Arthur Heymans · 4 years, 10 months ago
  26. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  27. af1cbe2 cpu/x86: make set_msr_bit publicly available by Michael Niewöhner · 4 years, 10 months ago
  28. 6e079dc cpu/intel/common: Move intel_ht_sibling() to common folder by Patrick Rudolph · 5 years ago
  29. 44da9e2 cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use by Kyösti Mälkki · 5 years ago
  30. 5a15717 cpu/x86/lapic: Refactor timer_fsb() by Kyösti Mälkki · 5 years ago
  31. 505e3f7 arch/x86: Replace some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  32. cf49dec cpu/x86: Drop lapic_remote_read() by Kyösti Mälkki · 5 years ago
  33. d53fd70 intel/smm/gen1: Use smm_subregion() by Kyösti Mälkki · 5 years ago
  34. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  35. c99d3af amdfam10: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  36. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  37. 85cd7c2 device/oprom: Drop unnecessary AMD headers by Kyösti Mälkki · 5 years ago
  38. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  39. 2c430c8 intel/smm: Define struct ied_header just once by Kyösti Mälkki · 5 years ago
  40. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  41. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  42. 5ec97ce soc/*: mp_run_on_all_cpus: Remove configurable timeout by Patrick Rudolph · 5 years ago
  43. 7cdb047 cpu/x86/smm: Promote smm_memory_map() by Kyösti Mälkki · 5 years ago
  44. 5bc641a cpu/intel: Refactor platform_enter_postcar() by Kyösti Mälkki · 5 years ago
  45. 6708566 cpu/x86: Hide smm_save_state_area_t typedef by Kyösti Mälkki · 5 years ago
  46. 1ef039b cpu/x86: Change old-style SMI handler prototypes by Kyösti Mälkki · 5 years ago
  47. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  48. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  49. 14222d8 arch/x86: Change smm_subregion() prototype by Kyösti Mälkki · 5 years ago
  50. 7db852a soc/amd: Rename smm_region_info() to smm_region() by Kyösti Mälkki · 5 years ago
  51. b2a5f0b cpu/x86/smm: Promote smm_subregion() by Kyösti Mälkki · 5 years ago
  52. b16fda2 cpu/x86: Declare smi_release_lock() static by Kyösti Mälkki · 5 years ago
  53. 142b10e cpu/x86: Fix MSR_PLATFORM_INFO definition by Kyösti Mälkki · 5 years ago
  54. db6c3f2 include/cpu/x86/mtrr: Fix return type by Elyes HAOUAS · 5 years ago
  55. 914e6b4 cpu/amd/msr: Clarify MMIO_CONF shift value by Marshall Dawson · 5 years ago
  56. 63f98f2 src: Use CRx_TYPE type for CRx by Elyes HAOUAS · 5 years ago
  57. c1b7e8a cpu/x86/pae/pgtbl: Add memset with PAE by Patrick Rudolph · 5 years ago
  58. 3286848 cpu/x86/msr: Move IA32_MISC_ENABLE bits to common place by Elyes HAOUAS · 6 years ago
  59. 7bc9036 arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function by Subrata Banik · 5 years ago
  60. 0f681dc include/cpu/x86/pae.h: Add missing include by Patrick Rudolph · 5 years ago
  61. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  62. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 5 years ago
  63. 540a664 cpu/x86/mtrr: Fix _FROM_4G_TOP() macro by Nico Huber · 6 years ago
  64. c9e3357 Revert "cpu/x86/mtrr: Fix sign overflow" by Nico Huber · 6 years ago
  65. 6bbc8d8 cpu/x86/mtrr: Fix sign overflow by Patrick Rudolph · 6 years ago
  66. d731a24 src/cpu/intel: Set get_ia32_fsb function common by Elyes HAOUAS · 6 years ago
  67. c641f7e cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK by Kyösti Mälkki · 6 years ago
  68. f112f9f amdfam10 boards: Use defaults for get_pci1234() by Kyösti Mälkki · 6 years ago
  69. 21c60fa amdfam10 boards: Add temporary pirq_router_bus variable by Kyösti Mälkki · 6 years ago
  70. 1db4e3a amdfam10 boards: Declare get_pci1234() just once by Kyösti Mälkki · 6 years ago
  71. a75ab2c cpu/intel/car: Drop remains of setup_stack_and_mtrrs() by Kyösti Mälkki · 6 years ago
  72. acaa581 soc/intel: Drop romstage_after_car() by Kyösti Mälkki · 6 years ago
  73. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  74. befa72b cpu/x86: Make mp_get_apic_id() function externally available by Subrata Banik · 6 years ago
  75. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  76. 9fca297 smmstore: make smmstore's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  77. d61839c elog: make elog's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  78. d67edca soc/intel/common: Bring DISPLAY_MTRRS into the light by Nico Huber · 6 years ago
  79. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  80. a9473ec src: Replace common MSR addresses with macros by Elyes HAOUAS · 6 years ago
  81. 63952e1 intel: Get rid of smm_get_pmbase by Patrick Rudolph · 6 years ago
  82. 1a5f1c8 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  83. d35c7fe amd/mtrr: Fix IORR MTRR by Elyes HAOUAS · 6 years ago
  84. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  85. b0817b0 src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  86. 8a64370 {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros by Elyes HAOUAS · 6 years ago
  87. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  88. f677d17 intel: Use CF9 reset (part 2) by Patrick Rudolph · 6 years ago
  89. 400ce55 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  90. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  91. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  92. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  93. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  94. bb7f1b4 amd/fam15: Add more MCA information by Marshall Dawson · 6 years ago
  95. 4988fe2 src/include: add more msr defines by Matt Delco · 6 years ago
  96. f9a63c0 amd/fam15: Add MCA bank register definitions by Marshall Dawson · 6 years ago
  97. bd4a3f8 cpu/amd: Correct number of MCA banks cleared by Marshall Dawson · 6 years ago
  98. bddd157 cpu/amd: Rename MCA status register by Marshall Dawson · 6 years ago
  99. 06f818c cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x by Arthur Heymans · 6 years ago
  100. 0d39157 cpu/intel/microcode: Add helper functions to get microcode info by Rizwan Qureshi · 6 years ago