Searched refs:dtb_file (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/tools/dtoc/ |
H A D | test_dtoc.py | 154 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 D | dtoc.py | 108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
|
H A D | dtoc | 108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
|
H A D | dtb_platdata.py | 549 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 D | fitimage.bbclass | 188 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 D | 140-mips_disable_devicetree_support.patch | 59 - 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 D | e500.c | 407 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()
|