1. c770ad6 cpu/x86: Make 1GB paging the default by Julius Werner · 6 weeks ago
  2. fda9d75 cpu/x86/pae/pgtbl.c: extract reusable code from memset_pae() by Krystian Hebel · 10 weeks ago
  3. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  4. 57e36a3 cpu/intel/model_206ax: Program Ivy Bridge defaults for MSR_PKGC_IRTL by Patrick Rudolph · 9 months ago
  5. a8fdafa cpu/x86/pae/pgtbl.c: remove dead paging_identity_map_addr() by Krystian Hebel · 10 weeks ago
  6. 33192a3 cpu/x86/pae/pgtbl.c: remove dead map_2M_page() by Krystian Hebel · 10 weeks ago
  7. 62535b6 cpu/intel/model_206ax: Allow to configure VR settings by Patrick Rudolph · 4 months ago
  8. 63ca402 payloads/edk2: Add Kconfig to use LAPIC timer by Jean Lucas · 3 months ago
  9. 0b70b0b cpu/intel/microcode: Defer microcode patching until after DRAM init by Subrata Banik · 3 months ago
  10. 4bbec0c tree: Drop duplicated <stdarg.h> and <stdio.h> by Elyes Haouas · 3 months ago
  11. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 3 months ago
  12. d57d5e3 smmstorev2: Load the communication buffer at SMM setup by Arthur Heymans · 7 months ago
  13. 7225656 tree: Remove duplicated <stdint.h> by Elyes Haouas · 3 months ago
  14. 9649984 cpu/x86/topology: Add node ID parser by Patrick Rudolph · 4 months ago
  15. d293b20 cpu/x86/Kconfig: Mark 64bit support as stable by Arthur Heymans · 5 months ago
  16. ee83be4 cpu/x86: Link page tables in stage if possible by Arthur Heymans · 5 months ago
  17. dc68ada3 arch/x86: Fix typo for macro CPUID_FEATURE_HTT by Jincheng Li · 4 months ago
  18. bb1f812 cpu/x86/smm: Pass full SMRAM region info to SMM runtime by Benjamin Doron · 5 months ago
  19. de37be8 cpu/x86: Use correct config flag for 1GiB page table by Bora Guvendik · 4 months ago
  20. 194128a cpu/x86/mtrr: Error out caching limitation during NEM by Subrata Banik · 4 months ago
  21. 7a51acf cpu/x86/smm: Set up page tables in safe SMRAM by Arthur Heymans · 5 months ago
  22. 3cfcffe cpu/x86/(sipi|smm): Pass on CR3 from ramstage by Arthur Heymans · 5 months ago
  23. 7fbef1b lib: Remove heap from rmodules by Arthur Heymans · 5 months ago
  24. 94ff128 treewide: Remove unused CHIPs by Arthur Heymans · 1 year, 6 months ago
  25. 1908110 arch to cpu: Add SPDX license headers to Kconfig files by Martin Roth · 5 months ago
  26. 3edf840 cpu/x86/64bit: Turn jumping to long mode into a macro by Arthur Heymans · 3 years ago
  27. cdea508 cpu/qemu-x86/cache_as_ram: Move guard by Arthur Heymans · 5 months ago
  28. ecbc243 cpu/x86: Add 1GiB pages for memory access up to 512GiB by Ashish Kumar Mishra · 6 months ago
  29. 0c5b632 cpu/x86/smm/pci_resource_store: Allow devices with no resources by Patrick Rudolph · 6 months ago
  30. 61ec6e9 cpu/x86/smm/pci_resource_store: Store DEV/VEN ID by Patrick Rudolph · 6 months ago
  31. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  32. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  33. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  34. c8a6955 Reland "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 6 months ago
  35. d7612e9 tree: Use accessor functions for struct region fields by Nico Huber · 6 months ago
  36. c0a4c89 cpu/x86/smi_trigger: use call_smm by Felix Held · 6 months ago
  37. 21710ea cpu/x86/smi_trigger: use enum cb_err as apm_control return type by Felix Held · 6 months ago
  38. c4fbc91 cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO port by Felix Held · 7 months ago
  39. ddc19b3 arch/x86/include/mode_switch: Add more wrapper functions by Patrick Rudolph · 7 months ago
  40. 1d718de northbridge/intel/sandybridge: Enable x86_64 for mrc.bin by Patrick Rudolph · 7 months ago
  41. 3052e9e cpu/x86/64bit/mode_switch2: The reverse function to mode_switch by Patrick Rudolph · 7 months ago
  42. b4283a4 cpu/x86/64bit/mode_switch: Simplify assembly code by Patrick Rudolph · 7 months ago
  43. 1cf942c Revert "cpu/intel/common: Define build time physical address reserved bits" by Jeremy Compostella · 7 months ago
  44. 7f991b3 cpu/intel/model_206ax: Use macro IS_IVY_CPU by Patrick Rudolph · 8 months ago
  45. 51518e5 nb/intel/sandybridge: Use SA devid to identify PC type by Patrick Rudolph · 9 months ago
  46. 8685205 cpu/intel/model_206ax: Lock MSR_PP_CURRENT_CONFIG by Patrick Rudolph · 9 months ago
  47. ea04a53 cpu/intel/model_206ax: Write MSRs in scope package only once by Patrick Rudolph · 9 months ago
  48. a4471d9 cpu/intel/model_2065x: Read CPU voltage for SMBIOS by Patrick Rudolph · 9 months ago
  49. d205cf7 cpu/x86/smm: Fix get_save_state calculation by Eugene D. Myers · 8 months ago
  50. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 2 months ago
  51. acbc491 Revert "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 8 months ago
  52. 6dff1fd cpu/intel/common: Define build time physical address reserved bits by Jeremy Compostella · 9 months ago
  53. 052fb7c x86: Add pre-memory stages CBFS cache scratchpad support by Jeremy Compostella · 11 months ago
  54. 44a48ce Kconfig: Bring HEAP_SIZE to a common, large value by Patrick Georgi · 9 months ago
  55. 1909c3b cpu/intel/model_206ax: Only use supported C-states by Patrick Rudolph · 10 months ago
  56. 588c6f0 cpu/intel/model_206ax: Use haswell cstate_map by Patrick Rudolph · 10 months ago
  57. 1306432 cpu/intel/model_206ax: Print supported C-states by Patrick Rudolph · 10 months ago
  58. a5b06b9 cpu/intel/socket_BGA956: Double DCACHE_RAM_SIZE to 64 kB by Arthur Heymans · 1 year, 6 months ago
  59. 3748fca arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT by Felix Held · 10 months ago
  60. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 10 months ago
  61. cb26bd7 cpu/x86/mtrr/debug: rename variables in display_variable_mtrr by Felix Held · 10 months ago
  62. 8d8ed45 cpu/x86/mtrr/debug: use MTRR_PHYS_MASK by Felix Held · 10 months ago
  63. 4534371 cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types by Felix Held · 10 months ago
  64. 1663d18 cpu/x86/mtrr/debug: make local MSR variables const by Felix Held · 10 months ago
  65. 94b91c3 cpu/x86/mtrr/debug: drop unnecessary MSR union by Felix Held · 10 months ago
  66. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  67. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 10 months ago
  68. a6a5b25 cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel by Jeremy Compostella · 10 months ago
  69. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  70. db766c7 cpu/x86/smm: Don't save EFER by Arthur Heymans · 1 year, 9 months ago
  71. 4fcaccf cpu/amd/pi/00730F01: Use common code for mp_init by Arthur Heymans · 2 years, 1 month ago
  72. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 11 months ago
  73. 1e67adb src/*/post_code.h: Change post code prefix to POSTCODE by Yuchen He · 12 months ago
  74. 86f4f2f cpu: Get rid of CPU_SPECIFIC_OPTIONS by Elyes Haouas · 12 months ago
  75. 74add29 cpu/amd/mtrr: Use newer function for resource declaration by Arthur Heymans · 1 year ago
  76. 0fb2e66 cpu/intel/microcode: Drop unnecessary alignment for split microcode by Subrata Banik · 1 year ago
  77. 0834b22 cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND by Kyösti Mälkki · 1 year ago
  78. 3c1b7b4 cpu: Enable per-CPUID microcode loading in CBFS by Subrata Banik · 1 year, 2 months ago
  79. 325664f cpu/intel/microcode: Avoid Pre-RAM microcode update if FIT enable by Subrata Banik · 1 year ago
  80. a52b93b cpu/x86: Add some notes about XAPIC/X2APIC by Kyösti Mälkki · 1 year, 1 month ago
  81. 053a45b cpu/x86/lapic: Fix X2APIC_ONLY regression by Kyösti Mälkki · 1 year, 1 month ago
  82. e01742b cpu/x86: Reduce scope of MTRR functions used locally by Kyösti Mälkki · 1 year, 1 month ago
  83. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  84. 1efca4d cpu/x86/smm: Drop fxsave/fxrstor logic by Arthur Heymans · 1 year, 2 months ago
  85. 4a2ce02 cpu/x86/mp_init: Use clflush to write SIPI data back to RAM by Jeremy Compostella · 1 year, 2 months ago
  86. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 2 months ago
  87. 16e3d6a cpu/intel/haswell: Add Broadwell Trad µcode updates by Angel Pons · 1 year, 5 months ago
  88. db17ebc cpu/x86/sse_enable.inc: Remove unused file by Arthur Heymans · 1 year, 2 months ago
  89. 1a903f9 cpu/Kconfig: Remove MMX config option by Arthur Heymans · 1 year, 2 months ago
  90. bf282c2 cpu/x86/smm_stub.S: Fix comment by Arthur Heymans · 1 year, 9 months ago
  91. c532b83 cpu/x86/smm_stub.S: Update comment by Arthur Heymans · 1 year, 9 months ago
  92. 53b1929 Kconfig: Get rid of named choice LAPIC_ACCESS_MODE by Martin Roth · 1 year, 2 months ago
  93. 8414eed cpu/qemu-x86/cache_as_ram_bootblock: drop duplicated post code by Alexander Goncharov · 1 year, 4 months ago
  94. 48b0389 cpu/amd/pi/00730f01/Kconfig: use hexadecimal CPU number in ACPI by Felix Held · 1 year, 2 months ago
  95. f0a8b04 acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING by Felix Held · 1 year, 2 months ago
  96. c391bff cpu,nb/amd/pi/00730F01: dynamically generate CPU devices by Felix Held · 1 year, 5 months ago
  97. edda0f9 treewide: Add missing include guards to chip.h by Jan Samek · 1 year, 3 months ago
  98. d48982a cpu/intel/speedstep: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  99. 7c302cf cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c by Felix Held · 1 year, 3 months ago
  100. 40c5f74 cpu/amd/pi/00730F01/fixme: replace some magic numbers by Felix Held · 1 year, 3 months ago