Searched refs:flat (Results 1 – 17 of 17) sorted by relevance
8 Traditionally U-Boot has used a 'flat' device tree. This means that it9 reads directly from the device tree binary structure. It is called a flat20 The flat device tree has several advantages:30 However the flat device tree does have some limitations. Adding new39 avoids the worst of the flat tree's limitations. But if the tree is to be50 tree node regardless of whether it is in the flat tree or livetree.52 The 'ofnode' type provides this. An ofnode can point to either a flat tree63 hood it uses ofnode so it works with both flat and live device trees.69 CONFIG_OF_LIVE enables livetree. When this option is enabled, the flat83 properties. This only works with a flat device tree. The drivers should be[all …]
71 u32 seg_ofs, flat; in bios_ptr() local74 flat = ((seg_ofs & 0xffff0000) >> 12) | (seg_ofs & 0xffff); in bios_ptr()75 if (flat >= 0xc0000) in bios_ptr()76 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr()78 return buf + (flat - vbe_offset); in bios_ptr()
37 description = "RK3368-uQ7 (Lion) flat device-tree";
6 firmware flat tree.
10 This feature provides for run-time configuration of U-Boot via a flat14 with the exact configuration of each board controlled by a flat device
35 The "flat" hierarchy for power devices works well when each device performs only
73 B4860 UART port is available over USB-to-UART translator USB2SER or over RS232 flat cable.
382 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
43 description = "RK3399-Q7 (Puma) flat device-tree";
181 flat binary, not an ELF. So the steps needed to set things are are:183 # Create a flat binary
80 Normally U-Boot uses a flat device tree which saves space and81 avoids the need to unpack the tree before use. However a flat
55 * XXX: Use a flat representation of the dm816x interconnect.
76 * XXX: Use a flat representation of the OMAP3 interconnect.
87 * XXX: Use a flat representation of the AM33XX interconnect.
114 * XXX: Use a flat representation of the SOC interconnect.
506 flat binaries containing code, packaged data with various headers), packing
610 to the flat device tree before handing it off to the kernel615 to the flat device tree before handing it off to the kernel.4598 Boot Linux and pass a flat device tree:4604 flat device tree:4641 Booting using flat device tree at 0x300000