]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/Makefile
Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel
[thirdparty/u-boot.git] / tools / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2006
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 # Enable all the config-independent tools
7 ifneq ($(HOST_TOOLS_ALL),)
8 CONFIG_KIRKWOOD = y
9 CONFIG_LCD_LOGO = y
10 CONFIG_CMD_LOADS = y
11 CONFIG_CMD_NET = y
12 CONFIG_XWAY_SWAP_BYTES = y
13 CONFIG_NETCONSOLE = y
14 CONFIG_SHA1_CHECK_UB_IMG = y
15 CONFIG_ARCH_SUNXI = y
16 endif
17
18 subdir-$(HOST_TOOLS_ALL) += easylogo
19 subdir-$(HOST_TOOLS_ALL) += gdb
20
21 # Merge all the different vars for envcrc into one
22 ENVCRC-$(CONFIG_ENV_IS_EMBEDDED) = y
23 ENVCRC-$(CONFIG_ENV_IS_IN_EEPROM) = y
24 ENVCRC-$(CONFIG_ENV_IS_IN_FLASH) = y
25 ENVCRC-$(CONFIG_ENV_IS_IN_ONENAND) = y
26 ENVCRC-$(CONFIG_ENV_IS_IN_NAND) = y
27 ENVCRC-$(CONFIG_ENV_IS_IN_NVRAM) = y
28 ENVCRC-$(CONFIG_ENV_IS_IN_SPI_FLASH) = y
29 CONFIG_BUILD_ENVCRC ?= $(ENVCRC-y)
30
31 hostprogs-$(CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER) += atmel_pmecc_params
32
33 hostprogs-$(CONFIG_LCD_LOGO) += bmp_logo
34 hostprogs-$(CONFIG_VIDEO_LOGO) += bmp_logo
35 HOSTCFLAGS_bmp_logo.o := -pedantic
36
37 hostprogs-$(CONFIG_BUILD_ENVCRC) += envcrc
38 envcrc-objs := envcrc.o lib/crc32.o env/embedded.o lib/sha1.o
39
40 hostprogs-$(CONFIG_CMD_NET) += gen_eth_addr
41 HOSTCFLAGS_gen_eth_addr.o := -pedantic
42
43 hostprogs-$(CONFIG_CMD_NET) += gen_ethaddr_crc
44 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
45 HOSTCFLAGS_gen_ethaddr_crc.o := -pedantic
46
47 hostprogs-$(CONFIG_CMD_LOADS) += img2srec
48 HOSTCFLAGS_img2srec.o := -pedantic
49
50 hostprogs-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes
51 HOSTCFLAGS_xway-swap-bytes.o := -pedantic
52
53 hostprogs-y += mkenvimage
54 mkenvimage-objs := mkenvimage.o os_support.o lib/crc32.o
55
56 hostprogs-y += dumpimage mkimage
57 hostprogs-$(CONFIG_FIT_SIGNATURE) += fit_info fit_check_sign
58
59 hostprogs-$(CONFIG_CMD_BOOTEFI_SELFTEST) += file2include
60
61 FIT_OBJS-$(CONFIG_FIT) := fit_common.o fit_image.o image-host.o common/image-fit.o
62 FIT_SIG_OBJS-$(CONFIG_FIT_SIGNATURE) := common/image-sig.o
63
64 # The following files are synced with upstream DTC.
65 # Use synced versions from scripts/dtc/libfdt/.
66 LIBFDT_SRCS_SYNCED := fdt.c fdt_wip.c fdt_sw.c fdt_rw.c \
67 fdt_strerror.c fdt_empty_tree.c fdt_addresses.c fdt_overlay.c
68 # The following files are locally modified for U-Boot (unfotunately).
69 # Use U-Boot own versions from lib/libfdt/.
70 LIBFDT_SRCS_UNSYNCED := fdt_ro.c fdt_region.c
71
72 LIBFDT_OBJS := $(addprefix libfdt/, $(patsubst %.c, %.o, $(LIBFDT_SRCS_SYNCED))) \
73 $(addprefix lib/libfdt/, $(patsubst %.c, %.o, $(LIBFDT_SRCS_UNSYNCED)))
74
75 RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
76 rsa-sign.o rsa-verify.o rsa-checksum.o \
77 rsa-mod-exp.o)
78
79 ROCKCHIP_OBS = lib/rc4.o rkcommon.o rkimage.o rksd.o rkspi.o
80
81 # common objs for dumpimage and mkimage
82 dumpimage-mkimage-objs := aisimage.o \
83 atmelimage.o \
84 $(FIT_OBJS-y) \
85 $(FIT_SIG_OBJS-y) \
86 common/bootm.o \
87 lib/crc32.o \
88 default_image.o \
89 lib/fdtdec_common.o \
90 lib/fdtdec.o \
91 common/image.o \
92 imagetool.o \
93 imximage.o \
94 imx8image.o \
95 imx8mimage.o \
96 kwbimage.o \
97 lib/md5.o \
98 lpc32xximage.o \
99 mxsimage.o \
100 omapimage.o \
101 os_support.o \
102 pblimage.o \
103 pbl_crc32.o \
104 vybridimage.o \
105 stm32image.o \
106 $(ROCKCHIP_OBS) \
107 socfpgaimage.o \
108 lib/crc16.o \
109 lib/sha1.o \
110 lib/sha256.o \
111 common/hash.o \
112 ublimage.o \
113 zynqimage.o \
114 zynqmpimage.o \
115 zynqmpbif.o \
116 $(LIBFDT_OBJS) \
117 gpimage.o \
118 gpimage-common.o \
119 mtk_image.o \
120 $(RSA_OBJS-y)
121
122 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o
123 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o
124 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o
125 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
126 file2include-objs := file2include.o
127
128 ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_FIT_SIGNATURE),)
129 # Add CONFIG_MXS into host CFLAGS, so we can check whether or not register
130 # the mxsimage support within tools/mxsimage.c .
131 HOSTCFLAGS_mxsimage.o += -DCONFIG_MXS
132 endif
133
134 ifdef CONFIG_FIT_SIGNATURE
135 # This affects include/image.h, but including the board config file
136 # is tricky, so manually define this options here.
137 HOST_EXTRACFLAGS += -DCONFIG_FIT_SIGNATURE
138 HOST_EXTRACFLAGS += -DCONFIG_FIT_SIGNATURE_MAX_SIZE=$(CONFIG_FIT_SIGNATURE_MAX_SIZE)
139 endif
140
141 ifdef CONFIG_SYS_U_BOOT_OFFS
142 HOSTCFLAGS_kwbimage.o += -DCONFIG_SYS_U_BOOT_OFFS=$(CONFIG_SYS_U_BOOT_OFFS)
143 endif
144
145 ifneq ($(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X),)
146 HOSTCFLAGS_kwbimage.o += -DCONFIG_KWB_SECURE
147 endif
148
149 # MXSImage needs LibSSL
150 ifneq ($(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X)$(CONFIG_FIT_SIGNATURE),)
151 HOSTCFLAGS_kwbimage.o += \
152 $(shell pkg-config --cflags libssl libcrypto 2> /dev/null || echo "")
153 HOSTLOADLIBES_mkimage += \
154 $(shell pkg-config --libs libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
155
156 # OS X deprecate openssl in favour of CommonCrypto, supress deprecation
157 # warnings on those systems
158 ifeq ($(HOSTOS),darwin)
159 HOSTCFLAGS_mxsimage.o += -Wno-deprecated-declarations
160 HOSTCFLAGS_image-sig.o += -Wno-deprecated-declarations
161 HOSTCFLAGS_rsa-sign.o += -Wno-deprecated-declarations
162 endif
163 endif
164
165 HOSTCFLAGS_fit_image.o += -DMKIMAGE_DTC=\"$(CONFIG_MKIMAGE_DTC_PATH)\"
166
167 HOSTLOADLIBES_dumpimage := $(HOSTLOADLIBES_mkimage)
168 HOSTLOADLIBES_fit_info := $(HOSTLOADLIBES_mkimage)
169 HOSTLOADLIBES_fit_check_sign := $(HOSTLOADLIBES_mkimage)
170
171 hostprogs-$(CONFIG_EXYNOS5250) += mkexynosspl
172 hostprogs-$(CONFIG_EXYNOS5420) += mkexynosspl
173 HOSTCFLAGS_mkexynosspl.o := -pedantic
174
175 ifdtool-objs := $(LIBFDT_OBJS) ifdtool.o
176 hostprogs-$(CONFIG_X86) += ifdtool
177
178 hostprogs-$(CONFIG_MX23) += mxsboot
179 hostprogs-$(CONFIG_MX28) += mxsboot
180 HOSTCFLAGS_mxsboot.o := -pedantic
181
182 hostprogs-$(CONFIG_ARCH_SUNXI) += mksunxiboot
183 hostprogs-$(CONFIG_ARCH_SUNXI) += sunxi-spl-image-builder
184 sunxi-spl-image-builder-objs := sunxi-spl-image-builder.o lib/bch.o
185
186 hostprogs-$(CONFIG_NETCONSOLE) += ncb
187 hostprogs-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1
188
189 ubsha1-objs := os_support.o ubsha1.o lib/sha1.o
190
191 HOSTCFLAGS_ubsha1.o := -pedantic
192
193 hostprogs-$(CONFIG_KIRKWOOD) += kwboot
194 hostprogs-$(CONFIG_ARCH_MVEBU) += kwboot
195 hostprogs-y += proftool
196 hostprogs-$(CONFIG_STATIC_RELA) += relocate-rela
197 hostprogs-$(CONFIG_RISCV) += prelink-riscv
198
199 hostprogs-y += fdtgrep
200 fdtgrep-objs += $(LIBFDT_OBJS) fdtgrep.o
201
202 ifneq ($(TOOLS_ONLY),y)
203 hostprogs-y += spl_size_limit
204 endif
205
206 hostprogs-$(CONFIG_MIPS) += mips-relocs
207
208 # We build some files with extra pedantic flags to try to minimize things
209 # that won't build on some weird host compiler -- though there are lots of
210 # exceptions for files that aren't complaint.
211 HOSTCFLAGS_crc32.o := -pedantic
212 HOSTCFLAGS_crc8.o := -pedantic
213 HOSTCFLAGS_md5.o := -pedantic
214 HOSTCFLAGS_sha1.o := -pedantic
215 HOSTCFLAGS_sha256.o := -pedantic
216
217 quiet_cmd_wrap = WRAP $@
218 cmd_wrap = echo "\#include <../$(patsubst $(obj)/%,%,$@)>" >$@
219
220 $(obj)/lib/%.c $(obj)/common/%.c $(obj)/env/%.c:
221 $(call cmd,wrap)
222
223 clean-dirs := lib common
224
225 always := $(hostprogs-y)
226
227 # Generated LCD/video logo
228 LOGO_H = $(objtree)/include/bmp_logo.h
229 LOGO_DATA_H = $(objtree)/include/bmp_logo_data.h
230 LOGO-$(CONFIG_LCD_LOGO) += $(LOGO_H)
231 LOGO-$(CONFIG_LCD_LOGO) += $(LOGO_DATA_H)
232 LOGO-$(CONFIG_VIDEO_LOGO) += $(LOGO_H)
233 LOGO-$(CONFIG_VIDEO_LOGO) += $(LOGO_DATA_H)
234
235 # Generic logo
236 ifeq ($(LOGO_BMP),)
237 LOGO_BMP= $(srctree)/$(src)/logos/denx.bmp
238
239 # Use board logo and fallback to vendor
240 ifneq ($(wildcard $(srctree)/$(src)/logos/$(BOARD).bmp),)
241 LOGO_BMP= $(srctree)/$(src)/logos/$(BOARD).bmp
242 else
243 ifneq ($(wildcard $(srctree)/$(src)/logos/$(VENDOR).bmp),)
244 LOGO_BMP= $(srctree)/$(src)/logos/$(VENDOR).bmp
245 endif
246 endif
247
248 endif # !LOGO_BMP
249
250 #
251 # Use native tools and options
252 # Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
253 # Define _GNU_SOURCE to obtain the getline prototype from stdio.h
254 #
255 HOST_EXTRACFLAGS += -include $(srctree)/include/compiler.h \
256 $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
257 -I$(srctree)/scripts/dtc/libfdt \
258 -I$(srctree)/tools \
259 -DUSE_HOSTCC \
260 -D__KERNEL_STRICT_NAMES \
261 -D_GNU_SOURCE \
262 -std=gnu99
263
264 __build: $(LOGO-y)
265
266 $(LOGO_H): $(obj)/bmp_logo $(LOGO_BMP)
267 $(obj)/bmp_logo --gen-info $(LOGO_BMP) > $@
268
269 $(LOGO_DATA_H): $(obj)/bmp_logo $(LOGO_BMP)
270 $(obj)/bmp_logo --gen-data $(LOGO_BMP) > $@
271
272 # Let clean descend into subdirs
273 subdir- += env
274
275 ifneq ($(CROSS_BUILD_TOOLS),)
276 override HOSTCC = $(CC)
277 override HOSTCFLAGS = $(CFLAGS)
278
279 quiet_cmd_crosstools_strip = STRIP $^
280 cmd_crosstools_strip = $(STRIP) $^; touch $@
281 $(obj)/.strip: $(call objectify,$(filter $(always),$(hostprogs-y)))
282 $(call cmd,crosstools_strip)
283
284 always += .strip
285 endif
286 clean-files += .strip