edk2/BaseTools/Source
Michael D Kinney d6eb4c4965 BaseTools/GenFds: Allow PE32 section keywords in any order
Replace sequential if-statements for Align, Xip, and
RELOCS_STRIPPED/RELOCS_RETAINED parsing in _GetEfiSection() with a
while-loop that accepts these keywords in any permutation. Previously,
specifying Xip before Align in a [Rule] PE32 section caused a Python
stack trace.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2026-06-22 15:18:12 +00:00
..
C BaseTools/GenFv: Parse ,XIP suffix for per-file rebase control 2026-06-22 15:18:12 +00:00
Python BaseTools/GenFds: Allow PE32 section keywords in any order 2026-06-22 15:18:12 +00:00