diff options
| author | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-03-02 14:50:30 +0300 |
|---|---|---|
| committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-03-03 10:12:50 +0300 |
| commit | d0196be1e39c419223738d7181d4a5d8972792d0 (patch) | |
| tree | 84d012e39fb0d1f307ddf5ce211206961599616e /BaseTools/Source/Python/Common/Expression.py | |
| parent | e6c80aea71c7b7c6c22ed779d23bf7877a97e68d (diff) | |
| download | edk2-d0196be1e39c419223738d7181d4a5d8972792d0.tar.xz | |
MdePkg/DevicePathFromText: Fix byte orders of iSCSI.Lun
Per UEFI spec, iSCSI.Lun is a 8-byte array with byte #0 in the left.
It means "0102030405060708" should be converted to:
UINT8[8] = {01, 02, 03, 04, 05, 06, 07, 08}
or UINT64 = {0807060504030201}
Today's implementation wrongly uses the reversed order.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jie Lin <jie.lin@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/Expression.py')
0 files changed, 0 insertions, 0 deletions
