1. 0c5b632 cpu/x86/smm/pci_resource_store: Allow devices with no resources by Patrick Rudolph · 6 months ago
  2. 61ec6e9 cpu/x86/smm/pci_resource_store: Store DEV/VEN ID by Patrick Rudolph · 6 months ago
  3. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  4. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  5. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  6. c8a6955 Reland "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 6 months ago
  7. d7612e9 tree: Use accessor functions for struct region fields by Nico Huber · 6 months ago
  8. c0a4c89 cpu/x86/smi_trigger: use call_smm by Felix Held · 6 months ago
  9. 21710ea cpu/x86/smi_trigger: use enum cb_err as apm_control return type by Felix Held · 6 months ago
  10. c4fbc91 cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO port by Felix Held · 7 months ago
  11. ddc19b3 arch/x86/include/mode_switch: Add more wrapper functions by Patrick Rudolph · 7 months ago
  12. 1d718de northbridge/intel/sandybridge: Enable x86_64 for mrc.bin by Patrick Rudolph · 7 months ago
  13. 3052e9e cpu/x86/64bit/mode_switch2: The reverse function to mode_switch by Patrick Rudolph · 7 months ago
  14. b4283a4 cpu/x86/64bit/mode_switch: Simplify assembly code by Patrick Rudolph · 7 months ago
  15. 1cf942c Revert "cpu/intel/common: Define build time physical address reserved bits" by Jeremy Compostella · 7 months ago
  16. 7f991b3 cpu/intel/model_206ax: Use macro IS_IVY_CPU by Patrick Rudolph · 8 months ago
  17. 51518e5 nb/intel/sandybridge: Use SA devid to identify PC type by Patrick Rudolph · 9 months ago
  18. 8685205 cpu/intel/model_206ax: Lock MSR_PP_CURRENT_CONFIG by Patrick Rudolph · 9 months ago
  19. ea04a53 cpu/intel/model_206ax: Write MSRs in scope package only once by Patrick Rudolph · 9 months ago
  20. a4471d9 cpu/intel/model_2065x: Read CPU voltage for SMBIOS by Patrick Rudolph · 9 months ago
  21. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 8 months ago
  22. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 2 months ago
  23. acbc491 Revert "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 8 months ago
  24. 6dff1fd cpu/intel/common: Define build time physical address reserved bits by Jeremy Compostella · 9 months ago
  25. 052fb7c x86: Add pre-memory stages CBFS cache scratchpad support by Jeremy Compostella · 11 months ago
  26. 44a48ce Kconfig: Bring HEAP_SIZE to a common, large value by Patrick Georgi · 9 months ago
  27. 1909c3b cpu/intel/model_206ax: Only use supported C-states by Patrick Rudolph · 10 months ago
  28. 588c6f0 cpu/intel/model_206ax: Use haswell cstate_map by Patrick Rudolph · 10 months ago
  29. 1306432 cpu/intel/model_206ax: Print supported C-states by Patrick Rudolph · 10 months ago
  30. a5b06b9 cpu/intel/socket_BGA956: Double DCACHE_RAM_SIZE to 64 kB by Arthur Heymans · 1 year, 6 months ago
  31. 3748fca arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT by Felix Held · 10 months ago
  32. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 10 months ago
  33. cb26bd7 cpu/x86/mtrr/debug: rename variables in display_variable_mtrr by Felix Held · 10 months ago
  34. 8d8ed45 cpu/x86/mtrr/debug: use MTRR_PHYS_MASK by Felix Held · 10 months ago
  35. 4534371 cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types by Felix Held · 10 months ago
  36. 1663d18 cpu/x86/mtrr/debug: make local MSR variables const by Felix Held · 10 months ago
  37. 94b91c3 cpu/x86/mtrr/debug: drop unnecessary MSR union by Felix Held · 10 months ago
  38. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  39. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 10 months ago
  40. a6a5b25 cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel by Jeremy Compostella · 10 months ago
  41. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  42. db766c7 cpu/x86/smm: Don't save EFER by Arthur Heymans · 1 year, 9 months ago
  43. 4fcaccf cpu/amd/pi/00730F01: Use common code for mp_init by Arthur Heymans · 2 years, 1 month ago
  44. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 11 months ago
  45. 1e67adb src/*/post_code.h: Change post code prefix to POSTCODE by Yuchen He · 12 months ago
  46. 86f4f2f cpu: Get rid of CPU_SPECIFIC_OPTIONS by Elyes Haouas · 12 months ago
  47. 74add29 cpu/amd/mtrr: Use newer function for resource declaration by Arthur Heymans · 1 year ago
  48. 0fb2e66 cpu/intel/microcode: Drop unnecessary alignment for split microcode by Subrata Banik · 1 year ago
  49. 0834b22 cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND by Kyösti Mälkki · 1 year ago
  50. 3c1b7b4 cpu: Enable per-CPUID microcode loading in CBFS by Subrata Banik · 1 year, 2 months ago
  51. 325664f cpu/intel/microcode: Avoid Pre-RAM microcode update if FIT enable by Subrata Banik · 1 year ago
  52. a52b93b cpu/x86: Add some notes about XAPIC/X2APIC by Kyösti Mälkki · 1 year, 1 month ago
  53. 053a45b cpu/x86/lapic: Fix X2APIC_ONLY regression by Kyösti Mälkki · 1 year, 1 month ago
  54. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 1 month ago
  55. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  56. 1efca4d cpu/x86/smm: Drop fxsave/fxrstor logic by Arthur Heymans · 1 year, 2 months ago
  57. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 2 months ago
  58. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 2 months ago
  59. 16e3d6a cpu/intel/haswell: Add Broadwell Trad µcode updates by Angel Pons · 1 year, 5 months ago
  60. db17ebc cpu/x86/sse_enable.inc: Remove unused file by Arthur Heymans · 1 year, 2 months ago
  61. 1a903f9 cpu/Kconfig: Remove MMX config option by Arthur Heymans · 1 year, 2 months ago
  62. bf282c2 cpu/x86/smm_stub.S: Fix comment by Arthur Heymans · 1 year, 9 months ago
  63. c532b83 cpu/x86/smm_stub.S: Update comment by Arthur Heymans · 1 year, 9 months ago
  64. 53b1929 Kconfig: Get rid of named choice LAPIC_ACCESS_MODE by Martin Roth · 1 year, 2 months ago
  65. 8414eed cpu/qemu-x86/cache_as_ram_bootblock: drop duplicated post code by Alexander Goncharov · 1 year, 4 months ago
  66. 48b0389 cpu/amd/pi/00730f01/Kconfig: use hexadecimal CPU number in ACPI by Felix Held · 1 year, 2 months ago
  67. f0a8b04 acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING by Felix Held · 1 year, 2 months ago
  68. c391bff cpu,nb/amd/pi/00730F01: dynamically generate CPU devices by Felix Held · 1 year, 5 months ago
  69. edda0f9 treewide: Add missing include guards to chip.h by Jan Samek · 1 year, 3 months ago
  70. d48982a cpu/intel/speedstep: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  71. 7c302cf cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c by Felix Held · 1 year, 3 months ago
  72. 40c5f74 cpu/amd/pi/00730F01/fixme: replace some magic numbers by Felix Held · 1 year, 3 months ago
  73. 69ababc cpu/amd/pi/00730F01/fixme: use coreboot's PCI access functions by Felix Held · 1 year, 3 months ago
  74. 5e9afe7 include/cpu/amd/mtrr: rename functions to get top of memory regions by Felix Held · 1 year, 3 months ago
  75. 28eaa4a src/cpu/power9: move part of scom.h to scom.c by Sergii Dmytruk · 2 years, 6 months ago
  76. d521b96 cpu,soc/intel: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  77. e39a3e3 cpu,soc/intel: Sync ACPI CPU object implementations by Kyösti Mälkki · 1 year, 3 months ago
  78. 9ac50e1 cpu,soc/intel: Use acpigen_write_processor_device() by Elyes Haouas · 1 year, 6 months ago
  79. 199ccf8 cpu/intel/speedstep: Refactor P-state coordination by Kyösti Mälkki · 1 year, 3 months ago
  80. 8e61460 intel/i82371eb,speedstep: Use dev_count_cpu() by Kyösti Mälkki · 1 year, 3 months ago
  81. f4dff38 cpu/x86/mp_init.c: Set topology on BSP by Arthur Heymans · 1 year, 3 months ago
  82. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 8 months ago
  83. ddf48eb cpu/mp_init.c: Only enable CPUs once they execute code by Arthur Heymans · 1 year, 9 months ago
  84. a804f91 cpu/smm_module_loader.c: Fix up CPU index locally by Arthur Heymans · 2 years, 2 months ago
  85. 71bc9f0 cpu/x86/mp_init.c: Generate a C header to get start32 offset by Arthur Heymans · 2 years, 2 months ago
  86. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 2 months ago
  87. 2439b2e cpu/x86/64bit/Makefile: use all_x86 make target by Felix Held · 1 year, 3 months ago
  88. 549528d cpu/x86/64bit/Makefile: use verstage_x86 make target by Felix Held · 1 year, 3 months ago
  89. d801d00 cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target by Felix Held · 1 year, 4 months ago
  90. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 8 months ago
  91. 7be147d mp_init: Wait longer for APs to check in by Patrick Rudolph · 1 year, 6 months ago
  92. 8cbd216 cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol by Felix Held · 1 year, 4 months ago
  93. ac8c378 cpu/x86/smm: Add PCI resource store functionality by Robert Zieba · 1 year, 10 months ago
  94. 22abb3e tree: Move 'asmlinkage' before type 'void' by Elyes Haouas · 1 year, 5 months ago
  95. c3d5d20 cpu/amd/pi/00730F01/model_16_init: use CPUID_FROM_FMS macro by Felix Held · 1 year, 5 months ago
  96. edb36a1 cpu/amd/pi/00730F01/model_16_init: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 5 months ago
  97. 107e7aa cpu/x86/smm: Enable setting SMM console log level from mainboard by Johnny Lin · 3 years, 6 months ago
  98. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  99. a5aee11 cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 5 months ago
  100. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago