Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddtb.S1 .section .dtb,#alloc
A Dxen.lds.S201 .dtb : { *(.dtb) } :text
A DMakefile63 obj-y += dtb.o
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dpassthrough.txt59 For our purpose, the compiled file will be called guest-midway.dtb and
64 device_tree = "/root/guest-midway.dtb"
A Dbooting.txt17 block (dtb) in system RAM.
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm.c670 const char *dtb = getenv("LIBXL_DEBUG_DUMP_DTB"); in debug_dump_fdt() local
672 if (!dtb) goto out; in debug_dump_fdt()
674 fd = open(dtb, O_CREAT|O_TRUNC|O_WRONLY, 0666); in debug_dump_fdt()
676 LOGE(DEBUG, "cannot open %s for LIBXL_DEBUG_DUMP_DTB", dtb); in debug_dump_fdt()
680 rc = libxl_write_exactly(CTX, fd, fdt, fdt_totalsize(fdt), dtb, "dtb"); in debug_dump_fdt()
/xen-4.10.0-shim-comet/docs/misc/
A Defi.markdown101 ###`dtb=<filename>`
105 case. A dtb specified in the configuration file will override a device tree

Completed in 43 milliseconds