Searched refs:DTB (Results 1 – 25 of 30) sorted by relevance
12
1 MULTI DTB FIT and SPL_MULTI_DTB_FIT3 The purpose of this feature is to enable U-Boot or the SPL to select its DTB9 Usually the DTB is selected by the SPL and passed down to U-Boot. But some14 u-boot.bin so that U-Boot can locate it and select the correct DTB from inside17 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 more22 on the SOC than on the board. So it's usually fine to include a DTB in the29 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 the37 FIT (same as what the SPL uses to select the DTB for U-Boot).[all …]
17 - A freely configurable amount of RAM, described by the DTB18 - A PL011 serial port, discoverable via the DTB21 - A generic ECAM-based PCI host controller, discoverable via the DTB
63 There is a selection of "Provider of DTB for DT control" in the Device66 ( ) Separate DTB for DT control, will cat the dtb to end of u-boot71 ( ) Embedded DTB for DT control, will include the dtb inside the u-boot
87 * Does not document the fdtdir option, which automatically selects the DTB to209 Mandatory for any system that provides the DTB in HW (e.g. ROM) and wishes210 to pass that DTB to Linux, rather than loading a DTB from the boot213 If specified a DTB to boot the system must be available at the given218 Mandatory. The location in RAM where the DTB will be loaded or copied to when223 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.
141 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.
228 it serves a kernel image (zImage.3.17) and a DTB blob (exynos4412-odroidu3.dtb)313 46935 exynos4412-odroidu3.dtb <--- DTB
169 components that the SPL loads include a specific DTB image and u-boot170 image. These DTB image may be one of many available to the boot
17 DTB := $(EXT_DTB) macro19 DTB := $(ARCH_PATH)/$(DEVICE_TREE).dtb macro20 dtb_depends += $(DTB:.dtb=.dts)23 $(obj)/dt-spl.dtb: $(DTB) $(objtree)/tools/fdtgrep FORCE26 $(obj)/dt.dtb: $(DTB) FORCE31 $(DTB): $(dtb_depends)
70 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 support150 DTB at runtime from an appended FIT image containing several DTBs.
88 DTB = 'dtb' variable in AndroidArtifacts98 ('emulated_brillo', 'default'): [TARGET_FILES, DTB],
7 echo Warning! Booting without DTB: '${fdtfile}'!;
23 echo Warning! Booting without DTB: '${fdtfile}'!;
92 To create the DTB (Device Tree Binary) image file,101 After placing the DTB file in your TFTP disk area,
11 description = "FIT image with U-Boot proper, ATF bl31, DTB";
11 description = "FIT image with U-Boot proper, ATF bl31, M0 Firmware, DTB";
46 | (linux + DTB + RFS) |71 | FIT Image (linux + DTB + RFS) (40M) | |93 | FIT Image (linux + DTB + RFS) (40M) | |
107 To create the DTB (Device Tree Binary) image file, use a command
243 [5260] DTB Total entry: 1, DTB version: 3244 [5260] Using DTB entry 0x00000123/00000000/0x00000018/0 for device 0x00000123/00030001/0x00010018/0
76 To create the DTB (Device Tree Binary) image file,
1692 for (auto *DTB = (*DT)[NarrowUserBB]->getIDom(); in calculatePostIncRange() local1693 L->contains(DTB->getBlock()); in calculatePostIncRange()1694 DTB = DTB->getIDom()) { in calculatePostIncRange()1695 auto *BB = DTB->getBlock(); in calculatePostIncRange()
135 To create the DTB (Device Tree Binary) image file,
134 To create the DTB (Device Tree Binary) image file,
108 This selects the DTB to use when booting.
298 PIN(DTB, RSVD1, RSVD2, VI, SPI1),
395 -n "Multi DTB fit image for $(SPL_BIN)" -E \