Lines Matching +full:vf610 +full:- +full:i2c

2 # (C) Copyright 2000-2006
7 # SPDX-License-Identifier: GPL-2.0+
10 ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6 mx7 vf610))
11 obj-y = iomux-v3.o
14 obj-y += timer.o cpu.o speed.o
15 obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
18 obj-y += misc.o
19 obj-$(CONFIG_SPL_BUILD) += spl.o
22 obj-y += cpu.o
23 obj-$(CONFIG_SYS_I2C_MXC) += i2c-mxv7.o
24 obj-$(CONFIG_SYSCOUNTER_TIMER) += syscounter.o
27 obj-y += cache.o init.o
28 obj-$(CONFIG_SATA) += sata.o
29 obj-$(CONFIG_IMX_VIDEO_SKIP) += video.o
30 obj-$(CONFIG_IMX_RDC) += rdc-sema.o
31 obj-$(CONFIG_IMX_BOOTAUX) += imx_bootaux.o
32 obj-$(CONFIG_SECURE_BOOT) += hab.o
35 obj-y += cache.o
36 obj-$(CONFIG_SECURE_BOOT) += hab.o
38 ifeq ($(SOC),$(filter $(SOC),vf610))
39 obj-y += ddrmc-vf610.o
42 obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
43 obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o
44 obj-$(CONFIG_CMD_DEKBLOB) += cmd_dek.o
52 $(Q)mkdir -p $(dir $@)
56 $(Q)mkdir -p $(dir $@)
57 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
65 cmd_cpp_cfg = $(CPP) $(cpp_flags) -x c -o $@ $<
70 $(Q)mkdir -p $(dir $@)
73 MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \
74 -e $(CONFIG_SYS_TEXT_BASE)
75 u-boot.imx: MKIMAGEOUTPUT = u-boot.imx.log
77 u-boot.imx: u-boot.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE
81 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \
82 -e $(CONFIG_SYS_TEXT_BASE)
83 u-boot-dtb.imx: MKIMAGEOUTPUT = u-boot-dtb.imx.log
85 u-boot-dtb.imx: u-boot-dtb.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE
89 MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \
90 -e $(CONFIG_SPL_TEXT_BASE)
94 SPL: spl/u-boot-spl.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE
97 MKIMAGEFLAGS_u-boot.uim = -A arm -O U-Boot -a $(CONFIG_SYS_TEXT_BASE) \
98 -e $(CONFIG_SYS_TEXT_BASE) -C none -T firmware
100 u-boot.uim: u-boot.bin FORCE
103 OBJCOPYFLAGS += -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO)
104 append = cat $(filter-out $< $(PHONY), $^) >> $@
107 cmd_pad_cat = $(cmd_objcopy) && $(append) || rm -f $@
109 u-boot-with-spl.imx: SPL u-boot.uim FORCE
112 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx u-boot.uim FORCE
115 quiet_cmd_u-boot-nand-spl_imx = GEN $@
116 cmd_u-boot-nand-spl_imx = (printf '\000\000\000\000\106\103\102\040\001' && \
117 dd bs=1015 count=1 if=/dev/zero 2>/dev/null) | cat - $< > $@
119 spl/u-boot-nand-spl.imx: SPL FORCE
120 $(call if_changed,u-boot-nand-spl_imx)
122 targets += $(addprefix ../../../,$(IMX_CONFIG) SPL u-boot.uim spl/u-boot-nand-spl.imx)
124 obj-$(CONFIG_MX5) += mx5/
125 obj-$(CONFIG_MX6) += mx6/
126 obj-$(CONFIG_MX7) += mx7/
127 obj-$(CONFIG_ARCH_MX7ULP) += mx7ulp/