Attention is currently required from: Arthur Heymans.
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74500 )
Change subject: arch/arm64: Add aarch64 target linker arguments ......................................................................
Patch Set 2:
(2 comments)
File src/arch/arm64/armv8/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/74500/comment/12aa49f3_812c4604 PS2, Line 29: ifneq ($(CONFIG_COMPILER_GCC),y) Why check for !GCC instead of checking for LLVM_CLANG?
https://review.coreboot.org/c/coreboot/+/74500/comment/ae61e843_2366fe96 PS2, Line 35: rmodule_arm-ld-ccopts += -target aarch64-eabi Wouldn't it make more sense to do this in xcompile anyway?