Home
last modified time | relevance | path

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

123

/linux-5.19.10/arch/microblaze/boot/
DMakefile25 $(obj)/simpleImage.$(DTB): vmlinux FORCE
28 $(obj)/simpleImage.$(DTB).ub: $(obj)/simpleImage.$(DTB) FORCE
31 $(obj)/simpleImage.$(DTB).unstrip: vmlinux FORCE
34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
/linux-5.19.10/arch/microblaze/boot/dts/
DMakefile6 ifneq ($(DTB),)
13 ifneq ($(DTB),system)
14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
/linux-5.19.10/arch/mips/lantiq/
DKconfig35 Legacy bootloaders do not pass a DTB pointer to the kernel, so
39 The builtin DTB will only be used if the firmware does not supply
40 a valid DTB.
/linux-5.19.10/arch/mips/bmips/
DKconfig7 Legacy bootloaders do not pass a DTB pointer to the kernel, so
11 The builtin DTB will only be used if the firmware does not supply
12 a valid DTB.
/linux-5.19.10/arch/powerpc/boot/dts/fsl/
Dc293pcie.dts83 /* 1MB for DTB Image */
85 label = "NOR DTB Image";
129 /* 1MB for DTB Image */
131 label = "NAND DTB Image";
183 /* 512KB for DTB Image */
185 label = "SPI Flash DTB Image";
Dp1024rdb.dtsi53 /* 256KB for DTB Image */
55 label = "NOR DTB Image";
96 /* 1MB for DTB Image */
98 label = "NAND DTB Image";
144 /* 512KB for DTB Image */
146 label = "SPI DTB Image";
Dp2020rdb.dts53 /* 256KB for DTB Image */
55 label = "NOR (RO) DTB Image";
98 /* 1MB for DTB Image */
100 label = "NAND (RO) DTB Image";
166 /* 512KB for DTB Image */
168 label = "SPI (RO) DTB Image";
Dp2020rdb-pc.dtsi53 /* 256KB for DTB Image */
55 label = "NOR DTB Image";
96 /* 1MB for DTB Image */
98 label = "NAND DTB Image";
166 /* 512KB for DTB Image */
168 label = "SPI DTB Image";
Dp1021rdb-pc.dtsi53 /* 256KB for DTB Image */
55 label = "NOR DTB Image";
103 /* 1MB for DTB Image */
105 label = "NAND DTB Image";
165 /* 512KB for DTB Image */
167 label = "SPI Flash DTB Image";
Dp1020rdb-pd.dts62 /* 128KB for DTB Image */
64 label = "NOR DTB Image";
113 /* 1MB for DTB Image */
115 label = "NAND DTB Image";
171 /* 512KB for DTB Image*/
173 label = "SPI DTB Image";
Dp1020rdb.dtsi53 /* 256KB for DTB Image */
55 label = "NOR (RO) DTB Image";
98 /* 1MB for DTB Image */
100 label = "NAND (RO) DTB Image";
163 /* 512KB for DTB Image */
Dp1020rdb-pc.dtsi53 /* 256KB for DTB Image */
55 label = "NOR DTB Image";
96 /* 1MB for DTB Image */
98 label = "NAND DTB Image";
166 /* 512KB for DTB Image*/
Dp1010rdb.dtsi45 /* 256KB for DTB Image */
47 label = "NOR DTB Image";
126 /* 512KB for DTB Image */
128 label = "SPI Flash DTB Image";
Dp1023rdb.dts120 /* 1MB for DTB Image */
122 label = "NOR DTB Image";
156 /* 1MB for DTB Image */
158 label = "NAND DTB Image";
Dp1025rdb.dtsi53 /* 256KB for DTB Image */
55 label = "NOR DTB Image";
96 /* 1MB for DTB Image */
98 label = "NAND DTB Image";
152 /* 512KB for DTB Image */
Dp1010rdb-pa.dtsi45 /* 1MB for DTB Image */
47 label = "NAND DTB Image";
Dp1020utm-pc.dtsi45 /* 256KB for DTB Image */
47 label = "NOR DTB Image";
Dp1020mbg-pc.dtsi45 /* 128KB for DTB Image */
47 label = "NOR DTB Image";
/linux-5.19.10/drivers/macintosh/
Dmacio-adb.c55 #define DTB 2 /* data to bus */ macro
223 out_8(&adb->ctrl.r, DTB + CRE); in macio_adb_interrupt()
225 out_8(&adb->ctrl.r, DTB); in macio_adb_interrupt()
/linux-5.19.10/arch/riscv/
DKconfig.socs72 string "Source file for the Canaan Kendryte K210 builtin DTB"
78 for the DTS file that will be used to produce the DTB linked into the
/linux-5.19.10/arch/arc/kernel/
Dhead.S133 ; r0 = [0] No uboot interaction, [1] cmdline in r2, [2] DTB in r2
135 ; r2 = pointer to uboot provided cmdline or external DTB in mem
/linux-5.19.10/Documentation/translations/zh_CN/mips/
Dbooting.rst32 在这种情况下,Linux将通过选中CONFIG_DT_*查找DTB
/linux-5.19.10/Documentation/sh/
Dbooting.rst9 inter-operate with old bootloaders must either use a builtin DTB or
/linux-5.19.10/arch/mips/boot/compressed/
Dld.script37 /* leave space for appended DTB */
/linux-5.19.10/Documentation/mips/
Dbooting.rst24 DT block. In this case, Linux will look for a builtin DTB, selected via

123