From f20c355a1f7b22c8d8540318c5137e438538d63e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 19 Dec 2023 22:46:39 +0100 Subject: mb/google/zork/dsdt: move LIDS object right after dsdt_top.asl This is a preparation to make the next patch result in identical images for timeless builds and also aligns Zork's DSDT more with Guybrush's DSDT. Signed-off-by: Felix Held Change-Id: I46835b404be13f150c68680afb3fcc78639e08f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79652 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/zork/dsdt.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/zork/dsdt.asl b/src/mainboard/google/zork/dsdt.asl index d715cde4ef..dc4322daee 100644 --- a/src/mainboard/google/zork/dsdt.asl +++ b/src/mainboard/google/zork/dsdt.asl @@ -15,10 +15,11 @@ DefinitionBlock ( ) { /* Start of ASL file */ #include - #include Name(LIDS, 0) + #include + /* Power state notification to ALIB */ #include -- cgit v1.2.3