Star Labs has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52804 )
Change subject: Added Star Labs labtop series ......................................................................
Added Star Labs labtop series
Change-Id: Ifa79eaffbb7ac83da0124819eec5559af49cc475 --- M src/mainboard/starlabs/labtop/acpi/mainboard.asl 1 file changed, 2 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/52804/1
diff --git a/src/mainboard/starlabs/labtop/acpi/mainboard.asl b/src/mainboard/starlabs/labtop/acpi/mainboard.asl index bf73244..7b955c4 100644 --- a/src/mainboard/starlabs/labtop/acpi/mainboard.asl +++ b/src/mainboard/starlabs/labtop/acpi/mainboard.asl @@ -34,7 +34,7 @@
Name (_CID, Package (0x02) { - "PRP00001", + "PRP00001", "PNP0A05" })
@@ -45,7 +45,7 @@ } }
-/* +/* * ITE IT8987E Embedded Controller * * We include this here as we need to support different levels within @@ -55,5 +55,3 @@ #define EC_GPE_SCI 0x50 /* GPP_E16 */
#include <ec/starlabs/it8987/acpi/ec.asl> - -