]> Git Repo - J-u-boot.git/blame - board/intel/bayleybay/dsdt.asl
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / board / intel / bayleybay / dsdt.asl
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
ad3098f7
BM
2/*
3 * Copyright (C) 2016, Bin Meng <[email protected]>
ad3098f7
BM
4 */
5
6DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000)
7{
8 /* platform specific */
9 #include <asm/arch/acpi/platform.asl>
10
11 /* board specific */
12 #include "acpi/mainboard.asl"
13}
This page took 0.354959 seconds and 4 git commands to generate.