Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74539 )
Change subject: soc/cavium/cn81xx/bootblock_custom.S: Specify arch ......................................................................
soc/cavium/cn81xx/bootblock_custom.S: Specify arch
This fixes assembling with clang which complains about fpu instructions.
TEST: BUILD_TIMELESS=1 remains the same.
Change-Id: I175b8e749fafde5fb7ffb8101fc0dc892d9b4e0d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/cavium/cn81xx/bootblock_custom.S 1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/74539/1
diff --git a/src/soc/cavium/cn81xx/bootblock_custom.S b/src/soc/cavium/cn81xx/bootblock_custom.S index 318c4d7..edcac4b 100644 --- a/src/soc/cavium/cn81xx/bootblock_custom.S +++ b/src/soc/cavium/cn81xx/bootblock_custom.S @@ -4,7 +4,11 @@ #include <arch/asm.h> #include <soc/addressmap.h>
+ .arch armv8-a+crypto + + ENTRY(_start) + .org 0 /** * According to the reference manual the first instruction is fetched from