dsdt.asl 296 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
  4. */
  5. DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000)
  6. {
  7. /* platform specific */
  8. #include <asm/arch/acpi/platform.asl>
  9. /* board specific */
  10. #include "acpi/mainboard.asl"
  11. }