Home
last modified time | relevance | path

Searched refs:dtbs (Results 1 – 19 of 19) sorted by relevance

/u-boot/dts/
A DMakefile33 $(DTB): arch-dtbs
42 PHONY += arch-dtbs
43 arch-dtbs:
44 $(Q)$(MAKE) $(build)=arch/$(ARCH)/dts dtbs
56 dtbs: $(obj)/dt.dtb target
A DKconfig195 hex "Address of memory where dtbs are uncompressed"
203 bool "Support swapping dtbs at a later point in boot"
295 hex "Address of memory where dtbs are uncompressed"
/u-boot/arch/nios2/dts/
A DMakefile9 PHONY += dtbs
10 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/microblaze/dts/
A DMakefile9 PHONY += dtbs
10 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/sh/dts/
A DMakefile8 PHONY += dtbs
9 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/nds32/dts/
A DMakefile9 PHONY += dtbs
10 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/xtensa/dts/
A DMakefile9 PHONY += dtbs
10 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/sandbox/dts/
A DMakefile14 PHONY += dtbs
15 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/riscv/dts/
A DMakefile12 PHONY += dtbs
13 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/arc/dts/
A DMakefile15 PHONY += dtbs
16 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/x86/dts/
A DMakefile29 PHONY += dtbs
30 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/arm/mach-rockchip/
A Dmake_fit_atf.py81 def append_fdt_node(file, dtbs): argument
84 for dtb in dtbs:
114 def append_conf_node(file, dtbs, segments): argument
119 for dtb in dtbs:
233 dtbs = args
235 generate_atf_fit_dts(fit_its, bl31_elf, tee_elf, uboot_elf, dtbs)
/u-boot/arch/powerpc/dts/
A DMakefile37 PHONY += dtbs
38 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/m68k/dts/
A DMakefile55 PHONY += dtbs
56 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/mips/dts/
A DMakefile41 PHONY += dtbs
42 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/arch/arm/mach-omap2/
A Dconfig_secure.mk110 $(OF_LIST_TARGETS): dtbs
/u-boot/
A DMakefile1100 PHONY += dtbs
1101 dtbs: dts/dt.dtb target
1104 $(Q)$(MAKE) $(build)=dts dtbs
/u-boot/arch/arm/dts/
A DMakefile1040 PHONY += dtbs
1041 dtbs: $(addprefix $(obj)/, $(dtb-y)) target
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt109 make uImage dtbs # -j10 if you have 10 CPUs

Completed in 31 milliseconds