From ffdf1f950309876b013824c152f0dfc8b6dccb2a Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 10 Jan 2021 16:30:40 +0100 Subject: sb/intel/ibexpeak: Drop Global NVS support Was copy-pasted from bd82x6x and no mainboard actually needs it. The few globals moved outside the GNVS will be removed, relocated or replaced with acpigen later. Change-Id: I590a355f1bd1e54365b2e329cfdc62384446a15c Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/49280 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t410/dsdt.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/lenovo/t410/dsdt.asl') diff --git a/src/mainboard/lenovo/t410/dsdt.asl b/src/mainboard/lenovo/t410/dsdt.asl index 63c91527d9..43c7b628b1 100644 --- a/src/mainboard/lenovo/t410/dsdt.asl +++ b/src/mainboard/lenovo/t410/dsdt.asl @@ -20,9 +20,6 @@ DefinitionBlock( #include "acpi/platform.asl" - /* global NVS and variables */ - #include - /* General Purpose Events */ #include "acpi/gpe.asl" @@ -32,6 +29,9 @@ DefinitionBlock( Device (PCI0) { #include + + /* TBD: Remove. */ + Name(\XHCI, 0) #include #include -- cgit v1.2.3