diff options
author | Nickle Wang <nicklew@nvidia.com> | 2023-05-29 11:49:39 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-05-30 03:12:47 +0000 |
commit | 9d9761af50e538d983e00b1cb2d0ffcee261e552 (patch) | |
tree | cd9cffcfaf330a90f31c55b2bc3dc22b62410ffb /IntelFsp2WrapperPkg | |
parent | 1034d223f8cc6bf8b9b86c57e564753cdad46f88 (diff) | |
download | edk2-9d9761af50e538d983e00b1cb2d0ffcee261e552.tar.gz |
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>
Diffstat (limited to 'IntelFsp2WrapperPkg')
0 files changed, 0 insertions, 0 deletions