]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 23 Dec 2022 01:16:03 +0000 (02:16 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 29 Dec 2022 09:51:50 +0000 (10:51 +0100)
commit3ec07c99d8f2f711f801c31a1d7a20573d6f15bb
treea40b20440c6b8d7042658e5215be9288a02bcc63
parentc33d389c7ab5924fc7892edaf11798d644a2d824
efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE

For the 64bit EFI binaries that we create set the
IMAGE_FILE_LARGE_ADDRESS_AWARE characteristic in the PE-COFF header
to indicate that they can handle addresses above 2 GiB.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/arm/lib/crt0_aarch64_efi.S
arch/riscv/lib/crt0_riscv_efi.S