Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py154 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 Ddtoc108 dtb_platdata.run_steps(args, options.dtb_file, options.include_disabled,
H A Ddtoc.py108 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-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.c405 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()