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