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>
This commit is contained in:
		| @@ -15,10 +15,11 @@ DefinitionBlock ( | |||||||
| 	) | 	) | ||||||
| {	/* Start of ASL file */ | {	/* Start of ASL file */ | ||||||
| 	#include <acpi/dsdt_top.asl> | 	#include <acpi/dsdt_top.asl> | ||||||
| 	#include <globalnvs.asl> |  | ||||||
|  |  | ||||||
| 	Name(LIDS, 0) | 	Name(LIDS, 0) | ||||||
|  |  | ||||||
|  | 	#include <globalnvs.asl> | ||||||
|  |  | ||||||
| 	/* Power state notification to ALIB */ | 	/* Power state notification to ALIB */ | ||||||
| 	#include <pnot.asl> | 	#include <pnot.asl> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user