From 9c63658824f4407a81ada5c3ebc2c74acfe3f547 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Mon, 19 Oct 2020 19:50:07 +0800 Subject: [WIP] mb/hp: Add EliteBook 820 G2 Currently it boots to SeaBIOS. Change-Id: Id8b3b7f735460c5e76a2dc9ab2d10154e6606ad6 Signed-off-by: Iru Cai --- src/mainboard/hp/820g2/acpi/ec.asl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/hp/820g2/acpi/ec.asl (limited to 'src/mainboard/hp/820g2/acpi/ec.asl') diff --git a/src/mainboard/hp/820g2/acpi/ec.asl b/src/mainboard/hp/820g2/acpi/ec.asl new file mode 100644 index 0000000000..d39c59ab2e --- /dev/null +++ b/src/mainboard/hp/820g2/acpi/ec.asl @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +Device(EC) +{ + Name (_HID, EISAID("PNP0C09")) + Name (_UID, 0) + Name (_GPE, 6) +/* FIXME: EC support */ +} -- cgit v1.2.3