blob: e79f0104b92f78825385823418d09047e109db91 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
wdenk39f0e5f2002-08-14 20:30:46 +00002#
3# (C) Copyright 2000-2002
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
wdenk39f0e5f2002-08-14 20:30:46 +00005
Wolfgang Denk8ae86b72011-02-04 14:25:17 +01006ifndef CONFIG_STANDALONE_LOAD_ADDR
Masahiro Yamadaa93fbf4a2017-04-25 13:10:11 +09007ifneq ($(CONFIG_ARCH_OMAP2PLUS),)
Wolfgang Denk8ae86b72011-02-04 14:25:17 +01008CONFIG_STANDALONE_LOAD_ADDR = 0x80300000
Mike Frysinger262ae0a2009-09-03 23:12:47 -04009else
Wolfgang Denk8ae86b72011-02-04 14:25:17 +010010CONFIG_STANDALONE_LOAD_ADDR = 0xc100000
Mike Frysinger262ae0a2009-09-03 23:12:47 -040011endif
12endif
13
Joel Peshkin4e9bce12021-04-11 11:21:58 +020014CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections \
15 -fstack-protector-strong
Simon Glassdd46eef2016-11-07 08:47:10 -070016CFLAGS_EFI := -fpic -fshort-wchar
17
Tom Rinifd725692013-04-25 07:40:22 +000018LDFLAGS_FINAL += --gc-sections
Masahiro Yamada31022742013-09-07 17:42:37 +090019PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
David Feng0ae76532013-12-14 11:47:35 +080020 -fno-common -ffixed-r9
Masahiro Yamadabf1af3d2014-01-15 11:00:45 +090021PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
22 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
Tom Rinifd725692013-04-25 07:40:22 +000023
Tom Rinib745e822016-03-16 19:55:55 -040024# LLVM support
Tom Rini3b6407b2018-04-22 19:15:03 -040025LLVM_RELFLAGS := $(call cc-option,-mllvm,) \
26 $(call cc-option,-mno-movt,)
Tom Rinib745e822016-03-16 19:55:55 -040027PLATFORM_RELFLAGS += $(LLVM_RELFLAGS)
28
Masahiro Yamada90f984e2014-07-30 14:08:23 +090029PLATFORM_CPPFLAGS += -D__ARM__
Jean-Christophe PLAGNIOL-VILLARD10a451c2009-05-08 20:24:12 +020030
Álvaro Fernández Rojasd57259b2017-04-20 20:36:25 +020031ifdef CONFIG_ARM64
32PLATFORM_ELFFLAGS += -B aarch64 -O elf64-littleaarch64
33else
34PLATFORM_ELFFLAGS += -B arm -O elf32-littlearm
35endif
36
Aneesh V5356f542012-03-08 07:20:19 +000037# Choose between ARM/Thumb instruction sets
Tom Rini3a649402017-03-18 09:01:44 -040038ifeq ($(CONFIG_$(SPL_)SYS_THUMB_BUILD),y)
Stefan Agner75d7a0d2014-12-18 18:10:33 +010039AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always)
40PF_CPPFLAGS_ARM := $(AFLAGS_IMPLICIT_IT) \
41 $(call cc-option, -mthumb -mthumb-interwork,\
Aneesh V5356f542012-03-08 07:20:19 +000042 $(call cc-option,-marm,)\
43 $(call cc-option,-mno-thumb-interwork,)\
44 )
45else
46PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \
47 $(call cc-option,-mno-thumb-interwork,)
48endif
Wolfgang Denkf772acf2009-08-17 13:17:29 +020049
Tom Rini06a119a2012-03-16 06:34:35 +000050# Only test once
Tom Rini3a649402017-03-18 09:01:44 -040051ifeq ($(CONFIG_$(SPL_)SYS_THUMB_BUILD),y)
Tom Rinid2366df2017-04-17 09:18:00 -040052archprepare: checkthumb checkgcc6
Masahiro Yamada388b2e52014-03-05 17:49:22 +090053
54checkthumb:
Tom Rini6e2f1532016-01-19 20:39:02 -050055 @if test "$(call cc-name)" = "gcc" -a \
56 "$(call cc-version)" -lt "0404"; then \
Masahiro Yamada388b2e52014-03-05 17:49:22 +090057 echo -n '*** Your GCC does not produce working '; \
58 echo 'binaries in THUMB mode.'; \
59 echo '*** Your board is configured for THUMB mode.'; \
60 false; \
61 fi
Tom Rinid2366df2017-04-17 09:18:00 -040062else
63archprepare: checkgcc6
Masahiro Yamada388b2e52014-03-05 17:49:22 +090064endif
Tom Rini06a119a2012-03-16 06:34:35 +000065
Tom Rinid2366df2017-04-17 09:18:00 -040066checkgcc6:
67 @if test "$(call cc-name)" = "gcc" -a \
68 "$(call cc-version)" -lt "0600"; then \
Tom Rini6b867da2017-12-02 20:11:31 -050069 echo '*** Your GCC is older than 6.0 and is not supported'; \
70 false; \
Tom Rinid2366df2017-04-17 09:18:00 -040071 fi
72
73
Wolfgang Denkf772acf2009-08-17 13:17:29 +020074# Try if EABI is supported, else fall back to old API,
75# i. e. for example:
76# - with ELDK 4.2 (EABI supported), use:
Aneesh V5356f542012-03-08 07:20:19 +000077# -mabi=aapcs-linux
Wolfgang Denkf772acf2009-08-17 13:17:29 +020078# - with ELDK 4.1 (gcc 4.x, no EABI), use:
Aneesh V5356f542012-03-08 07:20:19 +000079# -mabi=apcs-gnu
Wolfgang Denkf772acf2009-08-17 13:17:29 +020080# - with ELDK 3.1 (gcc 3.x), use:
Aneesh V5356f542012-03-08 07:20:19 +000081# -mapcs-32
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000082PF_CPPFLAGS_ABI := $(call cc-option,\
Aneesh V5356f542012-03-08 07:20:19 +000083 -mabi=aapcs-linux,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000084 $(call cc-option,\
85 -mapcs-32,\
Wolfgang Denkf772acf2009-08-17 13:17:29 +020086 $(call cc-option,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000087 -mabi=apcs-gnu,\
88 )\
Aneesh V5356f542012-03-08 07:20:19 +000089 )\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000090 )
91PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARM) $(PF_CPPFLAGS_ABI)
Wolfgang Denkf772acf2009-08-17 13:17:29 +020092
93# For EABI, make sure to provide raise()
94ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
Aneesh V52534182011-07-19 05:51:41 +000095# This file is parsed many times, so the string may get added multiple
96# times. Also, the prefix needs to be different based on whether
97# CONFIG_SPL_BUILD is defined or not. 'filter-out' the existing entry
98# before adding the correct one.
Masahiro Yamadaa86cf892014-02-27 22:40:34 +090099PLATFORM_LIBS := arch/arm/lib/eabi_compat.o \
100 $(filter-out arch/arm/lib/eabi_compat.o, $(PLATFORM_LIBS))
Wolfgang Denkf772acf2009-08-17 13:17:29 +0200101endif
Albert Aribaud92d5ecb2010-10-11 13:13:28 +0200102
Albert Aribaud92d5ecb2010-10-11 13:13:28 +0200103# needed for relocation
Stefano Babica4594e42011-01-27 06:03:49 +0000104LDFLAGS_u-boot += -pie
Allen Martin0f20bb62012-07-18 13:45:53 +0000105
106#
107# FIXME: binutils versions < 2.22 have a bug in the assembler where
108# branches to weak symbols can be incorrectly optimized in thumb mode
109# to a short branch (b.n instruction) that won't reach when the symbol
110# gets preempted
111#
112# http://sourceware.org/bugzilla/show_bug.cgi?id=12532
113#
Tom Rini3a649402017-03-18 09:01:44 -0400114ifeq ($(CONFIG_$(SPL_)SYS_THUMB_BUILD),y)
Allen Martin0f20bb62012-07-18 13:45:53 +0000115ifeq ($(GAS_BUG_12532),)
116export GAS_BUG_12532:=$(shell if [ $(call binutils-version) -lt 0222 ] ; \
117 then echo y; else echo n; fi)
118endif
119ifeq ($(GAS_BUG_12532),y)
120PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
121endif
122endif
Albert ARIBAUDc37980c2013-06-11 14:17:30 +0200123
Albert ARIBAUDc37980c2013-06-11 14:17:30 +0200124ifneq ($(CONFIG_SPL_BUILD),y)
Jeroen Hofstee373d7982013-08-24 13:55:38 +0200125# Check that only R_ARM_RELATIVE relocations are generated.
Simon Glasse6385c72020-07-19 13:56:01 -0600126INPUTS-y += checkarmreloc
Jeroen Hofstee373d7982013-08-24 13:55:38 +0200127# The movt / movw can hardcode 16 bit parts of the addresses in the
128# instruction. Relocation is not supported for that case, so disable
129# such usage by requiring word relocations.
130PLATFORM_CPPFLAGS += $(call cc-option, -mword-relocations)
Peng Fan397d7d52016-01-30 12:10:49 +0800131PLATFORM_CPPFLAGS += $(call cc-option, -fno-pic)
Albert ARIBAUDc37980c2013-06-11 14:17:30 +0200132endif
Albert ARIBAUD47ed5dd2013-11-07 14:21:46 +0100133
134# limit ourselves to the sections we want in the .bin.
David Feng0ae76532013-12-14 11:47:35 +0800135ifdef CONFIG_ARM64
macro.wave.z@gmail.comdf88cb32016-12-08 11:58:22 +0800136OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .data \
Simon Glasscf2a8fd2017-11-13 18:55:02 -0700137 -j .u_boot_list -j .rela.dyn -j .got -j .got.plt \
Alexander Graf7e21fbc2018-06-12 07:48:37 +0200138 -j .binman_sym_table -j .text_rest
David Feng0ae76532013-12-14 11:47:35 +0800139else
Chen-Yu Tsaia5aa7ff2016-07-05 21:45:06 +0800140OBJCOPYFLAGS += -j .text -j .secure_text -j .secure_data -j .rodata -j .hash \
Simon Glasscf2a8fd2017-11-13 18:55:02 -0700141 -j .data -j .got -j .got.plt -j .u_boot_list -j .rel.dyn \
Alexander Graf7e21fbc2018-06-12 07:48:37 +0200142 -j .binman_sym_table -j .text_rest
David Feng0ae76532013-12-14 11:47:35 +0800143endif
Masahiro Yamada630d2342014-02-24 11:12:21 +0900144
Pantelis Antoniou54cc4dc2017-05-25 19:23:58 +0300145# if a dtb section exists we always have to include it
146# there are only two cases where it is generated
147# 1) OF_EMBEDED is turned on
148# 2) unit tests include device tree blobs
Alexey Ignatov072b2d82014-07-07 03:21:44 +0400149OBJCOPYFLAGS += -j .dtb.init.rodata
Alexey Ignatov072b2d82014-07-07 03:21:44 +0400150
Alexander Graf50149ea2016-03-04 01:10:01 +0100151ifdef CONFIG_EFI_LOADER
152OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel
153endif
154
Masahiro Yamada630d2342014-02-24 11:12:21 +0900155ifneq ($(CONFIG_IMX_CONFIG),)
156ifdef CONFIG_SPL
157ifndef CONFIG_SPL_BUILD
Simon Glasse6385c72020-07-19 13:56:01 -0600158INPUTS-y += SPL
Masahiro Yamada630d2342014-02-24 11:12:21 +0900159endif
160else
Stefano Babice64348f2014-03-31 09:50:35 +0200161ifeq ($(CONFIG_OF_SEPARATE),y)
Simon Glasse6385c72020-07-19 13:56:01 -0600162INPUTS-y += u-boot-dtb.imx
Stefano Babice64348f2014-03-31 09:50:35 +0200163else
Simon Glasse6385c72020-07-19 13:56:01 -0600164INPUTS-y += u-boot.imx
Masahiro Yamada630d2342014-02-24 11:12:21 +0900165endif
166endif
Albert ARIBAUD \(3ADEV\)ed0c2c02016-09-26 09:08:06 +0200167ifneq ($(CONFIG_VF610),)
Simon Glasse6385c72020-07-19 13:56:01 -0600168INPUTS-y += u-boot.vyb
Albert ARIBAUD \(3ADEV\)ed0c2c02016-09-26 09:08:06 +0200169endif
Stefano Babice64348f2014-03-31 09:50:35 +0200170endif
Simon Glassdd46eef2016-11-07 08:47:10 -0700171
172EFI_LDS := elf_arm_efi.lds
173EFI_CRT0 := crt0_arm_efi.o
174EFI_RELOC := reloc_arm_efi.o