Searched refs:dtb_file (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/dtoc/ |
H A D | test_dtoc.py | 154 dtb_file = get_dtb_file('dtoc_test_empty.dts') 168 dtb_file = get_dtb_file('dtoc_test_simple.dts') 272 dtb_file = get_dtb_file('dtoc_test_phandle.dts') 408 dtb_file = get_dtb_file('dtoc_test_aliases.dts') 438 dtb_file = get_dtb_file('dtoc_test_addr64.dts') 490 dtb_file = get_dtb_file('dtoc_test_addr32.dts') 530 dtb_file = get_dtb_file('dtoc_test_addr64_32.dts') 582 dtb_file = get_dtb_file('dtoc_test_addr32_64.dts') 654 dtb_file = get_dtb_file('dtoc_test_add_prop.dts') 692 dtb_file = get_dtb_file('dtoc_test_simple.dts') [all …]
|
H A D | dtoc | 108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
|
H A D | dtoc.py | 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-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 | 405 const char *dtb_file = machine->dtb; in ppce500_load_device_tree() local 409 if (dtb_file) { in ppce500_load_device_tree() 411 filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, dtb_file); in ppce500_load_device_tree()
|