Searched refs:DTB (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/microblaze/boot/dts/
H A DMakefile6 ifneq ($(DTB),)
12 # Generate system.dtb from $(DTB).dtb
13 ifneq ($(DTB),system)
14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
/linux-master/scripts/dtc/include-prefixes/microblaze/
H A DMakefile6 ifneq ($(DTB),)
12 # Generate system.dtb from $(DTB).dtb
13 ifneq ($(DTB),system)
14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
/linux-master/arch/microblaze/boot/
H A 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-master/drivers/macintosh/
H A Dmacio-adb.c55 #define DTB 2 /* data to bus */ macro
225 out_8(&adb->ctrl.r, DTB + CRE);
227 out_8(&adb->ctrl.r, DTB);
/linux-master/arch/arc/kernel/
H A 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-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh47 --dtb-filename "${DTB}" \
/linux-master/arch/arm/kernel/
H A Dhead-common.S49 ldr r6, =OF_DT_MAGIC @ is it a DTB?
/linux-master/arch/arm/boot/compressed/
H A Dhead.S119 * Debug print of the final appended DTB location
129 kphex \begin, 8 /* Start of appended DTB */
134 kphex \size, 8 /* Size of appended DTB */
285 * Look for an appended DTB. If found, we cannot use it to
292 ldr r2, [r2] @ get DTB signature
294 cmp r2, r3 @ do we have a DTB there?
306 /* Validate calculated start against passed DTB */
321 * additional 1MB of room for a possible appended DTB.
375 * If we do have a DTB appended to zImage, and we do have
382 /* Get the initial DTB siz
[all...]

Completed in 302 milliseconds