diff --git a/MdePkg/Include/IndustryStandard/IpmiNetFnStorage.h b/MdePkg/Include/IndustryStandard/IpmiNetFnStorage.h index 553a69a472..a819e71a84 100644 --- a/MdePkg/Include/IndustryStandard/IpmiNetFnStorage.h +++ b/MdePkg/Include/IndustryStandard/IpmiNetFnStorage.h @@ -11,6 +11,7 @@ and Appendix H, Sub-function Assignments. Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2025 - Nvidia Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -320,9 +321,9 @@ typedef union { typedef union { struct { - UINT8 Length : 4; + UINT8 Length : 5; UINT8 Reserved : 1; - UINT8 StringType : 3; + UINT8 StringType : 2; } Bits; UINT8 Uint8; } IPMI_SDR_RECORD_DEV_ID_STR_TYPE_LENGTH;