Searched refs:dtb (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | dtb.S | 1 .section .dtb,#alloc
|
A D | xen.lds.S | 201 .dtb : { *(.dtb) } :text
|
A D | Makefile | 63 obj-y += dtb.o
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | passthrough.txt | 59 For our purpose, the compiled file will be called guest-midway.dtb and 64 device_tree = "/root/guest-midway.dtb"
|
A D | booting.txt | 17 block (dtb) in system RAM.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm.c | 670 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 D | efi.markdown | 101 ###`dtb=<filename>` 105 case. A dtb specified in the configuration file will override a device tree
|
Completed in 43 milliseconds