Home
last modified time | relevance | path

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

123

/linux-3.3/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
/linux-3.3/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
/linux-3.3/arch/microblaze/boot/
DMakefile14 $(obj)/linked_dtb.o: $(obj)/system.dtb
18 $(obj)/system.dtb: $(obj)/$(DTB).dtb
55 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
58 clean-files += *.dtb simpleImage.*.unstrip linux.bin.ub
/linux-3.3/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"
328 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
354 if [ -n "$dtb" ]; then
355 addsec $tmp "$dtb" .kernel:dtb
357 rm $dtb
DzImage.ps3.lds.S12 .kernel:dtb : { *(.kernel:dtb) }
DzImage.lds.S33 .kernel:dtb :
36 *(.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()
DzImage.coff.lds.S23 *(.kernel:dtb)
DMakefile228 image-$(CONFIG_PPC_LITE5200) += cuImage.lite5200 lite5200.dtb
229 image-$(CONFIG_PPC_LITE5200) += cuImage.lite5200b lite5200b.dtb
230 image-$(CONFIG_PPC_MEDIA5200) += cuImage.media5200 media5200.dtb
/linux-3.3/arch/arm/mach-at91/
DMakefile.boot20 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb usb_a9g20.dtb
/linux-3.3/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
/linux-3.3/arch/arm/mach-imx/
DMakefile.boot41 dtb-$(CONFIG_SOC_IMX6Q) += imx6q-arm2.dtb \
42 imx6q-sabrelite.dtb
/linux-3.3/arch/arm/boot/
DMakefile62 targets += $(dtb-y)
65 $(obj)/%.dtb: $(src)/dts/%.dts FORCE
68 $(obj)/dtbs: $(addprefix $(obj)/, $(dtb-y))
70 clean-files := *.dtb
D.gitignore6 *.dtb
/linux-3.3/Documentation/arm/
DBooting74 The boot loader must provide either a tagged list or a dtb image for
113 The boot loader must load a device tree image (dtb) into system ram
115 dtb format is documented in Documentation/devicetree/booting-without-of.txt.
116 The kernel will look for the dtb magic value of 0xd00dfeed at the dtb
117 physical address to determine if a dtb has been passed instead of a
121 system memory, and the root filesystem location. The dtb must be
126 nor a dtb were passed.
153 physical address of device tree block (dtb) in system RAM
/linux-3.3/arch/c6x/kernel/
Dsetup.c270 struct boot_param_header *dtb = __va(dt_ptr); in machine_init() local
288 if (dtb && dtb != fdt) in machine_init()
289 fdt = dtb; in machine_init()
/linux-3.3/scripts/
DMakefile.lib263 $(obj)/%.dtb.S: $(obj)/%.dtb
267 cmd_dtc = $(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 $(DTC_FLAGS) -d $(depfile) $<
/linux-3.3/arch/powerpc/boot/dts/
Dp1023rds.dts73 partition@dtb {
75 label = "dtb-spi";
111 label = "dtb";
Dp1022ds.dts80 label = "dtb-nor";
121 label = "dtb-nand";
176 label = "dtb-spi";
Dmpc8536ds.dtsi61 partition@dtb {
62 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";
Dp5020ds.dts72 partition@dtb {
73 label = "dtb";

123