Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 9d9761af50e538d983e00b1cb2d0ffcee261e552
https://github.com/tianocore/edk2/commit/9d9761af50e538d983e00b1cb2d0ffcee261e552
Author: Nickle Wang <[email protected]>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c
Log Message:
-----------
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 <[email protected]>
Cc: Abner Chang <[email protected]>
Cc: Igor Kulchytskyy <[email protected]>
Reviewed-by: Abner Chang <[email protected]>
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits