1. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  2. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  3. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  4. 1d718de northbridge/intel/sandybridge: Enable x86_64 for mrc.bin by Patrick Rudolph · 7 months ago
  5. 1cf942c Revert "cpu/intel/common: Define build time physical address reserved bits" by Jeremy Compostella · 7 months ago
  6. 7f991b3 cpu/intel/model_206ax: Use macro IS_IVY_CPU by Patrick Rudolph · 8 months ago
  7. 51518e5 nb/intel/sandybridge: Use SA devid to identify PC type by Patrick Rudolph · 9 months ago
  8. 8685205 cpu/intel/model_206ax: Lock MSR_PP_CURRENT_CONFIG by Patrick Rudolph · 9 months ago
  9. ea04a53 cpu/intel/model_206ax: Write MSRs in scope package only once by Patrick Rudolph · 9 months ago
  10. a4471d9 cpu/intel/model_2065x: Read CPU voltage for SMBIOS by Patrick Rudolph · 9 months ago
  11. 6dff1fd cpu/intel/common: Define build time physical address reserved bits by Jeremy Compostella · 9 months ago
  12. 052fb7c x86: Add pre-memory stages CBFS cache scratchpad support by Jeremy Compostella · 11 months ago
  13. 1909c3b cpu/intel/model_206ax: Only use supported C-states by Patrick Rudolph · 10 months ago
  14. 588c6f0 cpu/intel/model_206ax: Use haswell cstate_map by Patrick Rudolph · 10 months ago
  15. 1306432 cpu/intel/model_206ax: Print supported C-states by Patrick Rudolph · 10 months ago
  16. a5b06b9 cpu/intel/socket_BGA956: Double DCACHE_RAM_SIZE to 64 kB by Arthur Heymans · 1 year, 6 months ago
  17. 3748fca arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT by Felix Held · 10 months ago
  18. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 10 months ago
  19. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  20. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 10 months ago
  21. a6a5b25 cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel by Jeremy Compostella · 10 months ago
  22. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 12 months ago
  23. 1e67adb src/*/post_code.h: Change post code prefix to POSTCODE by Yuchen He · 12 months ago
  24. 86f4f2f cpu: Get rid of CPU_SPECIFIC_OPTIONS by Elyes Haouas · 12 months ago
  25. 0fb2e66 cpu/intel/microcode: Drop unnecessary alignment for split microcode by Subrata Banik · 1 year ago
  26. 3c1b7b4 cpu: Enable per-CPUID microcode loading in CBFS by Subrata Banik · 1 year, 2 months ago
  27. 325664f cpu/intel/microcode: Avoid Pre-RAM microcode update if FIT enable by Subrata Banik · 1 year ago
  28. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  29. 16e3d6a cpu/intel/haswell: Add Broadwell Trad µcode updates by Angel Pons · 1 year, 5 months ago
  30. 1a903f9 cpu/Kconfig: Remove MMX config option by Arthur Heymans · 1 year, 2 months ago
  31. edda0f9 treewide: Add missing include guards to chip.h by Jan Samek · 1 year, 3 months ago
  32. d48982a cpu/intel/speedstep: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  33. d521b96 cpu,soc/intel: Separate single SSDT CPU entry by Kyösti Mälkki · 1 year, 3 months ago
  34. e39a3e3 cpu,soc/intel: Sync ACPI CPU object implementations by Kyösti Mälkki · 1 year, 3 months ago
  35. 9ac50e1 cpu,soc/intel: Use acpigen_write_processor_device() by Elyes Haouas · 1 year, 6 months ago
  36. 199ccf8 cpu/intel/speedstep: Refactor P-state coordination by Kyösti Mälkki · 1 year, 3 months ago
  37. 8e61460 intel/i82371eb,speedstep: Use dev_count_cpu() by Kyösti Mälkki · 1 year, 3 months ago
  38. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  39. a5aee11 cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 5 months ago
  40. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  41. 5aed1a0 mb/samsung: Enable VBOOT_VBNV_FLASH by Yu-Ping Wu · 1 year, 8 months ago
  42. fa83887 Add option to use Ada code in romstage by Jeremy Compostella · 1 year, 8 months ago
  43. 2834d98 cpu/intel: Fix clearing MTRR for clang 64bit by Arthur Heymans · 1 year, 8 months ago
  44. e64b8ac cpu/intel/206ax: Fix generating C state entries by Arthur Heymans · 1 year, 7 months ago
  45. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 8 months ago
  46. cdb26fd cpu/intel/model_206ax: Remove fake lapic device by Arthur Heymans · 2 years, 8 months ago
  47. d52bfbb cpu/intel/sandybridge: Use enum for ACPI C states by Arthur Heymans · 1 year, 8 months ago
  48. 560c3f5 aopen/dxplplusu: Support SMM_ASEG and SMM_TSEG by Kyösti Mälkki · 2 years, 6 months ago
  49. 3627f29 cpu/intel/model_2065x: Don't use a magic APIC by Arthur Heymans · 2 years, 8 months ago
  50. dd96ab6 cpu/intel/haswell: Move chip_ops to cpu cluster by Arthur Heymans · 2 years, 8 months ago
  51. c87ab01 cpu/intel/car: Define post codes by Martin Roth · 1 year, 8 months ago
  52. 4d685d4 src/cpu: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  53. 9aea4ec cpu/intel/socket_*: Clean up Kconfig files by Elyes Haouas · 1 year, 8 months ago
  54. bd72bfe cpu/intel/socket_mPGA604: Drop non-working SSE2 disablement by Kyösti Mälkki · 1 year, 8 months ago
  55. 7b73e852 Revert "mb/aopen/dxplplusu: Remove board" by Kyösti Mälkki · 1 year, 8 months ago
  56. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 8 months ago
  57. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  58. eb76a45 mb/aopen/dxplplusu: Remove board by Arthur Heymans · 1 year, 9 months ago
  59. 6552b99 cpu/intel/common: Fix typecasting issue by Sridhar Siricilla · 1 year, 9 months ago
  60. b9a9dcd mb/lenovo/haswell: Enable VBOOT_VBNV_FLASH by Yu-Ping Wu · 1 year, 10 months ago
  61. deb5645 cpu/intel: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  62. 7b7b8e4 cpu/intel/common/fsb.c: Sorte includes and add <stdint.h> by Elyes Haouas · 1 year, 10 months ago
  63. 7df5c68 cpu/intel/car/romstage.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 10 months ago
  64. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 10 months ago
  65. 082d822 cpu/intel/haswell: Update Broadwell ULT µcode updates by Angel Pons · 1 year, 10 months ago
  66. 84d0fe5 cpu/intel/haswell: Hook up Crystal Well µcode updates by Angel Pons · 1 year, 10 months ago
  67. 1caa279 cpu/intel/haswell: Do not include useless µcode updates by Angel Pons · 1 year, 10 months ago
  68. 2c02138 cpu/intel/haswell: Allow up to six microcodes in the FIT table by Jeremy Compostella · 1 year, 10 months ago
  69. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 5 months ago
  70. efd2720 arch/x86: Mark prepare_and_run_postcar noreturn by Arthur Heymans · 2 years ago
  71. 508c290 intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING by Subrata Banik · 2 years, 1 month ago
  72. 347f5c3 microcode: Add error msg in case `intel_microcode_find()` return NULL by Subrata Banik · 2 years, 1 month ago
  73. 7734af8 cpu/intel/microcode: Create helper function to load microcode patch by Subrata Banik · 2 years, 1 month ago
  74. bd0aef0 cpu/intel/microcode: Have API to re-load microcode patch by Subrata Banik · 2 years, 1 month ago
  75. 56d3103f cpu/intel/microcode: Fix `device enumeration` boot regression by Subrata Banik · 2 years, 1 month ago
  76. bab9e2e arch/x86: Add a common romstage entry by Arthur Heymans · 3 years, 2 months ago
  77. 0310d34 cpu/intel/microcode: Have provision to re-load microcode patch by Subrata Banik · 2 years, 2 months ago
  78. 0024678 cpu/intel/model_fxx: Select SSE2 by Arthur Heymans · 2 years, 2 months ago
  79. af20fd7 cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification by Julius Werner · 2 years, 2 months ago
  80. 876a1b4 arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature by Arthur Heymans · 2 years, 5 months ago
  81. 7fd65e9 cpu/intel/model_2065x: Drop unused function declaration by Angel Pons · 2 years, 2 months ago
  82. 66538e0 cpu/intel/socket_p: Increase DCACHE_RAM_SIZE by Arthur Heymans · 3 years, 2 months ago
  83. e69461d nb/intel/pineview: Use cbfs mcache by Arthur Heymans · 3 years, 2 months ago
  84. fbe8cb6 {arch,cpu}: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 2 years, 6 months ago
  85. 0ce7904 cpu/intel: Remove unused <acpi/acpi.h> by Elyes HAOUAS · 2 years, 7 months ago
  86. 422fdce cpu/intel/fit: Clear the FIT table when setting pointer by Arthur Heymans · 2 years, 4 months ago
  87. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 4 months ago
  88. ad6157e timestamps: Rename timestamps to make names more consistent by Jakub Czapiga · 2 years, 5 months ago
  89. fa5ed05 nb/intel/ironlake: Fix some quickpath init magic by Angel Pons · 2 years, 7 months ago
  90. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  91. 7261b5a cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER by Kyösti Mälkki · 3 years, 1 month ago
  92. b998fd0 cpu/intel/common: Add `set_feature_ctrl_vmx_arg()` by Angel Pons · 2 years, 6 months ago
  93. bab9d72 cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION by Kyösti Mälkki · 2 years, 6 months ago
  94. aef6de3 cpu/intel/socket_p: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  95. 58e2c50 cpu/intel/socket_m: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  96. be35479 cpu/intel/socket_LGA775: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  97. ec31cf1 cpu/intel/socket_FCBGA559: Drop 'select SSE' by Elyes HAOUAS · 2 years, 6 months ago
  98. 1d565b50 cpu/intel/hyperthreading: Add missing header <arch/cpu.h> by Raul E Rangel · 2 years, 8 months ago
  99. 04c497a cpu/intel: Use unsigned types in `get_cpu_count()` by Angel Pons · 2 years, 8 months ago
  100. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 9 months ago