Shelley Chen has submitted this change. ( https://review.coreboot.org/c/coreboot/+/79652?usp=email )
Change subject: mb/google/zork/dsdt: move LIDS object right after dsdt_top.asl ......................................................................
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 felix-coreboot@felixheld.de Change-Id: I46835b404be13f150c68680afb3fcc78639e08f9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79652 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com --- M src/mainboard/google/zork/dsdt.asl 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/zork/dsdt.asl b/src/mainboard/google/zork/dsdt.asl index d715cde..dc4322d 100644 --- a/src/mainboard/google/zork/dsdt.asl +++ b/src/mainboard/google/zork/dsdt.asl @@ -15,10 +15,11 @@ ) { /* Start of ASL file */ #include <acpi/dsdt_top.asl> - #include <globalnvs.asl>
Name(LIDS, 0)
+ #include <globalnvs.asl> + /* Power state notification to ALIB */ #include <pnot.asl>