Home
last modified time | relevance | path

Searched refs:dtb (Results 1 – 25 of 60) sorted by relevance

123

/arch/arm/mach-tegra/
DMakefile.boot5 dtb-$(CONFIG_MACH_HARMONY) += tegra-harmony.dtb
6 dtb-$(CONFIG_MACH_PAZ00) += tegra-paz00.dtb
7 dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb
8 dtb-$(CONFIG_MACH_TRIMSLICE) += tegra-trimslice.dtb
9 dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb
10 dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra-cardhu.dtb
/arch/arm/mach-imx/
DMakefile.boot41 dtb-$(CONFIG_MACH_IMX51_DT) += imx51-babbage.dtb
42 dtb-$(CONFIG_MACH_IMX53_DT) += imx53-ard.dtb imx53-evk.dtb \
43 imx53-qsb.dtb imx53-smd.dtb
44 dtb-$(CONFIG_SOC_IMX6Q) += imx6q-arm2.dtb \
45 imx6q-sabrelite.dtb
/arch/arm/mach-at91/
DMakefile.boot18 dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb
20 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb
22 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb
/arch/arm/mach-vexpress/
DMakefile.boot7 dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
8 vexpress-v2p-ca9.dtb \
9 vexpress-v2p-ca15-tc1.dtb
/arch/c6x/boot/
DMakefile15 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
22 $(obj)/builtin.dtb: $(obj)/$(DTB).dtb
25 $(obj)/linked_dtb.o: $(obj)/builtin.dtb
30 clean-files := $(obj)/*.dtb
/arch/openrisc/boot/
DMakefile4 BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_OPENRISC_BUILTIN_DTB)).dtb.o
10 clean-files := *.dtb.S
14 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
/arch/microblaze/boot/
DMakefile12 $(obj)/linked_dtb.o: $(obj)/system.dtb
16 $(obj)/system.dtb: $(obj)/$(DTB).dtb
51 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
54 clean-files += *.dtb simpleImage.*.unstrip linux.bin.ub
/arch/arm/mach-ux500/
DMakefile.boot5 dtb-$(CONFIG_MACH_SNOWBALL) += snowball.dtb
/arch/arm/boot/
D.gitignore6 *.dtb
7 zImage-dtb
/arch/arm/mach-kirkwood/
DMakefile.boot5 dtb-$(CONFIG_MACH_DREAMPLUG_DT) += kirkwood-dreamplug.dtb
/arch/powerpc/boot/
Dwrapper37 dtb=
85 dtb="$1"
129 if [ -z "$dtb" ]; then
130 dtb="$platform.dtb"
132 $dtc -O dtb -o "$dtb" -b 0 "$dts"
332 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
358 if [ -n "$dtb" ]; then
359 addsec $tmp "$dtb" .kernel:dtb
361 rm $dtb
DzImage.ps3.lds.S12 .kernel:dtb : { *(.kernel:dtb) }
DzImage.lds.S33 .kernel:dtb :
36 *(.kernel:dtb)
DzImage.coff.lds.S23 *(.kernel:dtb)
Dprpmc2800.c517 char *heap_start, *dtb; in platform_init() local
547 dtb = malloc(dt_size); in platform_init()
548 if (!dtb) in platform_init()
550 memmove(dtb, _dtb_start, dt_size); in platform_init()
551 fdt_init(dtb); in platform_init()
DMakefile227 image-$(CONFIG_PPC_LITE5200) += cuImage.lite5200 lite5200.dtb
228 image-$(CONFIG_PPC_LITE5200) += cuImage.lite5200b lite5200b.dtb
229 image-$(CONFIG_PPC_MEDIA5200) += cuImage.media5200 media5200.dtb
/arch/c6x/kernel/
Dsetup.c271 struct boot_param_header *dtb = __va(dt_ptr); in machine_init() local
289 if (dtb && dtb != fdt) in machine_init()
290 fdt = dtb; in machine_init()
/arch/powerpc/boot/dts/
Dmpc8536ds.dtsi73 label = "dtb-nor";
113 label = "dtb-nand";
154 partition@dtb {
155 label = "dtb";
Dp1022ds.dtsi75 label = "dtb-nor";
116 label = "dtb-nand";
169 label = "dtb-spi";
Dp1023rds.dts73 partition@dtb {
75 label = "dtb-spi";
111 label = "dtb";
Dp2041rdb.dts72 partition@dtb {
73 label = "dtb";
Dp4080ds.dts73 partition@dtb {
74 label = "dtb";
Dp3060qds.dts72 partition@dtb {
73 label = "dtb";
Dp3041ds.dts72 partition@dtb {
73 label = "dtb";
/arch/arm/
DMakefile270 KBUILD_IMAGE := zImage-dtb
291 %.dtb: scripts
297 zImage-dtb: vmlinux scripts

123