From 7837be6cbb9dfacf66d0981e281c3d9a0a35767d Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 21 Oct 2013 22:32:00 -0500 Subject: baytrail: SMM support Initialize SMM on all CPUs by relocating the SMM region and setting SMRR on all the cores. Additionally SMI is enabled in the south cluster. BUG=chrome-os-partner:22862 BRANCH=None TEST=Built and booted rambi. Tested with DEBUG_SMI and noted power button turns off board while in firmware. Change-Id: I92e3460572feeb67d4a3d4d26af5f0ecaf7d3dd5 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/173983 Reviewed-on: http://review.coreboot.org/4892 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/soc/intel/baytrail/placeholders.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/intel/baytrail/placeholders.c') diff --git a/src/soc/intel/baytrail/placeholders.c b/src/soc/intel/baytrail/placeholders.c index 8f2342adc0..63f0fb3052 100644 --- a/src/soc/intel/baytrail/placeholders.c +++ b/src/soc/intel/baytrail/placeholders.c @@ -13,8 +13,6 @@ void acpi_create_serialio_ssdt(acpi_header_t *ssdt) {} unsigned long acpi_fill_mcfg(unsigned long current) { return current; } -void smm_setup_structures(void *gnvs, void *tcg, void *smi1) {} - void smm_init(void) {} /* Rmodules don't like weak symbols. */ -- cgit v1.2.3