]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/RamDiskDxe/RamDisk.asl
MdeModulePkg RamDiskDxe: Report ACPI NFIT for reserved memory RAM disks
[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
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15DefinitionBlock (\r
16 "RamDisk.aml",\r
17 "SSDT",\r
18 2,\r
19 "INTEL ",\r
20 "RamDisk ",\r
21 0x1000\r
22 )\r
23{\r
24 Scope (\_SB)\r
25 {\r
26 Device (NVDR)\r
27 {\r
28 //\r
29 // Define _HID, "ACPI0012" NVDIMM Root Device\r
30 //\r
31 Name (_HID, "ACPI0012")\r
32\r
33 //\r
34 // Readable name of this device\r
35 //\r
36 Name (_STR, Unicode ("NVDIMM Root Device"))\r
37\r
38 Method (_STA, 0)\r
39 {\r
40 Return (0x0f)\r
41 }\r
42 }\r
43 }\r
44}\r