RedfishPkg/RedfishPlatformConfigDxe:Add RefishDebugLib support
Add RedfishPlatformConfigDxe debug capability that aligns with edk2 Redfish debug mechanism. - PcdRedfishPlatformConfigDebugProperty, add PCD to control RedfishPlatformConfigDxe subordinate of Redfish debug capabilities. - PcdRedfishPlatformConfigFeatureProperty, add PCD to manage RedfishPlatformConfigDxe features. Signed-off-by: Abner Chang <abner.chang@amd.com> Co-authored-by: Nickle Wang <nicklew@nvidia.com> Cc: Igor Kulchytskyy <igork@ami.com> Reviewed-by: Nickle Wang <nicklew@nvidia.com> Reviewed-by: Igor Kulchytskyy <igork@ami.com>
This commit is contained in:
committed by
mergify[bot]
parent
b0be42516e
commit
c8f56800fd
@@ -193,3 +193,18 @@
|
||||
# 0x0000000000000001 RedfishPlatformConfigDxe driver debug enabled.
|
||||
#
|
||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishDebugCategory|0|UINT64|0x00001012
|
||||
#
|
||||
# Redfish RedfishPlatformConfigDxe Debug Properties
|
||||
# 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|UINT32|0x00001013
|
||||
#
|
||||
# RedfishPlatformConfigDxe feature enablement
|
||||
# 0x00000001 Enable building Redfish Attribute Registry menu path.
|
||||
# 0x00000002 Allow supressed HII option to be exposed on Redfish.
|
||||
#
|
||||
# Redfish RedfishPlatformConfigDxe feature Properties
|
||||
gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigFeatureProperty|0|UINT32|0x00001014
|
||||
|
Reference in New Issue
Block a user