audk/RedfishPkg/RedfishPlatformConfigDxe
Nickle Wang 9d9761af50 RedfishPkg/RedfishPlatformConfigDxe: fix value type issue.
Fix incorrect value type issue for checked-box op-code.
When the variable for checked-box is defined as UINT8 in
varstore structure, IFR compiler assign its value type to
EFI_IFR_TYPE_NUM_SIZE_8 instead of EFI_IFR_TYPE_BOOLEAN.
However, the value type for checked-box is boolean value.
Redfish service may return error because of incorrect value
type passed to BIOS attribute registry.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
2023-05-30 03:12:47 +00:00
..
RedfishPlatformConfigDxe.c RedfishPkg/RedfishPlatformConfigDxe: fix value type issue. 2023-05-30 03:12:47 +00:00
RedfishPlatformConfigDxe.h
RedfishPlatformConfigDxe.inf
RedfishPlatformConfigImpl.c
RedfishPlatformConfigImpl.h