From f56b645f1fe0f70f4b8225ec5f3ee31b31db3d13 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 20 Jan 2023 21:08:08 +0100 Subject: soc/amd/stoneyridge: 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 Stoneyridge 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. Eventually the LIDS object should probably be moved to the EC's ACPI code, but that's out of scope for this patch. TEST=google/liara doesn't show ACPI errors in Linux' dmesg Signed-off-by: Felix Held Change-Id: I778c4189607035b4765c6cb8b2e74030dcf9069f Reviewed-on: https://review.coreboot.org/c/coreboot/+/72182 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Matt DeVillier --- src/mainboard/google/kahlee/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/kahlee/dsdt.asl b/src/mainboard/google/kahlee/dsdt.asl index 17acb273d3..8a88848034 100644 --- a/src/mainboard/google/kahlee/dsdt.asl +++ b/src/mainboard/google/kahlee/dsdt.asl @@ -16,6 +16,8 @@ DefinitionBlock ( #include #include + Name(LIDS, 0) + /* Globals for the platform */ #include -- cgit v1.2.3