From b01f74ae3efcbb592c342c86c819a9f46bab6949 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 20 Jan 2023 23:37:51 +0100 Subject: soc/amd/mendocino: remove LIDS field from global NVS Since the LIDS field is only used in the ACPI code and not in the C code of any mainboard using the Mendocino SoC, remove it form the global NVS and add an ACPI object for this in the DSDT of the mainboards that use it in their ACPI code. Signed-off-by: Felix Held Change-Id: I1ed0407826f579eb14169246b7b14ba677c20e8d Reviewed-on: https://review.coreboot.org/c/coreboot/+/72185 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/google/skyrim/dsdt.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/skyrim/dsdt.asl b/src/mainboard/google/skyrim/dsdt.asl index 7293683705..1a4116528f 100644 --- a/src/mainboard/google/skyrim/dsdt.asl +++ b/src/mainboard/google/skyrim/dsdt.asl @@ -13,6 +13,9 @@ DefinitionBlock ( ) { #include + + Name(LIDS, 0) + #include #if CONFIG(FEATURE_DYNAMIC_DPTC) #include -- cgit v1.2.3