aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-18 02:26:21 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-11-09 04:55:57 +0100
commit385743acbcbd7990e5b1ca2e2f5bd1db10e69ceb (patch)
treed4fa4002e9d5df396301af7c8bc4f8365052f9a3 /src/southbridge
parent39bbc8cb97e2de2423cc31bee014ef56884d9f3c (diff)
i945: Consolidate common GNVS init
Change-Id: Idc3522807b17e56bdaf8f04b4bd68c6ed9777363 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7110 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/i82801gx/lpc.c4
1 files changed, 4 insertions, 0 deletions
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);