dsdt.asl 296 B

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