Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72759 )
Change subject: mb/rodarv11: Remove unuseful "_ALI: Ambient Light Illuminance" ......................................................................
mb/rodarv11: Remove unuseful "_ALI: Ambient Light Illuminance"
Change-Id: I0cbdcd5a787d99e2579a312a51c63d7fc4120462 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/roda/rv11/acpi/alsd.asl 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/72759/1
diff --git a/src/mainboard/roda/rv11/acpi/alsd.asl b/src/mainboard/roda/rv11/acpi/alsd.asl index f01a1f0..a15b4d4 100644 --- a/src/mainboard/roda/rv11/acpi/alsd.asl +++ b/src/mainboard/roda/rv11/acpi/alsd.asl @@ -8,7 +8,7 @@ Return (0x0f) }
- Method (_ALI, 0, NotSerialized) // _ALI: Ambient Light Illuminance + Method (_ALI, 0, NotSerialized) { Local0 = _SB.PCI0.LPCB.EC0.LUXH Local0 = (Local0 << 8) | _SB.PCI0.LPCB.EC0.LUXL