Pratikkumar V Prajapati has uploaded a new patch set (#2). ( https://review.coreboot.org/21276 )
Change subject: soc/intel/apollolake: Add SGX support ......................................................................
soc/intel/apollolake: Add SGX support
- Call into commmon SGX code to configure core PRMRR and follow other SGX init seqeuence. - Report correct cbmem top with PRMRR enabled - Enable SOC_INTEL_COMMON_BLOCK_SGX for both APL/GLK, so that build does not break. - Enable SOC_INTEL_COMMON_BLOCK_CPU_MPINIT for GLK, as MP init needs to be completed before calling into fsp-s for SGX.
Change-Id: I9331cf5b2cbc86431e2749b84a55f77f7f3c5960 Signed-off-by: Pratik Prajapati pratikkumar.v.prajapati@intel.com --- M src/soc/intel/apollolake/Kconfig M src/soc/intel/apollolake/Makefile.inc M src/soc/intel/apollolake/cpu.c A src/soc/intel/apollolake/include/soc/msr.h M src/soc/intel/apollolake/memmap.c 5 files changed, 61 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/21276/2