]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Include/Guid/MemoryConfigData.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / MemoryConfigData.h
diff --git a/QuarkPlatformPkg/Include/Guid/MemoryConfigData.h b/QuarkPlatformPkg/Include/Guid/MemoryConfigData.h
new file mode 100644 (file)
index 0000000..62749ec
--- /dev/null
@@ -0,0 +1,29 @@
+/** @file\r
+Define a GUID name for GUID HOB which is used to pass Memory\r
+Configuration Data information to different modules.\r
+\r
+Copyright (c) 2013-2015 Intel Corporation.\r
+\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef _MEMORY_CONFIG_DATA_H_\r
+#define _MEMORY_CONFIG_DATA_H_\r
+\r
+#define EFI_MEMORY_CONFIG_DATA_GUID \\r
+  { \\r
+    0x80dbd530, 0xb74c, 0x4f11, {0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 } \\r
+  }\r
+\r
+#define EFI_MEMORY_CONFIG_DATA_NAME  L"MemoryConfig"\r
+\r
+extern EFI_GUID gEfiMemoryConfigDataGuid;\r
+\r
+#endif\r