Searched refs:dt_dir (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/py/tests/
H A Dtest_of_migrate.py33 dt_dir = os.path.join(build_dir, 'arch', 'sandbox', 'dts')
34 orig_fname = os.path.join(dt_dir, 'sandbox.dtb')
35 out_dts = os.path.join(dt_dir, 'sandbox_out.dts')
44 dts_fname = os.path.join(dt_dir, 'sandbox_oldtag.dts')
47 dtb_fname = os.path.join(dt_dir, 'sandbox_oldtag.dtb')
/u-boot/dts/
H A DMakefile15 dt_dir := dts/upstream/src/arm64 macro
17 dt_dir := dts/upstream/src/$(ARCH) macro
20 dt_dir := arch/$(ARCH)/dts macro
26 DTB := $(dt_dir)/$(DEVICE_TREE).dtb
54 $(Q)$(MAKE) $(build)=$(dt_dir) dtbs
/u-boot/scripts/
H A DMakefile.spl569 dt_dir := dts/upstream/src/arm64
571 dt_dir := dts/upstream/src/$(ARCH)
574 dt_dir := arch/$(ARCH)/dts
587 $(SHRUNK_ARCH_DTB): $$(patsubst $(obj)/dts/%, $(dt_dir)/%, $$@) $(dir $(SHRUNK_ARCH_DTB))
/u-boot/
H A DMakefile1189 dt_dir := dts/upstream/src/arm64 macro
1191 dt_dir := dts/upstream/src/$(ARCH) macro
1194 dt_dir := arch/$(ARCH)/dts macro
1222 $(patsubst %,-b $(dt_dir)/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) -d /dev/null
1380 -I $(dt_dir) -a of-list=$(CONFIG_OF_LIST) \
1416 $(patsubst %,$(dt_dir)/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) > $@
1425 $(patsubst %,-b $(dt_dir)/%.dtb,$(subst ",,$(DEVICE_TREE))) \
1426 $(patsubst %,-b $(dt_dir)/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) \
1427 $(patsubst %,-b $(dt_dir)/%.dtbo,$(subst ",,$(CONFIG_OF_OVERLAY_LIST)))

Completed in 163 milliseconds