1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  2. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  3. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 12 months ago
  4. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  5. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  6. 98c9257 cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm by Arthur Heymans · 1 year, 8 months ago
  7. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  8. 7261b5a cpu,nb/intel: Drop remains of LAPIC_MONOTONIC_TIMER by Kyösti Mälkki · 3 years, 1 month ago
  9. 04c497a cpu/intel: Use unsigned types in `get_cpu_count()` by Angel Pons · 2 years, 8 months ago
  10. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  11. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  12. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 1 month ago
  13. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 1 month ago
  14. 3fa23b8 soc/intel/*: Get rid of custom microcode caching by Patrick Rudolph · 3 years, 6 months ago
  15. d26e1cf cpu/intel/*init: Remove obsolete cache enable by Patrick Rudolph · 3 years, 6 months ago
  16. ce51b34 cpu/x86/mpinit: Serialize microcode updates for HT threads by Patrick Rudolph · 3 years, 6 months ago
  17. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 10 months ago
  18. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  19. 70fea01 cpu/intel/model_1067x: enable PECI by Michael Büchler · 3 years, 10 months ago
  20. 1085706 cpu/intel: Remove Core 2 Duo E8200 CPUID from model_6fx by Angel Pons · 4 years ago
  21. f48acbd src: Change BOOL CONFIG_ to CONFIG() in comments & strings by Martin Roth · 4 years ago
  22. c731788 cpu,soc/intel: Drop select SMP by Kyösti Mälkki · 4 years, 8 months ago
  23. 273c348 src: Remove unused 'include <cpu/intel/common/common.h> by Elyes HAOUAS · 4 years, 1 month ago
  24. 3992698 cpu/intel/model_1067x: Drop <cpu/x86/mp.h> include by Elyes HAOUAS · 4 years, 1 month ago
  25. 0778c86 sb,soc/intel: Replace smm_southbridge_enable_smi() by Kyösti Mälkki · 4 years, 1 month ago
  26. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  27. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  28. 6892567 Drop superfluous C_ENVIRONMENT_BOOTBLOCK checks by Arthur Heymans · 4 years, 8 months ago
  29. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 9 months ago
  30. 4f7568b cpu/intel/core2: Cache XIP romstage with C_ENVIRONMENT_BOOTBLOCK. by Arthur Heymans · 4 years, 9 months ago
  31. 6e079dc cpu/intel/common: Move intel_ht_sibling() to common folder by Patrick Rudolph · 4 years, 10 months ago
  32. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  33. 7841a7f cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASE by Kyösti Mälkki · 5 years ago
  34. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 4 years, 11 months ago
  35. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  36. f091f4d intel/smm/gen1: Rename header file by Kyösti Mälkki · 5 years ago
  37. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  38. 328d42f cpu/intel: Drop SMM_TSEG conditional by Kyösti Mälkki · 5 years ago
  39. a449290 Use 3rdparty/intel-microcode by Arthur Heymans · 5 years ago
  40. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  41. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  42. a160113 cpu/intel/model_1067x: Don't try to apply MCU a second time by Nico Huber · 5 years ago
  43. 2d0fe4f cpu/intel/model_1067x: Implement microcode loading by Nico Huber · 5 years ago
  44. 6671081 cpu/intel/model_1067x: Check for lock bit on IA32_FEATURE_CONTROL by Arthur Heymans · 5 years ago
  45. df7aecd cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRR by Arthur Heymans · 6 years ago
  46. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  47. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 6 years ago
  48. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  49. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  50. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  51. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 6 years ago
  52. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  53. 73abfea cpu/intel/model_1067x: Select UDELAY_LAPIC by Arthur Heymans · 7 years ago
  54. cdc5048 cpu/intel: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  55. 26eeb0f cpu/intel: Fix brace issues detected by checkpatch.pl by Lee Leahy · 7 years ago
  56. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  57. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  58. c5d972d Move select UDELAY_LAPIC from nb/gm45/Kconfig to cpu/model_1067x/Kconfig by Arthur Heymans · 8 years ago
  59. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  60. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  61. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  62. 1d85700 cpu: microcode: Use microcode stored in binary format by Alexandru Gagniuc · 9 years ago
  63. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  64. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  65. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  66. 5818da2 cpu/intel: (non-FSP) Remove microcode updates from tree by Alexandru Gagniuc · 11 years ago
  67. ee89435 cpu/intel (non-FSP): Use microcode from blobs repository by Alexandru Gagniuc · 11 years ago
  68. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  69. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  70. f17c58b cpu/intel/model_1067x: avoid null-pointer dereference by Patrick Georgi · 10 years ago
  71. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  72. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  73. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 10 years ago
  74. 07d881a0 cpu/intel: Remove dummy terminators from microcode blobs by Alexandru Gagniuc · 11 years ago
  75. 2c38f50 cpu/intel: Make all Intel CPUs load microcode from CBFS by Alexandru Gagniuc · 11 years ago
  76. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  77. 511c4b7 Intel: Update CPU microcode for 1067x CPUs by Stefan Reinauer · 11 years ago
  78. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  79. 8cc8468 Intel: Replace MSR 0xcd with MSR_FSB_FREQ by Patrick Georgi · 11 years ago
  80. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 11 years ago
  81. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  82. 68d7c7a cpu/intel/model_1067x: Add proper c-state/p-state/thermal support by Nico Huber · 12 years ago
  83. 0db6820 Synchronize rdtsc instructions by Stefan Reinauer · 12 years ago
  84. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  85. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  86. e13632a Intel cpus: apply un-written naming rules by Kyösti Mälkki · 12 years ago
  87. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  88. 2a27b20 factor out cpu power management base into a separate file. And fix a bug in by Stefan Reinauer · 14 years ago
  89. c104cb0 update intel microcode files. by Stefan Reinauer · 14 years ago
  90. 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 14 years ago
  91. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  92. aac8f66 Factor out fill_processor_name() and strcpy() functions. by Uwe Hermann · 14 years ago
  93. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  94. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  95. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  96. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  97. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  98. b192430 Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty by Peter Stuge · 15 years ago
  99. 2c54f90 Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references by Peter Stuge · 15 years ago
  100. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago