Searched refs:dtb (Results 1 - 25 of 65) sorted by relevance

123

/u-boot/arch/powerpc/dts/
H A DMakefile3 dtb-$(CONFIG_TARGET_KMCENT2) += kmcent2.dtb
4 dtb-$(CONFIG_TARGET_KMCOGE5NE) += kmcoge5ne.dtb
5 dtb-$(CONFIG_TARGET_KMETER1) += kmeter1.dtb
6 dtb-$(CONFIG_TARGET_KMOPTI2) += kmopti2.dtb
7 dtb-$(CONFIG_TARGET_KMSUPX5) += kmsupc5.dtb kmsupm
[all...]
/u-boot/arch/mips/dts/
H A DMakefile3 dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
4 dtb-$(CONFIG_TARGET_AP143) += ap143.dtb
5 dtb-$(CONFIG_TARGET_AP152) += ap152.dtb
6 dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb
7 dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
[all...]
/u-boot/arch/arc/dts/
H A DMakefile3 dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb
4 dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb
5 dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb
6 dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb
7 dtb-$(CONFIG_TARGET_EMSDP) += emsdp.dtb
[all...]
/u-boot/arch/m68k/dts/
H A DMakefile3 dtb-$(CONFIG_TARGET_M5235EVB) += M5235EVB.dtb \
4 M5235EVB_Flash32.dtb
5 dtb-$(CONFIG_TARGET_COBRA5272) += cobra5272.dtb
6 dtb-$(CONFIG_TARGET_EB_CPU5282) += eb_cpu5282.dtb \
7 eb_cpu5282_internal.dtb
8 dtb-$(CONFIG_TARGET_M5208EVBE) += M5208EVBE.dtb
[all...]
/u-boot/arch/xtensa/dts/
H A DMakefile3 dtb-$(CONFIG_XTENSA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb
7 targets += $(dtb-y)
12 dtbs: $(addprefix $(obj)/, $(dtb-y))
15 clean-files := *.dtb
/u-boot/scripts/
H A DMakefile.dts3 dtb-y += $(patsubst %,%.dtb,$(subst ",,$(CONFIG_DEFAULT_DEVICE_TREE) $(CONFIG_OF_LIST) $(CONFIG_SPL_OF_LIST)))
12 dtb-vendor_dts := $(patsubst %.dts,%.dtb,$(wildcard $(dt_dir)/$(subst ",,$(CONFIG_OF_UPSTREAM_VENDOR))/*.dts))
14 dtb-y += $(subst $(dt_dir)/,,$(dtb-vendor_dts))
/u-boot/arch/riscv/dts/
H A DMakefile3 dtb-$(CONFIG_TARGET_ANDES_AE350) += ae350_32.dtb ae350_64.dtb
4 dtb-$(CONFIG_TARGET_MICROCHIP_ICICLE) += mpfs-icicle-kit.dtb
5 dtb-$(CONFIG_TARGET_MILKV_DUO) += cv1800b-milkv-duo.dtb
6 dtb-$(CONFIG_TARGET_QEMU_VIRT) += qemu-virt32.dtb qemu-virt64.dtb
[all...]
/u-boot/arch/x86/dts/
H A DMakefile3 dtb-y += bayleybay.dtb \
4 cherryhill.dtb \
5 chromebook_coral.dtb \
6 chromebook_link.dtb \
7 chromebox_panther.dtb \
8 chromebook_samus.dtb \
9 conga-qeval20-qa3-e3845.dtb \
10 coreboot.dtb \
11 cougarcanyon2.dtb \
[all...]
/u-boot/arch/sandbox/dts/
H A DMakefile4 dtb-$(CONFIG_SANDBOX) += sandbox64.dtb
6 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
8 dtb-$(CONFIG_UT_DM) += test.dtb other.dtb
9 dtb-$(CONFIG_CMD_EXTENSION) += overlay0.dtbo overlay1.dtbo
13 targets += $(dtb-y)
18 dtbs: $(addprefix $(obj)/, $(dtb
[all...]
/u-boot/arch/microblaze/dts/
H A DMakefile3 dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb
7 targets += $(dtb-y)
12 dtbs: $(addprefix $(obj)/, $(dtb-y))
15 clean-files := *.dtb
/u-boot/arch/nios2/dts/
H A DMakefile3 dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb
7 targets += $(dtb-y)
12 dtbs: $(addprefix $(obj)/, $(dtb-y))
15 clean-files := *.dtb
/u-boot/arch/sh/dts/
H A DMakefile0 dtb-y += sh7751-r2dplus.dtb
5 targets += $(dtb-y)
11 dtbs: $(addprefix $(obj)/, $(dtb-y))
14 clean-files := *.dtb *_HS
/u-boot/test/overlay/
H A DMakefile12 obj-y += test-fdt-base.dtb.o
13 obj-y += test-fdt-overlay.dtb.o
14 obj-y += test-fdt-overlay-stacked.dtb.o
/u-boot/test/optee/
H A DMakefile11 obj-y += test-optee-base.dtb.o
12 obj-y += test-optee-optee.dtb.o
13 obj-y += test-optee-no-optee.dtb.o
/u-boot/dts/upstream/src/arm/
H A DMakefile5 targets += $(dtb-y)
11 dtbs: $(addprefix $(obj)/, $(dtb-y))
14 clean-files := */*.dtb */*.dtbo
/u-boot/dts/upstream/src/arm64/
H A DMakefile5 targets += $(dtb-y)
11 dtbs: $(addprefix $(obj)/, $(dtb-y))
14 clean-files := */*.dtb */*.dtbo
/u-boot/dts/
H A DMakefile26 DTB := $(dt_dir)/$(DEVICE_TREE).dtb
29 $(obj)/dt-$(SPL_NAME).dtb: dts/dt.dtb $(objtree)/tools/fdtgrep FORCE
34 $(obj)/dt.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE
37 $(obj)/dt.dtb: $(DTB) FORCE
41 targets += dt.dtb
57 obj-$(CONFIG_OF_EMBED) := dt-spl.dtb.o
58 # support "out-of-tree" build for dtb-spl
59 $(obj)/dt-spl.dtb.o: $(obj)/dt-spl.dtb
[all...]
/u-boot/test/py/tests/
H A Dtest_ofplatdata.py12 dtb = cons.config.build_dir + '/spl/u-boot-spl.dtb'
14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
H A Dtest_vboot.py50 def dtc(dts, cons, dtc_args, datadir, tmpdir, dtb):
53 The output file will be the same as the input file but with a .dtb
62 dtb: Resulting DTB file.
64 dtb = dts.replace('.dts', '.dtb')
65 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
66 '-o %s%s' % (dtc_args, datadir, dts, tmpdir, dtb))
129 The output file will be the same as the input file but with a .dtb
136 dtb = dts.replace('.dts', '.dtb')
[all...]
H A Dfit_util.py82 """Make a sample .dts file and compile it to a .dtb
86 Filename of .dtb file created
89 dtb = make_fname(cons, f'{basename}.dtb')
92 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
93 return dtb
/u-boot/tools/dtoc/
H A Dtest_fdt39 def _get_property_value(dtb, node, prop_name):
59 data = dtb.GetContents()[offset:offset + len(prop.value)]
89 self.dtb = fdt.FdtScan(find_dtb_file('dtoc_test_simple.dts'))
93 self.dtb.Scan()
94 root = self.dtb.GetRoot()
99 node = self.dtb.GetNode('/spl-test')
102 node = self.dtb.GetNode('/i2c@0/pmic@9')
105 self.assertIsNone(self.dtb.GetNode('/i2c@0/pmic@9/missing'))
107 node = self.dtb.GetNode('/')
113 fname = self.dtb
[all...]
H A Dtest_fdt.py39 def _get_property_value(dtb, node, prop_name):
59 data = dtb.GetContents()[offset:offset + len(prop.value)]
89 self.dtb = fdt.FdtScan(find_dtb_file('dtoc_test_simple.dts'))
93 self.dtb.Scan()
94 root = self.dtb.GetRoot()
99 node = self.dtb.GetNode('/spl-test')
102 node = self.dtb.GetNode('/i2c@0/pmic@9')
105 self.assertIsNone(self.dtb.GetNode('/i2c@0/pmic@9/missing'))
107 node = self.dtb.GetNode('/')
113 fname = self.dtb
[all...]
/u-boot/lib/efi_loader/
H A Defi_dt_fixup.c135 * @dtb: device tree provided by caller
141 efi_dt_fixup(struct efi_dt_fixup_protocol *this, void *dtb, argument
149 EFI_ENTRY("%p, %p, %p, %d", this, dtb, buffer_size, flags);
151 if (this != &efi_dt_fixup_prot || !dtb || !buffer_size ||
156 if (fdt_check_header(dtb)) {
162 required_size = fdt_off_dt_strings(dtb) +
163 fdt_size_dt_strings(dtb) +
165 total_size = fdt_totalsize(dtb);
174 fdt_set_totalsize(dtb, *buffer_size);
175 if (image_setup_libfdt(&img, dtb, NUL
[all...]
/u-boot/include/
H A Defi_dt_fixup.h29 void *dtb,
/u-boot/tools/binman/
H A Dstate.py21 # Map an dtb etype to its expected filename
23 'u-boot-spl-dtb': 'spl/u-boot-spl.dtb',
24 'u-boot-tpl-dtb': 'tpl/u-boot-tpl.dtb',
25 'u-boot-vpl-dtb': 'vpl/u-boot-vpl.dtb',
29 # 'u-boot-spl-dtb'). These are the output FDT files, which can be updated by
32 # key: entry type (e.g. 'u-boot-dtb)
91 Binman keeps track of at least one device-tree file called u-boot.dtb bu
[all...]

Completed in 398 milliseconds

123