]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/BinToPcd.py
BaseTools/BinToPcd: --offset must be 8-byte aligned
authorKinney, Michael D <michael.d.kinney@intel.com>
Sat, 9 Jun 2018 04:15:26 +0000 (21:15 -0700)
committerKinney, Michael D <michael.d.kinney@intel.com>
Thu, 14 Jun 2018 22:43:22 +0000 (15:43 -0700)
commit8e965809998bfb674515e9d13d93a4fcec0f95c5
treeefa0282b400174ac61e99f353536232e129324df
parentb2e043b6895d70c57ef390d160e05c9d6f44298d
BaseTools/BinToPcd: --offset must be 8-byte aligned

https://bugzilla.tianocore.org/show_bug.cgi?id=974
https://bugzilla.tianocore.org/show_bug.cgi?id=965

Update help to state that --offset must be 8-byte aligned.
Verify that --offset is 8-byte aligned and print an error
message if it is not 8-byte aligned.

Cc: Yanyan Sun <yanyan.sun@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Scripts/BinToPcd.py