HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46074 )
Change subject: mb/51nb/x210: Convert to ASL 2.0 syntax ......................................................................
mb/51nb/x210: Convert to ASL 2.0 syntax
Change-Id: I02bfc5207ef584bc259407b5bdb14fae4c470bcd Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/acpi/ec.asl 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/46074/1
diff --git a/src/mainboard/51nb/x210/acpi/ec.asl b/src/mainboard/51nb/x210/acpi/ec.asl index 78e156c..581e1e7 100644 --- a/src/mainboard/51nb/x210/acpi/ec.asl +++ b/src/mainboard/51nb/x210/acpi/ec.asl @@ -45,10 +45,10 @@ Method (_REG, 2, NotSerialized) { /* Initialize AC power state */ - Store (ACIN, \PWRS) + \PWRS = ACIN
/* Initialize LID switch state */ - Store (LIDC, \LIDS) + \LIDS = LIDC }
/* KEY_BRIGHTNESSUP */ @@ -72,14 +72,14 @@ /* AC event */ Method (_Q0D) { - Store (ACIN, \PWRS) + \PWRS = ACIN Notify (AC, 0x80) }
/* Lid event */ Method (_Q0E) { - Store (LIDC, \LIDS) + \LIDS = LIDC Notify (LID0, 0x80) }
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46074
to look at the new patch set (#2).
Change subject: mb/51nb/x210: Convert to ASL 2.0 syntax ......................................................................
mb/51nb/x210: Convert to ASL 2.0 syntax
Generated build/dsdt.dsl are same.
Change-Id: I02bfc5207ef584bc259407b5bdb14fae4c470bcd Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/51nb/x210/acpi/ec.asl 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/46074/2
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46074 )
Change subject: mb/51nb/x210: Convert to ASL 2.0 syntax ......................................................................
Abandoned
duplicated. see #45772