From 385743acbcbd7990e5b1ca2e2f5bd1db10e69ceb Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 18 Oct 2014 02:26:21 +0200 Subject: i945: Consolidate common GNVS init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idc3522807b17e56bdaf8f04b4bd68c6ed9777363 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7110 Reviewed-by: Kyösti Mälkki Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/southbridge/intel/i82801gx/lpc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/i82801gx/lpc.c b/src/southbridge/intel/i82801gx/lpc.c index 04efa3e2a5..6b9d11e19b 100644 --- a/src/southbridge/intel/i82801gx/lpc.c +++ b/src/southbridge/intel/i82801gx/lpc.c @@ -618,6 +618,10 @@ static void southbridge_inject_dsdt(void) if (gnvs) { memset(gnvs, 0, sizeof(*gnvs)); + + gnvs->apic = 1; + gnvs->mpen = 1; /* Enable Multi Processing */ + acpi_create_gnvs(gnvs); /* And tell SMI about it */ smm_setup_structures(gnvs, NULL, NULL); -- cgit v1.2.3