Home
last modified time | relevance | path

Searched refs:dtb_file (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py154 dtb_file = get_dtb_file('dtoc_test_empty.dts')
156 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
161 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
168 dtb_file = get_dtb_file('dtoc_test_simple.dts')
170 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
195 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
272 dtb_file = get_dtb_file('dtoc_test_phandle.dts')
274 dtb_platdata.run_steps(['struct'], dtb_file, False, output)
286 dtb_platdata.run_steps(['platdata'], dtb_file, False, output)
344 dtb_file = get_dtb_file('dtoc_test_phandle_single.dts')
[all …]
H A Ddtoc.py108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
H A Ddtoc108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
H A Ddtb_platdata.py549 def run_steps(args, dtb_file, include_disabled, output): argument
561 plat = DtbPlatdata(dtb_file, include_disabled)
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dfitimage.bbclass188 def _fitimage_emit_section_dtb(d, fd, dtb_file, dtb_path, loadaddr, desc):
192 bb.note(f"Adding fdt-{dtb_file} section to ITS file")
194 fd.write(f'\t\tfdt-{dtb_file} {{\n')
196 fd.write(f'\t\t\tdata = /incbin/("{dtb_path}/{dtb_file}");\n')
208 def fitimage_emit_section_dtb(d, fd, dtb_file, dtb_path):
211 _fitimage_emit_section_dtb(d, fd, dtb_file, dtb_path, loadaddr, "Flattened Device Tree blob")
216 def fitimage_emit_section_dtb_overlay(d, fd, dtb_file, dtb_path):
219 …_fitimage_emit_section_dtb(d, fd, dtb_file, dtb_path, loadaddr, "Flattened Device Tree Overlay blo…
404 dtb_path, dtb_file = os.path.split(dtb)
406 fitimage_emit_section_dtb(d, fd, dtb_file, dtb_path)
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D140-mips_disable_devicetree_support.patch59 - if (arch_options.dtb_file) {
60 - dtb_buf = slurp_file(arch_options.dtb_file, &dtb_length);
87 + if (arch_options.dtb_file) {
88 + dtb_buf = slurp_file(arch_options.dtb_file, &dtb_length);
152 char *dtb_file;
/openbmc/qemu/hw/ppc/
H A De500.c407 const char *dtb_file = machine->dtb; in ppce500_load_device_tree() local
411 if (dtb_file) { in ppce500_load_device_tree()
413 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, dtb_file); in ppce500_load_device_tree()