Skip to content

Repo needs a release that meets UEFI 3rd Party CA Section Alignment Requirements #94

@makubacki

Description

@makubacki

Platforms are now requiring that section alignment by page aligned (4k) to meeting UEFI CA Memory Mitigation Requirements.

The latest release from this repo (v3.6.8.1) does not meet these requirements. A dump of the section alignment from the Python.efi binary in that release:

Image

Building against the most recent edk2 should automatically use the updated linker flags so the image have 4k section alignment.

In addition, the build flow should set IMAGE_DLLCHARACTERISTICS_NX_COMPAT in DLL Characteristics as described in the document linked above.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions