mirror of https://github.com/acidanthera/audk.git
9d9761af50
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> |
||
---|---|---|
.. | ||
RedfishPlatformConfigDxe.c | ||
RedfishPlatformConfigDxe.h | ||
RedfishPlatformConfigDxe.inf | ||
RedfishPlatformConfigImpl.c | ||
RedfishPlatformConfigImpl.h |