1. f6ca89c cpu: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  2. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 6 months ago
  3. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 6 months ago
  4. 6c42fa2 cpu: Get rid of unnecessary blank line {before,after} barce by Elyes HAOUAS · 2 years, 7 months ago
  5. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  6. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 10 months ago
  7. 8290f4c cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER by Felix Held · 2 years, 10 months ago
  8. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  9. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  10. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 11 months ago
  11. 96c25cd cpu/intel/model_6fx: Include Conroe-L microcode by Arthur Heymans · 4 years ago
  12. 1085706 cpu/intel: Remove Core 2 Duo E8200 CPUID from model_6fx by Angel Pons · 4 years ago
  13. c731788 cpu,soc/intel: Drop select SMP by Kyösti Mälkki · 4 years, 9 months ago
  14. 273c348 src: Remove unused 'include <cpu/intel/common/common.h> by Elyes HAOUAS · 4 years, 2 months ago
  15. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  16. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  17. 6892567 Drop superfluous C_ENVIRONMENT_BOOTBLOCK checks by Arthur Heymans · 4 years, 9 months ago
  18. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  19. 4f7568b cpu/intel/core2: Cache XIP romstage with C_ENVIRONMENT_BOOTBLOCK. by Arthur Heymans · 4 years, 10 months ago
  20. e39becf intel/cpu: Switch older models to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 5 years ago
  21. 7841a7f cpu/intel/common: Add CPU_INTEL_COMMON_TIMEBASE by Kyösti Mälkki · 6 years ago
  22. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  23. 328d42f cpu/intel: Drop SMM_TSEG conditional by Kyösti Mälkki · 5 years ago
  24. a449290 Use 3rdparty/intel-microcode by Arthur Heymans · 5 years ago
  25. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  26. df7aecd cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRR by Arthur Heymans · 6 years ago
  27. c82950b nb/intel/x4x: Use parallel MP init by Arthur Heymans · 6 years ago
  28. 6336d4c nb/intel/gm45: Use parallel MP init by Arthur Heymans · 7 years ago
  29. f9aed65 cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() by Matt DeVillier · 6 years ago
  30. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  31. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  32. aade90e nb/intel/gm45: Use common code for SMM in TSEG by Arthur Heymans · 7 years ago
  33. 242ea84 intel: Replace msr(0x198) with msr(IA32_PERF_STATUS) by Elyes HAOUAS · 7 years ago
  34. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  35. cdc5048 cpu/intel: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  36. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  37. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  38. 7129ccb cpu/intel/model_6{e,f}x: Unify init files by Paul Menzel · 7 years ago
  39. 3f2d6c0 cpu/intel/model_6fx: Add Conroe-L to cpu_device_id list by Arthur Heymans · 8 years ago
  40. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  41. 2765a89 src/cpu: Improve code formatting by Elyes HAOUAS · 8 years ago
  42. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  43. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  44. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  45. 1d85700 cpu: microcode: Use microcode stored in binary format by Alexandru Gagniuc · 9 years ago
  46. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  47. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  48. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  49. 5818da2 cpu/intel: (non-FSP) Remove microcode updates from tree by Alexandru Gagniuc · 11 years ago
  50. ee89435 cpu/intel (non-FSP): Use microcode from blobs repository by Alexandru Gagniuc · 11 years ago
  51. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  52. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  53. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  54. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  55. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  56. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 11 years ago
  57. 07d881a0 cpu/intel: Remove dummy terminators from microcode blobs by Alexandru Gagniuc · 11 years ago
  58. 2c38f50 cpu/intel: Make all Intel CPUs load microcode from CBFS by Alexandru Gagniuc · 11 years ago
  59. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  60. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  61. 71c7cdc Intel: Update CPU microcode for 6fx CPUs by Stefan Reinauer · 11 years ago
  62. 644e83b speedstep: Deduplicate some MSR identifiers by Patrick Georgi · 12 years ago
  63. 23f38cd Get rid of drivers class by Patrick Georgi · 12 years ago
  64. 41392df Merge cpu/intel/acpi.h into cpu/intel/speedstep.h by Nico Huber · 12 years ago
  65. 0db6820 Synchronize rdtsc instructions by Stefan Reinauer · 12 years ago
  66. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  67. 4dcc573 Intel cpus: delete dead CAR code and whitespace fixes by Kyösti Mälkki · 12 years ago
  68. c7fb2ae Intel cpus: use CPU_ADDR_BITS from Kconfig during CAR by Kyösti Mälkki · 12 years ago
  69. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  70. edac28c Enable Intel PECI on Model 6fx CPUs by Sven Schnelle · 12 years ago
  71. 05e740f Replace cache control magic numbers with symbols by Patrick Georgi · 12 years ago
  72. 53c1d20 Intel cpus: use CPU_PHYSMASK_HI define in CAR by Kyösti Mälkki · 13 years ago
  73. e13632a Intel cpus: apply un-written naming rules by Kyösti Mälkki · 13 years ago
  74. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  75. 784544b Remove XIP_ROM_BASE by Patrick Georgi · 13 years ago
  76. 9438da3 Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9 by Rudolf Marek · 13 years ago
  77. 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 13 years ago
  78. ac624a6 Crank up CPU speed on Intel Core and Core2 CPUs by Patrick Georgi · 13 years ago
  79. d4814bd more ifdef -> if fixes by Stefan Reinauer · 13 years ago
  80. 139e6f9 Use symbolic names for some MTRR bits instead of numbers in CAR code by Stefan Reinauer · 13 years ago
  81. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  82. 7b0500c Revert r5902 to make code more readable again. At least three people like to by Stefan Reinauer · 14 years ago
  83. 2a27b20 factor out cpu power management base into a separate file. And fix a bug in by Stefan Reinauer · 14 years ago
  84. 554c052 Remove some duplicate #include files (trivial). by Uwe Hermann · 14 years ago
  85. 36455aa Add comments to make it clear why these two lines are written like that: by Uwe Hermann · 14 years ago
  86. dd83670 Factor out common CAR asm snippets. by Uwe Hermann · 14 years ago
  87. 2ba2b55 Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial). by Uwe Hermann · 14 years ago
  88. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  89. aac8f66 Factor out fill_processor_name() and strcpy() functions. by Uwe Hermann · 14 years ago
  90. b124dcf Drop <cpu/amd/mtrr.h> #include from Intel CPUs. by Uwe Hermann · 14 years ago
  91. 3058491 My forgotten CAR cleanup patch... by Stefan Reinauer · 14 years ago
  92. f71fca0 Use the microcode files as created by the new microcode update script. (Fixes some whitespace and gets in new time stamps). by Stefan Reinauer · 14 years ago
  93. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  94. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  95. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  96. e08c29e a single place for the romstage stack for copy_and_run. by Stefan Reinauer · 14 years ago
  97. 1f10de6 fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to by Stefan Reinauer · 14 years ago
  98. 1977b89 port latest model 6ex car changes to 6fx car, which is almost identical and by Stefan Reinauer · 14 years ago
  99. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  100. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago