Home
last modified time | relevance | path

Searched refs:DEVICE_TREE (Results 1 – 13 of 13) sorted by relevance

/u-boot/board/xilinx/zynq/
A DMakefile15 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
16 ifeq ($(DEVICE_TREE),)
17 DEVICE_TREE := unset macro
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
/u-boot/dts/
A DMakefile8 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
9 ifeq ($(DEVICE_TREE),)
10 DEVICE_TREE := unset macro
16 DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
A DKconfig122 $ make DEVICE_TREE=<device-tree-name>
/u-boot/board/xilinx/zynqmp/
A DMakefile15 DEVICE_TREE ?= $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%) macro
16 ifeq ($(DEVICE_TREE),)
17 DEVICE_TREE := unset macro
21 hw-platform-y :=$(shell echo $(DEVICE_TREE))
/u-boot/arch/arm/mach-zynqmp/
A Dmkimage_fit_atf.sh26 DT=arch/arm/dts/${DEVICE_TREE}.dtb
96 [ "x$(basename $dtname .dtb)" = "x${DEVICE_TREE}" ] && DEFAULT=$cnt
/u-boot/board/xilinx/common/
A Dboard.c438 debug("%s: Check %s, default %s\n", __func__, name, DEVICE_TREE); in board_fit_config_name_match()
440 if (!strcmp(name, DEVICE_TREE)) in board_fit_config_name_match()
/u-boot/doc/
A DREADME.marvell36 # make DEVICE_TREE=<name>
39 Compilation with "mvebu_db_armada8k_defconfig" requires explicitly exporting DEVICE_TREE
A DREADME.uniphier20 $ make CROSS_COMPILE=<toolchain-prefix> DEVICE_TREE=<device-tree>
55 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-pxs2-vodka
A DREADME.fdt-control175 $ make DEVICE_TREE=<dts-file-name>
/u-boot/doc/board/st/
A Dstm32mp1.rst184 # make DEVICE_TREE=<name> all
192 # make DEVICE_TREE=stm32mp157c-ev1 all
198 # make DEVICE_TREE=stm32mp157c-dk2 all
204 # make DEVICE_TREE=stm32mp157c-ev1 all
210 # make DEVICE_TREE=stm32mp157c-ed1 all
216 # make DEVICE_TREE=stm32mp157a-dk1 all
222 # make DEVICE_TREE=stm32mp15xx-dhcor-avenger96 all
/u-boot/doc/board/xilinx/
A Dzynq.rst35 $ export DEVICE_TREE=zynq-zc702
A Dzynqmp.rst35 $ export DEVICE_TREE=zynqmp-zcu102-revA
/u-boot/
A DMakefile1324 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb,$(subst ",,$(DEVICE_TREE))) \
1846 (if test -n "$${DEVICE_TREE}"; then \

Completed in 15 milliseconds