Searched refs:DTB (Results 1 – 25 of 57) sorted by relevance
123
/linux-5.19.10/arch/microblaze/boot/ |
D | Makefile | 25 $(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/ |
D | Makefile | 6 ifneq ($(DTB),) 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/linux-5.19.10/arch/mips/lantiq/ |
D | Kconfig | 35 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/ |
D | Kconfig | 7 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/ |
D | c293pcie.dts | 83 /* 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";
|
D | p1024rdb.dtsi | 53 /* 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";
|
D | p2020rdb.dts | 53 /* 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";
|
D | p2020rdb-pc.dtsi | 53 /* 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";
|
D | p1021rdb-pc.dtsi | 53 /* 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";
|
D | p1020rdb-pd.dts | 62 /* 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";
|
D | p1020rdb.dtsi | 53 /* 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 */
|
D | p1020rdb-pc.dtsi | 53 /* 256KB for DTB Image */ 55 label = "NOR DTB Image"; 96 /* 1MB for DTB Image */ 98 label = "NAND DTB Image"; 166 /* 512KB for DTB Image*/
|
D | p1010rdb.dtsi | 45 /* 256KB for DTB Image */ 47 label = "NOR DTB Image"; 126 /* 512KB for DTB Image */ 128 label = "SPI Flash DTB Image";
|
D | p1023rdb.dts | 120 /* 1MB for DTB Image */ 122 label = "NOR DTB Image"; 156 /* 1MB for DTB Image */ 158 label = "NAND DTB Image";
|
D | p1025rdb.dtsi | 53 /* 256KB for DTB Image */ 55 label = "NOR DTB Image"; 96 /* 1MB for DTB Image */ 98 label = "NAND DTB Image"; 152 /* 512KB for DTB Image */
|
D | p1010rdb-pa.dtsi | 45 /* 1MB for DTB Image */ 47 label = "NAND DTB Image";
|
D | p1020utm-pc.dtsi | 45 /* 256KB for DTB Image */ 47 label = "NOR DTB Image";
|
D | p1020mbg-pc.dtsi | 45 /* 128KB for DTB Image */ 47 label = "NOR DTB Image";
|
/linux-5.19.10/drivers/macintosh/ |
D | macio-adb.c | 55 #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/ |
D | Kconfig.socs | 72 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/ |
D | head.S | 133 ; 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/ |
D | booting.rst | 32 在这种情况下,Linux将通过选中CONFIG_DT_*查找DTB。
|
/linux-5.19.10/Documentation/sh/ |
D | booting.rst | 9 inter-operate with old bootloaders must either use a builtin DTB or
|
/linux-5.19.10/arch/mips/boot/compressed/ |
D | ld.script | 37 /* leave space for appended DTB */
|
/linux-5.19.10/Documentation/mips/ |
D | booting.rst | 24 DT block. In this case, Linux will look for a builtin DTB, selected via
|
123