mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/Redfish: Use edk2 Redfish debug PCDs
Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nicklew@nvidia.com> Reviewed-by: Nickle Wang <nicklew@nvidia.com>
This commit is contained in:
parent
2e4e41d012
commit
79d4d8a81c
|
@ -278,6 +278,27 @@
|
||||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath.DevicePath|{DEVICE_PATH("MAC(000000000000,0x1)")}
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceDevicePath.DevicePath|{DEVICE_PATH("MAC(000000000000,0x1)")}
|
||||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|False
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishRestExServiceAccessModeInBand|False
|
||||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|False
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDiscoverAccessModeInBand|False
|
||||||
|
|
||||||
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServiceStopIfSecureBootDisabled|False
|
||||||
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServiceStopIfExitbootService|False
|
||||||
|
|
||||||
|
gEfiRedfishClientPkgTokenSpaceGuid.PcdRedfishServiceEtagSupported|False
|
||||||
|
|
||||||
|
#
|
||||||
|
# Redfish Debug enablement
|
||||||
|
#
|
||||||
|
# 0x0000000000000001 RedfishPlatformConfigDxe driver debug enabled.
|
||||||
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDebugCategory|0
|
||||||
|
# 0x00000001 x-uefi-redfish string database message enabled
|
||||||
|
# 0x00000002 Debug Message for dumping formset
|
||||||
|
# 0x00000004 Debug Message for x-uefi-redfish searching result
|
||||||
|
# 0x00000008 Debug Message for x-uefi-redfish Regular Expression searching result
|
||||||
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigDebugProperty|0
|
||||||
|
|
||||||
|
# Redfish Platform Configure DXE driver feature enablement
|
||||||
|
# 0x00000001 Enable building Redfish Attribute Registry menu path.
|
||||||
|
# 0x00000002 Allow supressed HII option to be exposed on Redfish.
|
||||||
|
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigFeatureProperty|0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
[PcdsDynamicDefault.common.DEFAULT]
|
[PcdsDynamicDefault.common.DEFAULT]
|
||||||
|
|
Loading…
Reference in New Issue