[Buildroot] [PATCH] boot/shim: big endian arm/aarch64 variants are not supported

Peter Korsgaard peter at korsgaard.com
Thu May 12 08:48:19 UTC 2022


>>>>> "Peter" == Peter Korsgaard <peter at korsgaard.com> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/a6c7dd171529e2a7b7a26af8d99bec53117a7a02/

 > Commit fd5842a1dd03642b2ea084439 (boot/shim: add
 > BR2_PACKAGE_SHIM_ARCH_SUPPORTS) added explicit support for big/little endian
 > arm/aarch64, but the shim code is hard coded for little endian:

 > head -n 1 elf_{arm,aarch64}_efi.lds
 > ==> elf_arm_efi.lds <==
 > OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")

 > ==> elf_aarch64_efi.lds <==
 > OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")

 > So drop the support for the big endian variants.

 > Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list