Searched refs:dtb (Results 1 – 9 of 9) sorted by relevance
/xen/xen/arch/arm/ |
A D | dtb.S | 1 .section .dtb,#alloc
|
A D | xen.lds.S | 224 .dtb : { *(.dtb) } :text
|
A D | Makefile | 70 obj-y += dtb.o
|
/xen/docs/misc/arm/ |
A D | booting.txt | 17 block (dtb) in system RAM.
|
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"
|
/xen/tools/libxl/ |
A D | libxl_arm.c | 680 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 D | dom0less.pandoc | 36 tftpb 0x1280000 xen.dtb 46 tftpb 0x1280000 xen.dtb
|
/xen/docs/misc/ |
A D | efi.pandoc | 101 ###`dtb=<filename>` 105 case. A dtb specified in the configuration file will override a device tree
|
/xen/docs/misc/arm/device-tree/ |
A D | booting.txt | 249 The dtb sub-node should have the following properties:
|
Completed in 13 milliseconds