Searched refs:flat (Results 1 – 24 of 24) sorted by relevance
/u-boot/doc/driver-model/ |
A D | livetree.rst | 11 Traditionally U-Boot has used a 'flat' device tree. This means that it 12 reads directly from the device tree binary structure. It is called a flat 23 The flat device tree has several advantages: 33 However the flat device tree does have some limitations. Adding new 53 tree node regardless of whether it is in the flat tree or livetree. 66 hood it uses ofnode so it works with both flat and live device trees. 155 code to work with a flat tree also. 177 returns true if livetree is in use, false if flat tree 193 livetree and flat tree transparently. See for example 216 the flat tree. [all …]
|
/u-boot/tools/ |
A D | zynqmpbif.c | 552 char *flat; in elf2flat64() local 575 flat = calloc(1, *flat_size); in elf2flat64() 576 if (!flat) in elf2flat64() 592 return flat; in elf2flat64() 600 char *flat; in elf2flat32() local 623 flat = calloc(1, *flat_size); in elf2flat32() 624 if (!flat) in elf2flat32() 640 return flat; in elf2flat32() 648 char *flat; in bif_add_elf() local 675 if (!flat) in bif_add_elf() [all …]
|
A D | imx8image.c | 710 uint8_t *flat = NULL; in flatten_container_header() local 736 flat = calloc(size, sizeof(uint8_t)); in flatten_container_header() 737 if (!flat) { in flatten_container_header() 742 ptr = flat; in flatten_container_header() 747 uint32_t container_start_offset = ptr - flat; in flatten_container_header() 768 return flat; in flatten_container_header()
|
/u-boot/drivers/bios_emulator/ |
A D | atibios.c | 75 u32 seg_ofs, flat; in bios_ptr() local 78 flat = ((seg_ofs & 0xffff0000) >> 12) | (seg_ofs & 0xffff); in bios_ptr() 79 if (flat >= 0xc0000) in bios_ptr() 80 return vga_info->BIOSImage + flat - 0xc0000; in bios_ptr() 82 return buf + (flat - vbe_offset); in bios_ptr()
|
/u-boot/doc/ |
A D | README.OFT | 6 firmware flat tree.
|
A D | README.fdt-control | 8 This feature provides for run-time configuration of U-Boot via a flat 12 with the exact configuration of each board controlled by a flat device
|
A D | README.power-framework | 35 The "flat" hierarchy for power devices works well when each device performs only
|
/u-boot/arch/arm/dts/ |
A D | socfpga_soc64_fit-u-boot.dtsi | 53 description = "U-Boot SoC64 flat device-tree";
|
A D | rk3326-odroid-go2.dts | 38 abs-flat = <10>; 46 abs-flat = <10>;
|
A D | dm816x.dtsi | 55 * XXX: Use a flat representation of the dm816x interconnect.
|
A D | omap5.dtsi | 135 * XXX: Use a flat representation of the OMAP3 interconnect.
|
A D | omap4.dtsi | 120 * XXX: Use a flat representation of the OMAP4 interconnect.
|
A D | am33xx.dtsi | 169 * XXX: Use a flat representation of the AM33XX interconnect.
|
A D | omap3.dtsi | 76 * XXX: Use a flat representation of the OMAP3 interconnect.
|
A D | dra7.dtsi | 129 * XXX: Use a flat representation of the SOC interconnect.
|
/u-boot/doc/board/coreboot/ |
A D | coreboot.rst | 26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
|
/u-boot/doc/usage/ |
A D | booti.rst | 16 The booti command is used to boot a Linux kernel in flat or compressed
|
/u-boot/doc/uImage.FIT/ |
A D | x86-fit-boot.txt | 181 flat binary, not an ELF. So the steps needed to set things are are: 183 # Create a flat binary
|
/u-boot/tools/binman/ |
A D | README.entries | 160 appears in the CBFS as a flat binary. The input file must be an ELF 183 As mentioned, the file is converted to a flat binary, so it is 186 to add a flat binary with a load/start address, similar to the 187 'add-flat-binary' option in cbfstool. 834 Entry: u-boot: U-Boot flat binary 918 Entry: u-boot-nodtb: U-Boot flat binary without device tree appended
|
A D | README | 1031 flat binaries containing code, packaged data with various headers), packing
|
/u-boot/dts/ |
A D | Kconfig | 65 Normally U-Boot uses a flat device tree which saves space and 66 avoids the need to unpack the tree before use. However a flat
|
/u-boot/doc/board/freescale/ |
A D | b4860qds.rst | 86 RS232 flat cable.
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 132 If you want to use a flat kernel image such as Image file
|
/u-boot/ |
A D | README | 585 to the flat device tree before handing it off to the kernel 590 to the flat device tree before handing it off to the kernel. 3955 Boot Linux and pass a flat device tree: 3961 flat device tree: 3998 Booting using flat device tree at 0x300000
|
Completed in 28 milliseconds