blob: 3b75c4e76b69420a7a7cfc833e4b6d9b1543fae4 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Andy Shevchenko256df1e2017-10-03 14:55:08 +03002/*
3 * Copyright (c) 2017 Intel Corporation
4 *
5 * Partially based on dsdt.asl for other x86 boards
Andy Shevchenko256df1e2017-10-03 14:55:08 +03006 */
7
8DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000)
9{
10 /* platform specific */
11 #include <asm/arch/acpi/platform.asl>
12}