Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Andy Shevchenko | 256df1e | 2017-10-03 14:55:08 +0300 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2017 Intel Corporation | ||||
4 | * | ||||
5 | * Partially based on dsdt.asl for other x86 boards | ||||
Andy Shevchenko | 256df1e | 2017-10-03 14:55:08 +0300 | [diff] [blame] | 6 | */ |
7 | |||||
8 | DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000) | ||||
9 | { | ||||
10 | /* platform specific */ | ||||
11 | #include <asm/arch/acpi/platform.asl> | ||||
12 | } |