mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-03 22:54:50 +00:00
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 | ||