1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /** @file
| Phytium ACPI ASL Sources.
|
| Copyright (C) 2020, Phytium Technology Co Ltd. All rights reserved.<BR>
|
| SPDX-License-Identifier: BSD-2-Clause-Patent
|
| **/
|
| #include <Platform.h>
|
| DefinitionBlock ("DsdtTable.aml", "DSDT", 2, "FT-LTD", "PHYTIUM ", EFI_ACPI_PHYTIUM_OEM_REVISION) {
| include ("Cpu.asl")
| include ("Uart.asl")
| }
|
|