]> Git Repo - J-u-boot.git/blame - arch/arm/mach-imx/Makefile
wandboard: Rework Makefile to prevent spl.o from being built
[J-u-boot.git] / arch / arm / mach-imx / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
18936ee2
JL
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, [email protected].
5#
6# (C) Copyright 2011 Freescale Semiconductor, Inc.
18936ee2 7
cd357ad1 8ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6 mx7 imx8m vf610))
71f84ef0 9obj-y = iomux-v3.o
ab3a990b 10endif
e0e4e533 11
cd357ad1 12ifeq ($(SOC),$(filter $(SOC),imx8m))
60afc500 13ifneq ($(CONFIG_SPL_BUILD),y)
e0e4e533 14obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
60afc500 15endif
e0e4e533
PF
16obj-$(CONFIG_ENV_IS_IN_MMC) += mmc_env.o
17obj-$(CONFIG_FEC_MXC) += mac.o
18obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
19obj-y += cpu.o
20endif
21
ea00e59b 22ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
23b6a131
SA
23obj-y += cpu.o speed.o
24obj-$(CONFIG_GPT_TIMER) += timer.o
71f84ef0 25obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
ea00e59b 26endif
c1e0940f 27ifeq ($(SOC),$(filter $(SOC),mx7 mx6 mxs imx8m imx8))
71f84ef0 28obj-y += misc.o
887717db 29obj-$(CONFIG_SPL_BUILD) += spl.o
8870e459 30endif
cd562c8d
AA
31ifeq ($(SOC),$(filter $(SOC),mx7))
32obj-y += cpu.o
33obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
c1ef4863 34obj-$(CONFIG_ENV_IS_IN_MMC) += mmc_env.o
cd562c8d 35endif
0b6b8a3a
MV
36ifeq ($(SOC),$(filter $(SOC),mx5 mx6 mx7))
37obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
38endif
cd562c8d 39ifeq ($(SOC),$(filter $(SOC),mx6 mx7))
50a082a8 40obj-y += cache.o init.o
6ce8b10b 41obj-$(CONFIG_FEC_MXC) += mac.o
de09c43b 42obj-$(CONFIG_IMX_RDC) += rdc-sema.o
20b9f2ea 43ifneq ($(CONFIG_SPL_BUILD),y)
6f6058bf 44obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
20b9f2ea 45endif
6ce8b10b 46obj-$(CONFIG_SATA) += sata.o
7a7281a9 47obj-$(CONFIG_SECURE_BOOT) += hab.o
46718353 48obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
164d9846 49endif
1b409828
PF
50ifeq ($(SOC),$(filter $(SOC),mx7ulp))
51obj-y += cache.o
52obj-$(CONFIG_SECURE_BOOT) += hab.o
53endif
c7ea243c
SM
54ifeq ($(SOC),$(filter $(SOC),vf610))
55obj-y += ddrmc-vf610.o
548cc109 56obj-$(CONFIG_DDRMC_VF610_CALIBRATION) += ddrmc-vf610-calibration.o
c7ea243c 57endif
99f49fdd 58ifneq ($(CONFIG_SPL_BUILD),y)
71f84ef0
MY
59obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
60obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o
0200020b 61obj-$(CONFIG_CMD_DEKBLOB) += cmd_dek.o
99f49fdd 62endif
18936ee2 63
b3513c5d
PF
64PLUGIN = board/$(BOARDDIR)/plugin
65
66ifeq ($(CONFIG_USE_IMXIMG_PLUGIN),y)
67
68$(PLUGIN).o: $(PLUGIN).S FORCE
69 $(Q)mkdir -p $(dir $@)
70 $(call if_changed_dep,as_o_S)
71
72$(PLUGIN).bin: $(PLUGIN).o FORCE
73 $(Q)mkdir -p $(dir $@)
74 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
75else
76
77$(PLUGIN).bin:
78
79endif
80
4e0c8abc
MY
81quiet_cmd_cpp_cfg = CFGS $@
82 cmd_cpp_cfg = $(CPP) $(cpp_flags) -x c -o $@ $<
83
f9167573
TP
84# mkimage source config file
85IMX_CONFIG = $(CONFIG_IMX_CONFIG:"%"=%)
4e0c8abc 86
f9167573
TP
87# How to create a cpp processed config file, they all use the same source
88%.cfgout: $(IMX_CONFIG) FORCE
4e0c8abc
MY
89 $(Q)mkdir -p $(dir $@)
90 $(call if_changed_dep,cpp_cfg)
91
0e5c8ce7 92ifeq ($(CONFIG_ARCH_IMX8), y)
d7961159
PF
93CNTR_DEPFILES := $(srctree)/tools/imx_cntr_image.sh
94IMAGE_TYPE := imx8image
4c45e43a 95ifeq ($(CONFIG_SPL_BUILD),y)
caceb739 96SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG); if [ -f spl/u-boot-spl.cfgout ]; then $(CNTR_DEPFILES) spl/u-boot-spl.cfgout; echo $$?; fi)
4c45e43a 97endif
4ac94bfa 98DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); if [ -f u-boot-dtb.cfgout ]; then $(CNTR_DEPFILES) u-boot-dtb.cfgout; echo $$?; fi)
94df9885
PF
99else ifeq ($(CONFIG_ARCH_IMX8M), y)
100IMAGE_TYPE := imx8mimage
101IMX8M_DEPFILES := $(srctree)/tools/imx8m_image.sh
102DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG);if [ -f spl/u-boot-spl.cfgout ]; then $(IMX8M_DEPFILES) spl/u-boot-spl.cfgout 0; echo $$?; fi)
d7961159
PF
103else
104IMAGE_TYPE := imximage
105DEPFILE_EXISTS := 0
0e5c8ce7
PF
106endif
107
108MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
109 -T $(IMAGE_TYPE) -e $(CONFIG_SYS_TEXT_BASE)
1f6a6648 110u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log
4e0c8abc 111
f9167573 112u-boot.imx: u-boot.bin u-boot.cfgout $(PLUGIN).bin FORCE
4e0c8abc
MY
113 $(call if_changed,mkimage)
114
e64348f5 115ifeq ($(CONFIG_OF_SEPARATE),y)
0e5c8ce7
PF
116MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
117 -T $(IMAGE_TYPE) -e $(CONFIG_SYS_TEXT_BASE)
1f6a6648 118u-boot-dtb.imx: MKIMAGEOUTPUT = u-boot-dtb.imx.log
e64348f5 119
f9167573 120u-boot-dtb.imx: u-boot-dtb.bin u-boot-dtb.cfgout $(PLUGIN).bin FORCE
d7961159 121ifeq ($(DEPFILE_EXISTS),0)
e64348f5
SB
122 $(call if_changed,mkimage)
123endif
d7961159 124endif
e64348f5 125
94df9885
PF
126ifdef CONFIG_ARM64
127ifeq ($(CONFIG_ARCH_IMX8M), y)
128SPL:
129
130MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout \
131 -T $(IMAGE_TYPE) -e $(CONFIG_SPL_TEXT_BASE)
132flash.bin: MKIMAGEOUTPUT = flash.log
133
134spl/u-boot-spl-ddr.bin: spl/u-boot-spl.bin spl/u-boot-spl.cfgout FORCE
135ifeq ($(DEPFILE_EXISTS),0)
136 $(IMX8M_DEPFILES) spl/u-boot-spl.cfgout 1
137endif
138
139flash.bin: spl/u-boot-spl-ddr.bin u-boot.itb FORCE
140ifeq ($(DEPFILE_EXISTS),0)
141 $(call if_changed,mkimage)
142endif
143endif
144
caceb739
PF
145ifeq ($(CONFIG_ARCH_IMX8), y)
146SPL:
147
148MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout -T $(IMAGE_TYPE) -e 0x100000
149flash.bin: MKIMAGEOUTPUT = flash.log
150
151flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
152ifeq ($(SPL_DEPFILE_EXISTS),0)
153 $(call if_changed,mkimage)
154endif
155endif
156
94df9885 157else
0e5c8ce7
PF
158MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
159 -T $(IMAGE_TYPE) -e $(CONFIG_SPL_TEXT_BASE)
1f6a6648
SE
160SPL: MKIMAGEOUTPUT = SPL.log
161
f9167573 162SPL: spl/u-boot-spl.bin spl/u-boot-spl.cfgout $(PLUGIN).bin FORCE
4e0c8abc
MY
163 $(call if_changed,mkimage)
164
165MKIMAGEFLAGS_u-boot.uim = -A arm -O U-Boot -a $(CONFIG_SYS_TEXT_BASE) \
f1ab00fb 166 -e $(CONFIG_SYS_TEXT_BASE) -C none -T firmware
4e0c8abc
MY
167
168u-boot.uim: u-boot.bin FORCE
169 $(call if_changed,mkimage)
170
171OBJCOPYFLAGS += -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
172append = cat $(filter-out $< $(PHONY), $^) >> $@
173
174quiet_cmd_pad_cat = CAT $@
175cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@
176
177u-boot-with-spl.imx: SPL u-boot.uim FORCE
178 $(call if_changed,pad_cat)
179
180u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx u-boot.uim FORCE
181 $(call if_changed,pad_cat)
182
183quiet_cmd_u-boot-nand-spl_imx = GEN $@
0297bd11 184cmd_u-boot-nand-spl_imx = (printf '\000\000\000\000\106\103\102\040\001' && \
4e0c8abc
MY
185 dd bs=1015 count=1 if=/dev/zero 2>/dev/null) | cat - $< > $@
186
187spl/u-boot-nand-spl.imx: SPL FORCE
188 $(call if_changed,u-boot-nand-spl_imx)
94df9885 189endif
4e0c8abc 190
f9167573 191targets += $(addprefix ../../../,SPL spl/u-boot-spl.cfgout u-boot-dtb.cfgout u-boot.cfgout u-boot.uim spl/u-boot-nand-spl.imx)
552a848e 192
7a0c9b08 193obj-$(CONFIG_ARM64) += lowlevel.o sip.o
de274663 194
552a848e
SB
195obj-$(CONFIG_MX5) += mx5/
196obj-$(CONFIG_MX6) += mx6/
197obj-$(CONFIG_MX7) += mx7/
198obj-$(CONFIG_ARCH_MX7ULP) += mx7ulp/
cd357ad1 199obj-$(CONFIG_IMX8M) += imx8m/
b2b8b9be 200obj-$(CONFIG_ARCH_IMX8) += imx8/
This page took 0.38691 seconds and 4 git commands to generate.