audk/BaseTools/Source/C/Common
Star Zeng 6eff5d22b4 BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2
for FFS data above 16 bytes alignment requirement.

PI spec requires FFS header to be at 8 bytes alignment to FV header.
And, FFS data alignment requires the beginning of the file data must
be aligned on a particular boundary, such as 1, 16, 128 bytes or above.
If FFS data alignment requires to be above 16 bytes, and FFS header
must be at 8 byte alignment, so FFS header size must be multiple of 8.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18262 6f19259b-4bc3-4df7-8a09-765794883524
2015-08-24 01:42:37 +00:00
..
BasePeCoff.c BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic code 2015-07-14 08:15:28 +00:00
BinderFuncs.c
BinderFuncs.h
CommonLib.c BaseTools: Convert ".\\" to "" in FilePath 2015-06-23 10:48:04 +00:00
CommonLib.h
Compress.h
Crc32.c
Crc32.h
Decompress.c
Decompress.h
EfiCompress.c BaseTools: Checked return value of malloc for EfiCompress. 2015-07-01 05:16:46 +00:00
EfiUtilityMsgs.c
EfiUtilityMsgs.h
FirmwareVolumeBuffer.c BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2 2015-08-24 01:42:37 +00:00
FirmwareVolumeBufferLib.h
FvLib.c BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2 2015-08-24 01:42:37 +00:00
FvLib.h
GNUmakefile
Makefile
MemoryFile.c BaseTools/Common: fix heap overrun in ReadMemoryFileLine () 2015-07-26 08:03:15 +00:00
MemoryFile.h
MyAlloc.c
MyAlloc.h
OsPath.c
OsPath.h
ParseGuidedSectionTools.c
ParseGuidedSectionTools.h
ParseInf.c
ParseInf.h
PeCoffLib.h
PeCoffLoaderEx.c BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic code 2015-07-14 08:15:28 +00:00
SimpleFileParsing.c
SimpleFileParsing.h
StringFuncs.c
StringFuncs.h
TianoCompress.c
WinNtInclude.h