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/northbridge/intel/ironlake/acpi/hostbridge.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/ironlake/acpi/hostbridge.asl b/src/northbridge/intel/ironlake/acpi/hostbridge.asl index 62ca81a425..5e6ad52180 100644 --- a/src/northbridge/intel/ironlake/acpi/hostbridge.asl +++ b/src/northbridge/intel/ironlake/acpi/hostbridge.asl @@ -5,6 +5,8 @@ Name(_CID,EISAID("PNP0A03")) // PCI Name(_BBN, 0) +Name(\PPCM, 0) + Device (MCHC) { Name(_ADR, 0x00000000) // 0:0.0 -- cgit v1.2.3