]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools: extend FFS alignment to 16M
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 20 Sep 2017 06:10:04 +0000 (14:10 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 25 Sep 2017 03:18:22 +0000 (11:18 +0800)
commite921f58d44587c77b843a6332b43f171a44b76cb
tree1d8a456c3a8da697e39bc755c26ed4e8ed8b8529
parent79777358cd5dbdbb267ebd02405584321292f06a
BaseTools: extend FFS alignment to 16M

Current FFS only supports 64KiB alignment for data, Per PI 1.6
requirement, we extend FFS alignment to 16M.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
12 files changed:
BaseTools/Source/C/GenFfs/GenFfs.c
BaseTools/Source/C/GenFv/GenFvInternalLib.c
BaseTools/Source/C/GenSec/GenSec.c
BaseTools/Source/C/Include/Common/PiFirmwareFile.h
BaseTools/Source/Python/Common/FdfParserLite.py
BaseTools/Source/Python/GenFds/DataSection.py
BaseTools/Source/Python/GenFds/EfiSection.py
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/FfsInfStatement.py
BaseTools/Source/Python/GenFds/Fv.py
BaseTools/Source/Python/GenFds/FvImageSection.py
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py