1. ece2696 src/cpu: Fix typo by Elyes HAOUAS · 6 years ago
  2. 58a8953 Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" by Arthur Heymans · 6 years ago
  3. 02b13fd cpu/intel/model_2065x: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  4. dd4d895 cpu/intel/car/non-evict: Prepare for some POSTCAR_STAGE support by Arthur Heymans · 6 years ago
  5. cc1e3b6 Fix freeze during chipset lockdown on Nehalem by Matthias Gazzari · 6 years ago
  6. f925c56 cpu/intel: Get rid of device_t by Elyes HAOUAS · 7 years ago
  7. 68f6888 Revert "model_206ax: Use parallel MP init" by Arthur Heymans · 6 years ago
  8. 5fbe788 model_206ax: Use parallel MP init by Arthur Heymans · 7 years ago
  9. 2c3fd49 intel/nehalem post-car: Use postcar_frame for MTRR setup by Kyösti Mälkki · 8 years ago
  10. d2d2aef sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location by Arthur Heymans · 7 years ago
  11. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  12. 0cc2ce4 arch/x86: Clean up CONFIG_SMP and MAX_CPUS test by Kyösti Mälkki · 7 years ago
  13. ffdee28 cpu/intel: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  14. a8843de Use more secure HTTPS URLs for coreboot sites by Paul Menzel · 7 years ago
  15. 73a2894 cpu/intel: Add int to unsigned by Lee Leahy · 7 years ago
  16. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  17. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  18. ed6fe2f cpu/intel/common: Add/Use common function to set virtualization by Matt DeVillier · 8 years ago
  19. 39915bc intel cache-as-ram: Unify stack setup by Kyösti Mälkki · 8 years ago
  20. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  21. d82be92 src/cpu: Capitalize CPU by Elyes HAOUAS · 8 years ago
  22. 8a2f167 intel car: Unify postcodes by Kyösti Mälkki · 8 years ago
  23. eb61ea8 intel car: Unify whitespace and comment fixes by Kyösti Mälkki · 8 years ago
  24. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  25. 8431fcb intel/model_2065x: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  26. 465eff6 Fix some cbmem.h includes by Kyösti Mälkki · 8 years ago
  27. 2a08137 x86 chipsets: utilize x86_setup_mtrrs_with_detect() by Aaron Durbin · 8 years ago
  28. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  29. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  30. 1d85700 cpu: microcode: Use microcode stored in binary format by Alexandru Gagniuc · 9 years ago
  31. 0f045a6 intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMER by Martin Roth · 9 years ago
  32. 439356f x86: remove cpu_incs as romstage Make variable by Aaron Durbin · 9 years ago
  33. 4a45ec4 x86: Drop -Wa,--divide by Stefan Reinauer · 9 years ago
  34. 0f9aa1c model_2065x: Use common i945-ivy TSEG SMM init. by Vladimir Serbinenko · 9 years ago
  35. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  36. 5eea458 device_ops: add device_t argument to acpi_fill_ssdt_generator by Alexander Couzens · 9 years ago
  37. 09b20cd Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  38. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  39. 456f495 Migrate 2065x to SMM_MODULES by Vladimir Serbinenko · 9 years ago
  40. 5477dca intel: Remove pstate_coord_type. by Vladimir Serbinenko · 9 years ago
  41. 9bb5c5c acpigen: Remove all explicit length tracking by Vladimir Serbinenko · 10 years ago
  42. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  43. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  44. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  45. ed48dfd cpu/intel/2065x: add define for MSR IA32_FERR_CAPABILITY by Alexander Couzens · 9 years ago
  46. 5818da2 cpu/intel: (non-FSP) Remove microcode updates from tree by Alexandru Gagniuc · 11 years ago
  47. ee89435 cpu/intel (non-FSP): Use microcode from blobs repository by Alexandru Gagniuc · 11 years ago
  48. 452efc2 cpu/intel/model_2065x|nehalem: remove unsupported MSR_PP0/MSR_PP1 by Alexander Couzens · 10 years ago
  49. f251a6d cpu/intel: >= nehalem: add comments to msr finalize's by Alexander Couzens · 10 years ago
  50. 5e03170 intel/model_2065x: update microcode by Nicolas Reinecke · 10 years ago
  51. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  52. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  53. 80fb8ed acpigen: Add and use acpigen_write_method. by Vladimir Serbinenko · 10 years ago
  54. 226d784 ibexpeak, bd82x6x: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  55. 2c9d2cf {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs by Edward O'Callaghan · 10 years ago
  56. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  57. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  58. 9944b28 cpu/intel/XXX/acpi.c: Fix coding style violation by Martin Roth · 10 years ago
  59. 76a1437 cpu/intel/model_2065x/model_2065x_init.c: Remove dead code by Edward O'Callaghan · 10 years ago
  60. 4af1245 intel/model_2065x: Remove dead code. by Vladimir Serbinenko · 10 years ago
  61. f7c55148 cpu: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  62. ba92428 intel: Make monotonic timer a first class citizen by Edward O'Callaghan · 10 years ago
  63. cc483ae intel/model_2065x: Add 20652 microcode. by Vladimir Serbinenko · 11 years ago
  64. 5c3f384 Replace SERIAL_CPU_INIT with PARALLEL_CPU_INIT by Kyösti Mälkki · 10 years ago
  65. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  66. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  67. 20f25dd Rename coreboot_ram stage to ramstage by Furquan Shaikh · 10 years ago
  68. 8171496 Get rid of HAVE_INIT_TIMER config option by Furquan Shaikh · 10 years ago
  69. 10b3974 intel/model_2065x: Fix APICID generation. by Vladimir Serbinenko · 10 years ago
  70. 2c78726 PCI: Drop includes under cpu by Kyösti Mälkki · 11 years ago
  71. 5ef4220 cpu/intel/model_2065x: Add model 20652 by Vladimir Serbinenko · 11 years ago
  72. 9c70adf intel/microcode: Remove leftover MICROCODE_INCLUDE_PATH. by Vladimir Serbinenko · 11 years ago
  73. 07d881a0 cpu/intel: Remove dummy terminators from microcode blobs by Alexandru Gagniuc · 11 years ago
  74. bbf013c nehalem/sandy/ivy/haswell: Enable WRPROT cache for all of flash by Kyösti Mälkki · 11 years ago
  75. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  76. 66e0c4c cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS by Alexandru Gagniuc · 11 years ago
  77. 71f35eb Rename SANDYBRIDGE_BCLK to NEHALEM_BCLK in 2065x. by Vladimir Serbinenko · 11 years ago
  78. 75b90a1 Remove MRC variables from 2065x CAR init. by Vladimir Serbinenko · 11 years ago
  79. fe6bdd9 Fix error message on wrong compiles of 2065x by Vladimir Serbinenko · 11 years ago
  80. d8cfd23 intel/2065x: Use TSC for udelay() by Vladimir Serbinenko · 11 years ago
  81. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  82. 2c516ed usbdebug: Drop old includes by Kyösti Mälkki · 11 years ago
  83. 8ee04d7 usbdebug: Put ehci_debug_info in CAR_GLOBAL by Kyösti Mälkki · 11 years ago
  84. e49679d usbdebug: Drop temporary disables of log output by Kyösti Mälkki · 11 years ago
  85. 22dcdd9 Add support for Intel Nehalem CPU by Vladimir Serbinenko · 11 years ago