blob: 329c7a7f01daf466a1d348db53bf59b2f441be2f [file] [log] [blame]
wdenk39f0e5f2002-08-14 20:30:46 +00001#
2# (C) Copyright 2000-2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
wdenk39f0e5f2002-08-14 20:30:46 +00006#
7
Mike Frysinger1ea6bcd2009-06-14 23:33:14 -04008CROSS_COMPILE ?= arm-linux-
9
Wolfgang Denk8ae86b72011-02-04 14:25:17 +010010ifndef CONFIG_STANDALONE_LOAD_ADDR
Lokesh Vutla806d2792013-07-30 11:36:30 +053011ifneq ($(CONFIG_OMAP_COMMON),)
Wolfgang Denk8ae86b72011-02-04 14:25:17 +010012CONFIG_STANDALONE_LOAD_ADDR = 0x80300000
Mike Frysinger262ae0a2009-09-03 23:12:47 -040013else
Wolfgang Denk8ae86b72011-02-04 14:25:17 +010014CONFIG_STANDALONE_LOAD_ADDR = 0xc100000
Mike Frysinger262ae0a2009-09-03 23:12:47 -040015endif
16endif
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
21PLATFORM_RELFLAGS += $(call cc-option, -msoft-float)
Tom Rinifd725692013-04-25 07:40:22 +000022
Simon Glass959daa22013-03-11 06:49:57 +000023# Support generic board on ARM
24__HAVE_ARCH_GENERIC_BOARD := y
25
wdenk39f0e5f2002-08-14 20:30:46 +000026PLATFORM_CPPFLAGS += -DCONFIG_ARM -D__ARM__
Jean-Christophe PLAGNIOL-VILLARD10a451c2009-05-08 20:24:12 +020027
Aneesh V5356f542012-03-08 07:20:19 +000028# Choose between ARM/Thumb instruction sets
29ifeq ($(CONFIG_SYS_THUMB_BUILD),y)
30PF_CPPFLAGS_ARM := $(call cc-option, -mthumb -mthumb-interwork,\
31 $(call cc-option,-marm,)\
32 $(call cc-option,-mno-thumb-interwork,)\
33 )
34else
35PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \
36 $(call cc-option,-mno-thumb-interwork,)
37endif
Wolfgang Denkf772acf2009-08-17 13:17:29 +020038
Tom Rini06a119a2012-03-16 06:34:35 +000039# Only test once
40ifneq ($(CONFIG_SPL_BUILD),y)
41ALL-$(CONFIG_SYS_THUMB_BUILD) += checkthumb
42endif
43
Wolfgang Denkf772acf2009-08-17 13:17:29 +020044# Try if EABI is supported, else fall back to old API,
45# i. e. for example:
46# - with ELDK 4.2 (EABI supported), use:
Aneesh V5356f542012-03-08 07:20:19 +000047# -mabi=aapcs-linux
Wolfgang Denkf772acf2009-08-17 13:17:29 +020048# - with ELDK 4.1 (gcc 4.x, no EABI), use:
Aneesh V5356f542012-03-08 07:20:19 +000049# -mabi=apcs-gnu
Wolfgang Denkf772acf2009-08-17 13:17:29 +020050# - with ELDK 3.1 (gcc 3.x), use:
Aneesh V5356f542012-03-08 07:20:19 +000051# -mapcs-32
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000052PF_CPPFLAGS_ABI := $(call cc-option,\
Aneesh V5356f542012-03-08 07:20:19 +000053 -mabi=aapcs-linux,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000054 $(call cc-option,\
55 -mapcs-32,\
Wolfgang Denkf772acf2009-08-17 13:17:29 +020056 $(call cc-option,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000057 -mabi=apcs-gnu,\
58 )\
Aneesh V5356f542012-03-08 07:20:19 +000059 )\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000060 )
61PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARM) $(PF_CPPFLAGS_ABI)
Wolfgang Denkf772acf2009-08-17 13:17:29 +020062
63# For EABI, make sure to provide raise()
64ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
Aneesh V52534182011-07-19 05:51:41 +000065# This file is parsed many times, so the string may get added multiple
66# times. Also, the prefix needs to be different based on whether
67# CONFIG_SPL_BUILD is defined or not. 'filter-out' the existing entry
68# before adding the correct one.
69ifdef CONFIG_SPL_BUILD
70PLATFORM_LIBS := $(SPLTREE)/arch/arm/lib/eabi_compat.o \
71 $(filter-out %/arch/arm/lib/eabi_compat.o, $(PLATFORM_LIBS))
72else
73PLATFORM_LIBS := $(OBJTREE)/arch/arm/lib/eabi_compat.o \
74 $(filter-out %/arch/arm/lib/eabi_compat.o, $(PLATFORM_LIBS))
Wolfgang Denkf772acf2009-08-17 13:17:29 +020075endif
76endif
Albert Aribaud92d5ecb2010-10-11 13:13:28 +020077
Albert Aribaud92d5ecb2010-10-11 13:13:28 +020078# needed for relocation
Stefano Babica4594e42011-01-27 06:03:49 +000079LDFLAGS_u-boot += -pie
Allen Martin0f20bb62012-07-18 13:45:53 +000080
81#
82# FIXME: binutils versions < 2.22 have a bug in the assembler where
83# branches to weak symbols can be incorrectly optimized in thumb mode
84# to a short branch (b.n instruction) that won't reach when the symbol
85# gets preempted
86#
87# http://sourceware.org/bugzilla/show_bug.cgi?id=12532
88#
89ifeq ($(CONFIG_SYS_THUMB_BUILD),y)
90ifeq ($(GAS_BUG_12532),)
91export GAS_BUG_12532:=$(shell if [ $(call binutils-version) -lt 0222 ] ; \
92 then echo y; else echo n; fi)
93endif
94ifeq ($(GAS_BUG_12532),y)
95PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
96endif
97endif
Albert ARIBAUDc37980c2013-06-11 14:17:30 +020098
Albert ARIBAUDc37980c2013-06-11 14:17:30 +020099ifneq ($(CONFIG_SPL_BUILD),y)
Jeroen Hofstee373d7982013-08-24 13:55:38 +0200100# Check that only R_ARM_RELATIVE relocations are generated.
101ALL-y += checkarmreloc
102# The movt / movw can hardcode 16 bit parts of the addresses in the
103# instruction. Relocation is not supported for that case, so disable
104# such usage by requiring word relocations.
105PLATFORM_CPPFLAGS += $(call cc-option, -mword-relocations)
Albert ARIBAUDc37980c2013-06-11 14:17:30 +0200106endif
Albert ARIBAUD47ed5dd2013-11-07 14:21:46 +0100107
108# limit ourselves to the sections we want in the .bin.
David Feng0ae76532013-12-14 11:47:35 +0800109ifdef CONFIG_ARM64
110OBJCFLAGS += -j .text -j .rodata -j .data -j .u_boot_list -j .rela.dyn
111else
Albert ARIBAUD47ed5dd2013-11-07 14:21:46 +0100112OBJCFLAGS += -j .text -j .rodata -j .data -j .u_boot_list -j .rel.dyn
David Feng0ae76532013-12-14 11:47:35 +0800113endif