Skip to content
Commit 32b0a492 authored by Michael Kubacki's avatar Michael Kubacki Committed by mergify[bot]
Browse files

MdePkg: Correct EFI_BLOCK_IO_PROTOCOL_REVISION3 value

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2961



The value of EFI_BLOCK_IO_PROTOCOL_REVISION3 is currently
0x00020031. However, the value assigned in the UEFI Specification
2.8B is ((2<<16) | (31)) which is 0x0002001F.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: default avatarMichael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: default avatarLiming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: default avatarZhiguang Liu <zhiguang.liu@intel.com>
parent 56488369
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment