Searched refs:DTB (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/boot/ |
H A 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
|
/kernel/linux/linux-6.6/arch/microblaze/boot/ |
H A 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
|
/kernel/linux/linux-5.10/arch/microblaze/boot/dts/ |
H A D | Makefile | 6 ifneq ($(DTB),) 12 # Generate system.dtb from $(DTB).dtb 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/kernel/linux/linux-6.6/arch/microblaze/boot/dts/ |
H A D | Makefile | 6 ifneq ($(DTB),) 12 # Generate system.dtb from $(DTB).dtb 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/microblaze/ |
H A D | Makefile | 6 ifneq ($(DTB),) 12 # Generate system.dtb from $(DTB).dtb 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/microblaze/ |
H A D | Makefile | 6 ifneq ($(DTB),) 12 # Generate system.dtb from $(DTB).dtb 13 ifneq ($(DTB),system) 14 $(obj)/system.dtb: $(obj)/$(DTB).dtb
|
/kernel/linux/linux-5.10/arch/c6x/boot/dts/ |
H A D | Makefile | 14 ifneq ($(DTB),) 15 obj-y += $(DTB).dtb.o
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/c6x/ |
H A D | Makefile | 14 ifneq ($(DTB),) 15 obj-y += $(DTB).dtb.o
|
/kernel/linux/linux-5.10/arch/c6x/ |
H A D | Makefile | 40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS))) macro 41 export DTB
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio-adb.c | 53 #define DTB 2 /* data to bus */ macro 225 out_8(&adb->ctrl.r, DTB + CRE); in macio_adb_interrupt() 227 out_8(&adb->ctrl.r, DTB); in macio_adb_interrupt()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio-adb.c | 55 #define DTB 2 /* data to bus */ macro 228 out_8(&adb->ctrl.r, DTB + CRE); in macio_adb_interrupt() 230 out_8(&adb->ctrl.r, DTB); in macio_adb_interrupt()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | head.S | 55 ;; pass DTB pointer to machine_init (or zero if none)
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head-common.S | 49 ldr r6, =OF_DT_MAGIC @ is it a DTB?
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head-common.S | 49 ldr r6, =OF_DT_MAGIC @ is it a DTB?
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 119 * 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 5 milliseconds