Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 24 of 24) sorted by relevance

/u-boot/doc/driver-model/
A Dlivetree.rst11 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 Dzynqmpbif.c552 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 Dimx8image.c710 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 Datibios.c75 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 DREADME.OFT6 firmware flat tree.
A DREADME.fdt-control8 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 DREADME.power-framework35 The "flat" hierarchy for power devices works well when each device performs only
/u-boot/arch/arm/dts/
A Dsocfpga_soc64_fit-u-boot.dtsi53 description = "U-Boot SoC64 flat device-tree";
A Drk3326-odroid-go2.dts38 abs-flat = <10>;
46 abs-flat = <10>;
A Ddm816x.dtsi55 * XXX: Use a flat representation of the dm816x interconnect.
A Domap5.dtsi135 * XXX: Use a flat representation of the OMAP3 interconnect.
A Domap4.dtsi120 * XXX: Use a flat representation of the OMAP4 interconnect.
A Dam33xx.dtsi169 * XXX: Use a flat representation of the AM33XX interconnect.
A Domap3.dtsi76 * XXX: Use a flat representation of the OMAP3 interconnect.
A Ddra7.dtsi129 * XXX: Use a flat representation of the SOC interconnect.
/u-boot/doc/board/coreboot/
A Dcoreboot.rst26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
/u-boot/doc/usage/
A Dbooti.rst16 The booti command is used to boot a Linux kernel in flat or compressed
/u-boot/doc/uImage.FIT/
A Dx86-fit-boot.txt181 flat binary, not an ELF. So the steps needed to set things are are:
183 # Create a flat binary
/u-boot/tools/binman/
A DREADME.entries160 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 DREADME1031 flat binaries containing code, packaged data with various headers), packing
/u-boot/dts/
A DKconfig65 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 Db4860qds.rst86 RS232 flat cable.
/u-boot/doc/board/sifive/
A Dfu540.rst132 If you want to use a flat kernel image such as Image file
/u-boot/
A DREADME585 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