From 422501fb14780090527c9a45bcca6628cd6bba71 Mon Sep 17 00:00:00 2001 From: Mathew King Date: Tue, 8 Dec 2020 11:33:58 -0700 Subject: mb/google/mancomb: Add new mainboard Mancomb is a new Google mainboard with an AMD Cezanne SOC. BUG=b:175143925 TEST=builds Change-Id: I1264f44a0b986f7f7c89ac7b42f1e4e4119a35e6 Signed-off-by: Mathew King Reviewed-on: https://review.coreboot.org/c/coreboot/+/50007 Reviewed-by: Felix Held Reviewed-by: EricR Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/mancomb/dsdt.asl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/google/mancomb/dsdt.asl (limited to 'src/mainboard/google/mancomb/dsdt.asl') diff --git a/src/mainboard/google/mancomb/dsdt.asl b/src/mainboard/google/mancomb/dsdt.asl new file mode 100644 index 0000000000..7b8982a645 --- /dev/null +++ b/src/mainboard/google/mancomb/dsdt.asl @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#include +DefinitionBlock ( + "dsdt.aml", + "DSDT", + ACPI_DSDT_REV_2, + OEM_ID, + ACPI_TABLE_CREATOR, + 0x00010001 /* OEM Revision */ + ) +{ + #include + + #include +} -- cgit v1.2.3