Home
last modified time | relevance | path

Searched refs:DTB (Results 1 – 25 of 30) sorted by relevance

12

/external/u-boot/doc/
DREADME.multi-dtb-fit1 MULTI DTB FIT and SPL_MULTI_DTB_FIT
3 The purpose of this feature is to enable U-Boot or the SPL to select its DTB
9 Usually the DTB is selected by the SPL and passed down to U-Boot. But some
14 u-boot.bin so that U-Boot can locate it and select the correct DTB from inside
17 uses to select the DTB for U-Boot). The selection happens during fdtdec_setup()
21 the SPL uses only a small subset of the DTB and it usually depends more
22 on the SOC than on the board. So it's usually fine to include a DTB in the
29 that SPL can locate it and select the correct DTB from inside the FIT.
36 The SPL uses board_fit_config_name_match() to find the correct DTB within the
37 FIT (same as what the SPL uses to select the DTB for U-Boot).
[all …]
DREADME.qemu-arm17 - A freely configurable amount of RAM, described by the DTB
18 - A PL011 serial port, discoverable via the DTB
21 - A generic ECAM-based PCI host controller, discoverable via the DTB
DREADME.nios263 There is a selection of "Provider of DTB for DT control" in the Device
66 ( ) Separate DTB for DT control, will cat the dtb to end of u-boot
71 ( ) Embedded DTB for DT control, will include the dtb inside the u-boot
DREADME.distro87 * Does not document the fdtdir option, which automatically selects the DTB to
209 Mandatory for any system that provides the DTB in HW (e.g. ROM) and wishes
210 to pass that DTB to Linux, rather than loading a DTB from the boot
213 If specified a DTB to boot the system must be available at the given
218 Mandatory. The location in RAM where the DTB will be loaded or copied to when
223 always be able to provide a DTB which overrides any copy provided by the HW.
225 A size of 1MB for the FDT/DTB seems reasonable.
DREADME.uniphier141 description = "Kernel, DTB and Ramdisk for UniPhier LD20 Reference Board";
233 A file "fitImage" will be created. This includes kernel, DTB, Init-ramdisk,
245 The re-compiled "u-boot.bin" is appended with DTB that contains the public key.
330 for kernel, DTB, and Init ramdisk.
DREADME.odroid228 it serves a kernel image (zImage.3.17) and a DTB blob (exynos4412-odroidu3.dtb)
313 46935 exynos4412-odroidu3.dtb <--- DTB
DREADME.ti-secure169 components that the SPL loads include a specific DTB image and u-boot
170 image. These DTB image may be one of many available to the boot
/external/u-boot/dts/
DMakefile17 DTB := $(EXT_DTB) macro
19 DTB := $(ARCH_PATH)/$(DEVICE_TREE).dtb macro
20 dtb_depends += $(DTB:.dtb=.dts)
23 $(obj)/dt-spl.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE
26 $(obj)/dt.dtb: $(DTB) FORCE
31 $(DTB): $(dtb_depends)
DKconfig70 prompt "Provider of DTB for DT control"
74 bool "Separate DTB for DT control"
81 bool "Embedded DTB for DT control"
97 bool "Host filed DTB for DT control"
100 If this option is enabled, DTB will be read from a file on startup.
141 the correct DTB to be used. Use this if you need to support
150 DTB at runtime from an appended FIT image containing several DTBs.
/external/autotest/client/common_lib/
Dandroid_utils.py88 DTB = 'dtb' variable in AndroidArtifacts
98 ('emulated_brillo', 'default'): [TARGET_FILES, DTB],
/external/u-boot/board/samsung/common/bootscripts/
Dbootzimg.cmd7 echo Warning! Booting without DTB: '${fdtfile}'!;
Dautoboot.cmd23 echo Warning! Booting without DTB: '${fdtfile}'!;
/external/u-boot/board/freescale/mpc8544ds/
DREADME92 To create the DTB (Device Tree Binary) image file,
101 After placing the DTB file in your TFTP disk area,
/external/u-boot/board/theobroma-systems/lion_rk3368/
Dfit_spl_atf.its11 description = "FIT image with U-Boot proper, ATF bl31, DTB";
/external/u-boot/board/theobroma-systems/puma_rk3399/
Dfit_spl_atf.its11 description = "FIT image with U-Boot proper, ATF bl31, M0 Firmware, DTB";
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.lsch346 | (linux + DTB + RFS) |
71 | FIT Image (linux + DTB + RFS) (40M) | |
93 | FIT Image (linux + DTB + RFS) (40M) | |
/external/u-boot/board/freescale/p2041rdb/
DREADME107 To create the DTB (Device Tree Binary) image file, use a command
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt243 [5260] DTB Total entry: 1, DTB version: 3
244 [5260] Using DTB entry 0x00000123/00000000/0x00000018/0 for device 0x00000123/00030001/0x00010018/0
/external/u-boot/board/freescale/mpc8572ds/
DREADME76 To create the DTB (Device Tree Binary) image file,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1692 for (auto *DTB = (*DT)[NarrowUserBB]->getIDom(); in calculatePostIncRange() local
1693 L->contains(DTB->getBlock()); in calculatePostIncRange()
1694 DTB = DTB->getIDom()) { in calculatePostIncRange()
1695 auto *BB = DTB->getBlock(); in calculatePostIncRange()
/external/u-boot/board/freescale/bsc9131rdb/
DREADME135 To create the DTB (Device Tree Binary) image file,
/external/u-boot/board/freescale/bsc9132qds/
DREADME134 To create the DTB (Device Tree Binary) image file,
/external/u-boot/doc/uImage.FIT/
Doverlay-fdt-boot.txt108 This selects the DTB to use when booting.
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dpinmux.c298 PIN(DTB, RSVD1, RSVD2, VI, SPI1),
/external/u-boot/scripts/
DMakefile.spl395 -n "Multi DTB fit image for $(SPL_BIN)" -E \

12