Searched refs:DTB (Results 1 – 25 of 48) sorted by relevance
12
/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
|
/arch/mips/netlogic/ |
D | Kconfig | 11 This DTB will be used if the firmware does not pass in a DTB 21 This DTB will be used if the firmware does not pass in a DTB 31 This DTB will be used if the firmware does not pass in a DTB 41 This DTB will be used if the firmware does not pass in a DTB 50 This DTB will be used if the firmware does not pass in a DTB
|
/arch/microblaze/boot/dts/ |
D | Makefile | 6 ifneq ($(DTB),) 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/arch/c6x/boot/dts/ |
D | Makefile | 14 ifneq ($(DTB),) 15 obj-y += $(DTB).dtb.o
|
/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.
|
/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.
|
/arch/c6x/ |
D | Makefile | 40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS))) macro 41 export DTB
|
/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 | p1010rdb-pa.dtsi | 45 /* 1MB for DTB Image */ 47 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 | 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";
|
/arch/mips/boot/compressed/ |
D | ld.script | 35 /* leave space for appended DTB */
|
/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
|
/arch/nds32/ |
D | Kconfig | 90 string "Builtin DTB"
|
/arch/h8300/ |
D | Kconfig.cpu | 93 string "Builtin DTB"
|
12