]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmulatorPkg.dec
PrmPkg/PrmConfigDxe: Add initial driver
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.dec
index c36f2c4186c54315554d5eca520e85c0538ed634..b9c70b63b3ab3f71d90308cdcf89b47df77e21b3 100644 (file)
@@ -2,15 +2,16 @@
 #\r
 # This is the Emu Emulation Environment Platform\r
 #\r
-# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>\r
 # Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
+# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
 #\r
 #    SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Defines]\r
-  DEC_VERSION                    = 0x00010005\r
+  DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = EmulatorPkg\r
   PACKAGE_GUID                   = 36E48BD7-7D92-5A47-A2CD-513F072E3300\r
   PACKAGE_VERSION                = 0.1\r
@@ -27,6 +28,7 @@
   KeyMap|Include/Library/KeyMapLib.h\r
   PpiListLib|Include/Library/PpiListLib.h\r
   SmbiosLib|Include/Library/SmbiosLib.h\r
+  EmuMagicPageLib|Include/Library/EmuMagicPageLib.h\r
 \r
 [Protocols]\r
   gEmuThunkProtocolGuid          = { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C, 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, 0x1C } }\r
@@ -44,6 +46,7 @@
   gEmuSystemConfigGuid       = { 0xF8626165, 0x6CEB, 0x924A, { 0xBA, 0xFC, 0xF1, 0x3A, 0xB9, 0xD6, 0x57, 0x28 } }\r
   gEmuVirtualDisksGuid       = { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
   gEmuPhysicalDisksGuid      = { 0xf2bdcc96, 0x8985, 0x11db, { 0x87, 0x19, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
+  gEmuRedfishServiceGuid     = { 0x3fb208ac, 0x2185, 0x498c, { 0xbf, 0x46, 0xdc, 0x23, 0xda, 0x58, 0x7b, 0x55 } }\r
 \r
 [PcdsFeatureFlag]\r
   ## If TRUE, if symbols only load on breakpoints and gdb entry\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuApCount|L"0"|VOID*|0x00001019\r
 \r
   ## Magic page to implement PEI Services Table Pointer Lib\r
-  gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage|0x1003000000|UINT64|0x0000101b\r
+  gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage|0x1013000000|UINT64|0x0000101b\r
 \r
   ## Size of the packet filter\r
   gEmulatorPkgTokenSpaceGuid.PcdNetworkPacketFilterSize|524288|UINT32|0x0000101c\r
 \r
-\r
+  ## Platform level Redfish Service control PCD\r
+  # These PCDs are used to stop the Redfish sevice when secure boot is disabled\r
+  # or exit boot service.\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfSecureBootDisabled|TRUE|BOOLEAN|0x00001020\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfExitbootService|TRUE|BOOLEAN|0x00001021\r
+  ##\r
+  # edk2 Redfish implementation on Emulator package is designed to access\r
+  # to Redfish simulator.\r
+  # https://github.com/DMTF/Redfish-Profile-Simulator\r
+  # The user ID and password are fixed as below.\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServieUserId|"admin"|VOID*|0x00001022\r
+  gEmulatorPkgTokenSpaceGuid.PcdRedfishServiePassword|"pwd123456"|VOID*|0x00001023\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule]\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode|1|UINT32|0x00001006\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuGop|L"GOP Window"|VOID*|0x00001018\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuFileSystem|L"."|VOID*|0x00001004\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuSerialPort|L"/dev/ttyS0"|VOID*|0x00001002\r
+\r
+  #\r
+  # On Unix host, this is the network interface name on host system that will\r
+  #  be used in UEFI.\r
+  # On Win host, this is the network interface index number on Windows that\r
+  #  will be used in UEFI. For example, string L"0" is the first network\r
+  #  interface.\r
   gEmulatorPkgTokenSpaceGuid.PcdEmuNetworkInterface|L"en0"|VOID*|0x0000100d\r
 \r
   gEmulatorPkgTokenSpaceGuid.PcdEmuCpuModel|L"Intel(R) Processor Model"|VOID*|0x00001007\r