Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Ddtb.S1 .section .dtb,#alloc
A Dxen.lds.S224 .dtb : { *(.dtb) } :text
A DMakefile70 obj-y += dtb.o
/xen/docs/misc/arm/
A Dbooting.txt17 block (dtb) in system RAM.
A Dpassthrough.txt59 For our purpose, the compiled file will be called guest-midway.dtb and
64 device_tree = "/root/guest-midway.dtb"
/xen/tools/libxl/
A Dlibxl_arm.c680 const char *dtb = getenv("LIBXL_DEBUG_DUMP_DTB"); in debug_dump_fdt() local
682 if (!dtb) goto out; in debug_dump_fdt()
684 fd = open(dtb, O_CREAT|O_TRUNC|O_WRONLY, 0666); in debug_dump_fdt()
686 LOGE(DEBUG, "cannot open %s for LIBXL_DEBUG_DUMP_DTB", dtb); in debug_dump_fdt()
690 rc = libxl_write_exactly(CTX, fd, fdt, fdt_totalsize(fdt), dtb, "dtb"); in debug_dump_fdt()
/xen/docs/features/
A Ddom0less.pandoc36 tftpb 0x1280000 xen.dtb
46 tftpb 0x1280000 xen.dtb
/xen/docs/misc/
A Defi.pandoc101 ###`dtb=<filename>`
105 case. A dtb specified in the configuration file will override a device tree
/xen/docs/misc/arm/device-tree/
A Dbooting.txt249 The dtb sub-node should have the following properties:

Completed in 13 milliseconds