blob: 19451ba668877b40f7039dbbfe9390c32d654ad2 [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
19PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
20
Simon Glass959daa22013-03-11 06:49:57 +000021# Support generic board on ARM
22__HAVE_ARCH_GENERIC_BOARD := y
23
wdenk39f0e5f2002-08-14 20:30:46 +000024PLATFORM_CPPFLAGS += -DCONFIG_ARM -D__ARM__
Jean-Christophe PLAGNIOL-VILLARD10a451c2009-05-08 20:24:12 +020025
Aneesh V5356f542012-03-08 07:20:19 +000026# Choose between ARM/Thumb instruction sets
27ifeq ($(CONFIG_SYS_THUMB_BUILD),y)
28PF_CPPFLAGS_ARM := $(call cc-option, -mthumb -mthumb-interwork,\
29 $(call cc-option,-marm,)\
30 $(call cc-option,-mno-thumb-interwork,)\
31 )
32else
33PF_CPPFLAGS_ARM := $(call cc-option,-marm,) \
34 $(call cc-option,-mno-thumb-interwork,)
35endif
Wolfgang Denkf772acf2009-08-17 13:17:29 +020036
Tom Rini06a119a2012-03-16 06:34:35 +000037# Only test once
38ifneq ($(CONFIG_SPL_BUILD),y)
39ALL-$(CONFIG_SYS_THUMB_BUILD) += checkthumb
40endif
41
Wolfgang Denkf772acf2009-08-17 13:17:29 +020042# Try if EABI is supported, else fall back to old API,
43# i. e. for example:
44# - with ELDK 4.2 (EABI supported), use:
Aneesh V5356f542012-03-08 07:20:19 +000045# -mabi=aapcs-linux
Wolfgang Denkf772acf2009-08-17 13:17:29 +020046# - with ELDK 4.1 (gcc 4.x, no EABI), use:
Aneesh V5356f542012-03-08 07:20:19 +000047# -mabi=apcs-gnu
Wolfgang Denkf772acf2009-08-17 13:17:29 +020048# - with ELDK 3.1 (gcc 3.x), use:
Aneesh V5356f542012-03-08 07:20:19 +000049# -mapcs-32
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000050PF_CPPFLAGS_ABI := $(call cc-option,\
Aneesh V5356f542012-03-08 07:20:19 +000051 -mabi=aapcs-linux,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000052 $(call cc-option,\
53 -mapcs-32,\
Wolfgang Denkf772acf2009-08-17 13:17:29 +020054 $(call cc-option,\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000055 -mabi=apcs-gnu,\
56 )\
Aneesh V5356f542012-03-08 07:20:19 +000057 )\
Wolfgang Denkcca4e4a2011-11-01 20:54:02 +000058 )
59PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_ARM) $(PF_CPPFLAGS_ABI)
Wolfgang Denkf772acf2009-08-17 13:17:29 +020060
61# For EABI, make sure to provide raise()
62ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
Aneesh V52534182011-07-19 05:51:41 +000063# This file is parsed many times, so the string may get added multiple
64# times. Also, the prefix needs to be different based on whether
65# CONFIG_SPL_BUILD is defined or not. 'filter-out' the existing entry
66# before adding the correct one.
67ifdef CONFIG_SPL_BUILD
68PLATFORM_LIBS := $(SPLTREE)/arch/arm/lib/eabi_compat.o \
69 $(filter-out %/arch/arm/lib/eabi_compat.o, $(PLATFORM_LIBS))
70else
71PLATFORM_LIBS := $(OBJTREE)/arch/arm/lib/eabi_compat.o \
72 $(filter-out %/arch/arm/lib/eabi_compat.o, $(PLATFORM_LIBS))
Wolfgang Denkf772acf2009-08-17 13:17:29 +020073endif
74endif
Albert Aribaud92d5ecb2010-10-11 13:13:28 +020075
Albert Aribaud92d5ecb2010-10-11 13:13:28 +020076# needed for relocation
Stefano Babica4594e42011-01-27 06:03:49 +000077LDFLAGS_u-boot += -pie
Allen Martin0f20bb62012-07-18 13:45:53 +000078
79#
80# FIXME: binutils versions < 2.22 have a bug in the assembler where
81# branches to weak symbols can be incorrectly optimized in thumb mode
82# to a short branch (b.n instruction) that won't reach when the symbol
83# gets preempted
84#
85# http://sourceware.org/bugzilla/show_bug.cgi?id=12532
86#
87ifeq ($(CONFIG_SYS_THUMB_BUILD),y)
88ifeq ($(GAS_BUG_12532),)
89export GAS_BUG_12532:=$(shell if [ $(call binutils-version) -lt 0222 ] ; \
90 then echo y; else echo n; fi)
91endif
92ifeq ($(GAS_BUG_12532),y)
93PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
94endif
95endif
Albert ARIBAUDc37980c2013-06-11 14:17:30 +020096
Albert ARIBAUDc37980c2013-06-11 14:17:30 +020097ifneq ($(CONFIG_SPL_BUILD),y)
Jeroen Hofstee373d7982013-08-24 13:55:38 +020098# Check that only R_ARM_RELATIVE relocations are generated.
99ALL-y += checkarmreloc
100# The movt / movw can hardcode 16 bit parts of the addresses in the
101# instruction. Relocation is not supported for that case, so disable
102# such usage by requiring word relocations.
103PLATFORM_CPPFLAGS += $(call cc-option, -mword-relocations)
Albert ARIBAUDc37980c2013-06-11 14:17:30 +0200104endif