]> git.proxmox.com Git - mirror_edk2.git/commit
Basetools/GenFw: Allow AARCH64 builds to use the --prm flag
authorJose Marinho <jose.marinho@arm.com>
Fri, 29 Oct 2021 16:48:26 +0000 (17:48 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 Aug 2022 22:43:51 +0000 (22:43 +0000)
commit1ee162281710650d444c554f9fdbbd404abd9677
treedd611b5276a4c1b13543211eac2cdd57e48458ad
parentcf02322c984a16fc2af252124df96564e574f3a7
Basetools/GenFw: Allow AARCH64 builds to use the --prm flag

The GenFw invocation with the --prm flag was previously reserved for
X64.
AArch64 platforms, built with GCC5, can also deploy PRM modules, hence
the --prm flag is also applicable in builds targeting the AARCH64
architecture.

This commit enables the --prm flag to be used for EDK2 builds targeting
AARCH64.

Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
BaseTools/Source/C/GenFw/Elf64Convert.c