1. 829e8e6 soc/intel: Use common codeflow for MP init by Arthur Heymans · 1 year, 7 months ago
  2. 37a55d1 soc/intel/common/cpu: Use SoC overrides to set CPU privilege level by Subrata Banik · 2 years, 3 months ago
  3. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  4. 67d0672 soc/intel/cannonlake: Add `disable_vmx` devtree option by Angel Pons · 2 years, 7 months ago
  5. 56ab8e2 soc/intel/common/cpu: Use SoC overrides to get CPU privilege level by Subrata Banik · 2 years, 7 months ago
  6. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  7. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  8. a0f8dc3 soc/intel/cannonlake: Enable Energy/Performance Bias control by Angel Pons · 2 years, 10 months ago
  9. 0c7a250 soc/intel/cannonlake: Lock PKG_CST_CONFIG_CONTROL MSR by Angel Pons · 2 years, 10 months ago
  10. 4d794bd soc/intel/*/cpu.c: Add missing space in comment by Angel Pons · 2 years, 10 months ago
  11. ad5b8b8 soc/intel/cannonlake: Unbreak some short lines by Nico Huber · 3 years, 1 month ago
  12. 327c04a Revert "src/soc/intel/cannonlake: Update C-state latency control limits" by Nico Huber · 3 years, 1 month ago
  13. 234e7ec soc/intel/cannonlake: Allow to configure maximum package C state by Nico Huber · 3 years, 1 month ago
  14. 1b8e65d soc/intel/{skl,cnl}: Move smm_lock() to cpu.c by Angel Pons · 3 years, 6 months ago
  15. e9b0830 soc/intel/cannonlake: Add devicetree setting to disable turbo by Patrick Rudolph · 3 years, 6 months ago
  16. 45ce5d8 src: Remove unused <arch/cpu.h> by Elyes HAOUAS · 3 years, 7 months ago
  17. cc93c6e soc/amd,intel: Drop s3_resume parameter on FSP-S functions by Kyösti Mälkki · 3 years, 7 months ago
  18. d456f65 {soc,vc,mb}/intel: Drop support for Cannon Lake SoC by Felix Singer · 3 years, 8 months ago
  19. 310c763 soc/intel: deduplicate ACPI timer emulation by Michael Niewöhner · 3 years, 11 months ago
  20. 6267cc5 soc/intel: drop unneeded ISST configuration code by Michael Niewöhner · 3 years, 10 months ago
  21. 10ae1cf {cpu,soc}/intel: deduplicate cpu code by Michael Niewöhner · 3 years, 10 months ago
  22. dadcbfb soc/intel: convert XTAL frequency constant to Kconfig by Michael Niewöhner · 3 years, 11 months ago
  23. 5611cfd soc/intel/cnl: lock AES-NI feature if selected by Michael Niewöhner · 3 years, 10 months ago
  24. 4b6ff98 Revert "soc/intel/cannonlake: Enable ACPI timer emulation if PM timer is disabled" by Michael Niewöhner · 3 years, 11 months ago
  25. bda02b0 soc/intel/cannonlake: Align cosmetics with Ice Lake by Angel Pons · 3 years, 11 months ago
  26. 360684b soc/intel/common: add TCC activation functionality by Sumeet R Pawnikar · 4 years, 2 months ago
  27. eadd251 cpu/x86: Define MTRR_CAP_PRMRR by Kyösti Mälkki · 4 years, 2 months ago
  28. 040c531 soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS) by Kyösti Mälkki · 4 years, 3 months ago
  29. 309ccf7 cannonlake: update processor power limits configuration by Sumeet R Pawnikar · 4 years, 3 months ago
  30. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  31. f5627e8 soc/intel/cannonlake: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  32. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  33. 54e9894 soc/intel: fix eist enabling by Matt Delco · 4 years, 5 months ago
  34. f5c0d61 intel/smm: Provide common smm_relocation_params by Kyösti Mälkki · 5 years ago
  35. b7e8505 soc/{cannonlake,skylake}: Remove unused 'rdmsr(MSR_CONFIG_TDP_NOMINAL)' by Elyes HAOUAS · 4 years, 10 months ago
  36. 154024d soc/intel/{cnl,icl,skl}: Fix multiple whitespace issue by Subrata Banik · 4 years, 10 months ago
  37. d5f645c soc/intel: Replace config_of_path() with config_of_soc() by Kyösti Mälkki · 4 years, 11 months ago
  38. faf20d3 soc/intel: Rename some SMM support functions by Kyösti Mälkki · 5 years ago
  39. e5269a8 soc/intel/cannonlake: Enable ACPI timer emulation if PM timer is disabled by Aamir Bohra · 5 years ago
  40. bcdb893 soc/intel/{broad,cannon,sky}: Fix possible out-of-bounds reads by Jacob Garber · 5 years ago
  41. 28dc7dc soc/intel: Use config_of_path(SA_DEVFN_ROOT) by Kyösti Mälkki · 5 years ago
  42. 4821a0e soc/intel/cannonlake: Rename SOC_INTEL_COMMON_CANNONLAKE_BASE by Arthur Heymans · 5 years ago
  43. f91344c soc/intel: Remove unused pointer argument in mca_configure() by Subrata Banik · 5 years ago
  44. c338507 soc/{amd,intel}/chip: Use local include for chip.h by Elyes HAOUAS · 5 years ago
  45. a432f38 soc/intel/cannonlake: Implement soc side VMX support by Ronak Kanabar · 5 years ago
  46. 6d56916 soc/intel/cpulib: Remove redundent enable/disable functions by Subrata Banik · 5 years ago
  47. 42a66fb soc/intel/cannonlake: Enable power button smi in pre-OS by Krzysztof Sywula · 5 years ago
  48. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  49. 69a9565 soc/intel/cannonlake: SoC specific microcode update check by Ronak Kanabar · 5 years ago
  50. 41169de soc/intel/cannonlake: Access conf pointer only if its not null by Pratik Prajapati · 6 years ago
  51. c896e92e soc/intel/cannonlake: Add processor power limits control support by Sumeet Pawnikar · 6 years ago
  52. 3126964 soc/intel/cannonlake: Provide interface to update TCC offset by John Su · 6 years ago
  53. f212cf3 soc/intel: Standardize names of common MSRs by Elyes HAOUAS · 6 years ago
  54. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  55. 0f5d7b9 soc/intel/cannonlake: Add back PM TIMER EMULATION by Lijian Zhao · 6 years ago
  56. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  57. 35cb785 intel/common: change mca_configure API's def by Pratik Prajapati · 6 years ago
  58. 3c8b5d0 soc/intel/cannonlake: Get rid of device_t by Elyes HAOUAS · 6 years ago
  59. 66dbb0c src/soc/intel/cannonlake: Update C-state latency control limits by Vaibhav Shankar · 7 years ago
  60. 47a655c soc/intel/common: Add missing SoC common function into SMM library by Subrata Banik · 7 years ago
  61. f0eb999 soc/intel/cannonlake: Fill the SMI usage by Lijian Zhao · 7 years ago
  62. 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 7 years ago
  63. 2ad1ddb soc/intel/cannonlake: Use common mca_configure() API by Pratik Prajapati · 7 years ago
  64. 01eda28 soc/intel/cannonlake: Add cpu.c and MP init support by Pratik Prajapati · 7 years ago