]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/RamDiskDxe/RamDisk.asl
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / RamDiskDxe / RamDisk.asl
CommitLineData
07a3fecd
HW
1/** @file\r
2 The definition block in ACPI table for NVDIMM root device.\r
3\r
4Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
07a3fecd
HW
6\r
7**/\r
8\r
9DefinitionBlock (\r
10 "RamDisk.aml",\r
11 "SSDT",\r
12 2,\r
13 "INTEL ",\r
14 "RamDisk ",\r
15 0x1000\r
16 )\r
17{\r
18 Scope (\_SB)\r
19 {\r
20 Device (NVDR)\r
21 {\r
22 //\r
23 // Define _HID, "ACPI0012" NVDIMM Root Device\r
24 //\r
25 Name (_HID, "ACPI0012")\r
26\r
27 //\r
28 // Readable name of this device\r
29 //\r
30 Name (_STR, Unicode ("NVDIMM Root Device"))\r
31\r
32 Method (_STA, 0)\r
33 {\r
34 Return (0x0f)\r
35 }\r
36 }\r
37 }\r
38}\r