diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-05-19 15:28:58 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-05-20 16:27:07 +0000 |
commit | 037c25d4dd8dda28da64af1e29e787fb8b55c84b (patch) | |
tree | fcd47eb096a58146d3efe4c22be6e0ebdefd0dcc /src/mainboard/intel/galileo/dsdt.asl | |
parent | 4265d5265dfc7bd823bcf5c8c5dded8d06189f69 (diff) |
mb/intel/galileo: Drop support
As announced in the 4.20 release notes, support for the Intel Galileo
mainboard is moved to the 4.20 branch and dropped from master.
Change-Id: I132adf2782721738c954252665fdcd7bb8e1a1cd
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63284
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: ron minnich <rminnich@gmail.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/intel/galileo/dsdt.asl')
-rw-r--r-- | src/mainboard/intel/galileo/dsdt.asl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/intel/galileo/dsdt.asl b/src/mainboard/intel/galileo/dsdt.asl deleted file mode 100644 index 11e3c7ea84..0000000000 --- a/src/mainboard/intel/galileo/dsdt.asl +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <acpi/acpi.h> -DefinitionBlock( - "dsdt.aml", - "DSDT", - ACPI_DSDT_REV_2, - OEM_ID, - ACPI_TABLE_CREATOR, - 0x20160220 // OEM revision -) -{ - #include <acpi/dsdt_top.asl> -} |