summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/gardenia
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-11-10 16:48:45 -0700
committerMarc Jones <marc@marcjonesconsulting.com>2017-11-13 17:36:27 +0000
commitcc7aba7cb1d28052af53c1fe4f245792a2e4b3e7 (patch)
treee5c5453116029981ce49bc26540db56f4f77713b /src/mainboard/amd/gardenia
parent3e4e4c5f88dbb65e789410048bcb83fcdb30c989 (diff)
downloadcoreboot-cc7aba7cb1d28052af53c1fe4f245792a2e4b3e7.tar.xz
amd/gardenia: Add globalnvs.asl
Stoney Ridge ASL uses global NVS for sharing data between ACPI and SMM. Change-Id: I8f497870844da1f56ff5c3b126d5613be36a9bfb Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/22425 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/amd/gardenia')
-rw-r--r--src/mainboard/amd/gardenia/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/amd/gardenia/dsdt.asl b/src/mainboard/amd/gardenia/dsdt.asl
index 77e6230b8d..af08aec3e1 100644
--- a/src/mainboard/amd/gardenia/dsdt.asl
+++ b/src/mainboard/amd/gardenia/dsdt.asl
@@ -25,6 +25,9 @@ DefinitionBlock (
{ /* Start of ASL file */
/* #include <arch/x86/acpi/debug.asl> */ /* as needed */
+ /* global NVS and variables */
+ #include <globalnvs.asl>
+
/* Globals for the platform */
#include "acpi/mainboard.asl"