Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 9d9761af50e538d983e00b1cb2d0ffcee261e552 https://github.com/tianocore/edk2/commit/9d9761af50e538d983e00b1cb2d0ffcee261e552 Author: Nickle Wang <nick...@nvidia.com> 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 <nick...@nvidia.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Reviewed-by: Abner Chang <abner.ch...@amd.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits