1. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  2. 9d733de soc/intel/broadwell: Use Haswell CPU headers by Angel Pons · 3 years, 9 months ago
  3. c86b119 cpu/intel/haswell: Add fast ramp voltage for Broadwell by Angel Pons · 3 years, 10 months ago
  4. c89d2a28 cpu/intel/haswell: Enable timed MWAIT if supported by Angel Pons · 3 years, 10 months ago
  5. 8b0636e cpu/intel/haswell: Clean up CPUID definitions by Angel Pons · 3 years, 10 months ago
  6. bda1c55 cpu/intel/haswell/acpi.c: Use C-state enum definitions by Angel Pons · 3 years, 10 months ago
  7. 15e5e51 cpu/intel/haswell/haswell.h: Align with Broadwell by Angel Pons · 3 years, 10 months ago
  8. 829fb2e cpu/intel/haswell: Do not determine CPU type at runtime by Angel Pons · 3 years, 10 months ago
  9. ca96549 cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK` by Angel Pons · 3 years, 10 months ago
  10. 96a480d cpu/intel/haswell: Move smmrelocate.c MSR definitions to header by Angel Pons · 3 years, 10 months ago
  11. f5dd7b6 {cpu,nb}/intel/haswell: Drop unnecessary `UL` suffix by Angel Pons · 3 years, 10 months ago
  12. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 10 months ago
  13. 2e25ac6 haswell: relocate `romstage_common` to northbridge by Angel Pons · 4 years, 2 months ago
  14. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  15. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  16. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  17. 80f963c intel/haswell: Remove some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  18. 838d8b0 AUTHORS: Move src/cpu/intel copyrights into AUTHORS file by Martin Roth · 5 years ago
  19. 157b189 cpu/intel: Enter romstage without BIST by Kyösti Mälkki · 5 years ago
  20. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  21. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  22. 825646e intel/haswell: Move stage_cache support function by Kyösti Mälkki · 5 years ago
  23. d4e140d cpu/x86: Move smm_lock() prototype by Kyösti Mälkki · 5 years ago
  24. a6a396d cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35 by Elyes HAOUAS · 5 years ago
  25. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  26. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  27. faa5f98 cpu/intel/haswell: Use the common intel romstage_main function by Arthur Heymans · 6 years ago
  28. 88af0f3 cpu/intel/haswell: Switch to POSTCAR_STAGE by Arthur Heymans · 6 years ago
  29. 70c27de5 cpu/intel/haswell: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  30. 9d62e7e cpu/intel: Fix the spacing issues by Lee Leahy · 7 years ago
  31. 7b5f12b9 cpu/intel: Indent with tabs by Lee Leahy · 7 years ago
  32. b37d01d3 intel/haswell: Add asmlinkage for romstage_after_car() by Kyösti Mälkki · 8 years ago
  33. 463af33 cpu/intel/haswell: convert to using common MP and SMM init by Aaron Durbin · 8 years ago
  34. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  35. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  36. 014baea haswell: move to mp_init library by Aaron Durbin · 10 years ago
  37. 75e2974 coreboot: config to cache ramstage outside CBMEM by Aaron Durbin · 11 years ago
  38. 4fe9813 src/cpu: Fix spelling of MTTR to MTRR by Paul Menzel · 11 years ago
  39. 118d105 haswell: Export functions for CPU family+model and stepping by Duncan Laurie · 11 years ago
  40. 16cbf89 haswell: VR controller configuration by Aaron Durbin · 11 years ago
  41. c70353f haswell: Misc power management setup and fixes by Duncan Laurie · 11 years ago
  42. c7633f4 slippy/falco/peppy: Fix SPD GPIO initialization. by Aaron Durbin · 11 years ago
  43. e1e87e0 haswell: Configure PCH power sharing for ULT by Duncan Laurie · 11 years ago
  44. f24262d haswell: calibrate 24MHz clock against BCLK by Aaron Durbin · 11 years ago
  45. 7c35131 haswell: configure c-states by Aaron Durbin · 11 years ago
  46. 4c3ab73 cpu: Fix spelling by Martin Roth · 11 years ago
  47. 66da043 haswell: allow for disabled hyperthreading by Aaron Durbin · 11 years ago
  48. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  49. 39ecc65 haswell: use asmlinkage for assembly-called funcs by Aaron Durbin · 11 years ago
  50. f7cdfe5 haswell: implement ramstage caching in SMM region by Aaron Durbin · 12 years ago
  51. 8ce667e haswell: add multipurpose SMM memory region by Aaron Durbin · 12 years ago
  52. 738af67 haswell: support for parallel SMM relocation by Aaron Durbin · 12 years ago
  53. 305b1f0 haswell: Parallel AP bringup by Aaron Durbin · 12 years ago
  54. 7492ec1 haswell: add romstage_after_car() function by Aaron Durbin · 12 years ago
  55. 38d9423 haswell: romstage: pass stack pointer and MTRRs by Aaron Durbin · 12 years ago
  56. a267161 haswell: unify romstage logic by Aaron Durbin · 12 years ago
  57. 3d0071b haswell: adjust CAR usage by Aaron Durbin · 12 years ago
  58. 7af2069 haswell: enable caching before SMM initialization by Aaron Durbin · 12 years ago
  59. a416bfe haswell: move definition of CORE_THREAD_COUNT_MSR by Aaron Durbin · 12 years ago
  60. 76c3700 haswell: Add initial support for Haswell platforms by Aaron Durbin · 12 years ago