soc/intel/skylake: convert to using common MP and SMM init

Hardware / Coreboot - Aaron Durbin [chromium.org] - 6 May 2016 09:47 UTC

In order to reduce duplication of code use the common MP and SMM initialization flow.

Change-Id: I5c4674ed258922b6616d75f070df976ef9fad209

5822582 soc/intel/skylake: convert to using common MP and SMM init
src/soc/intel/skylake/cpu.c | 147 ++++++++++++++-----------------
src/soc/intel/skylake/include/soc/cpu.h | 6 --
src/soc/intel/skylake/include/soc/smm.h | 15 ++--
src/soc/intel/skylake/smmrelocate.c | 147 +++++--------------------------
4 files changed, 95 insertions(+), 220 deletions(-)

Upstream: review.coreboot.org


  • Share