Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: e53c618ea4928820eea5a6d778395ce1e6145cbc
https://github.com/tianocore/edk2/commit/e53c618ea4928820eea5a6d778395ce1e6145cbc
Author: Joey Vagedes <[email protected]>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M MdePkg/Include/IndustryStandard/PeImage.h
Log Message:
-----------
MdePkg: IndustryStandard: Add DLL Characteristics
Add the bit masks for DLL Characteristics, used within the optional
header of a PE, to the PeImage.h header file.
Update the Visual Studio, Microsoft Portable Executable and Common
Object File Format Specification, and the PE/COFF Specification to the
latest version.
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Joey Vagedes <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Rebecca Cran <[email protected]>
Commit: da219919538b679d5cf7387f4eba6c20384bf868
https://github.com/tianocore/edk2/commit/da219919538b679d5cf7387f4eba6c20384bf868
Author: Joey Vagedes <[email protected]>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M BaseTools/Source/C/GenFw/GenFw.c
M BaseTools/UserManuals/GenFw_Utility_Man_Page.rtf
Log Message:
-----------
BaseTools: GenFw: auto-set nxcompat flag
Automatically set the nxcompat flag in the DLL Characteristics field of
the Optional Header of the PE32+ image. For this flag to be set
automatically, the section alignment must be evenly divisible
by 4K (EFI_PAGE_SIZE) and no section must be executable and writable.
Adds a command line flag to GenFw, --nonxcompat, to ensure the
IMAGE_DLLCHARACTERISTICS_NX_COMPAT bit is not set, even if all
requirements are met. Updates the manual for GenFw to include the new
flag.
Cc: Rebecca Cran <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Bob Feng <[email protected]>
Cc: Yuwei Chen <[email protected]>
Signed-off-by: Joey Vagedes <[email protected]>
Acked-by: Liming Gao <[email protected]>
Reviewed-by: Rebecca Cran <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/ae02d487a3a4...da219919538b
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits