Home
last modified time | relevance | path

Searched refs:plat (Results 1 – 22 of 22) sorted by relevance

/arch/arc/
DMakefile77 core-y += arch/arc/plat-sim/
78 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
79 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
80 core-$(CONFIG_ARC_PLAT_EZNPS) += arch/arc/plat-eznps/
81 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/
84 KBUILD_CPPFLAGS += -I$(srctree)/arch/arc/plat-eznps/include
DKconfig95 source "arch/arc/plat-tb10x/Kconfig"
96 source "arch/arc/plat-axs10x/Kconfig"
98 source "arch/arc/plat-eznps/Kconfig"
99 source "arch/arc/plat-hsdk/Kconfig"
/arch/powerpc/boot/
DMakefile135 src-plat-y := of.c epapr.c
136 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
140 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
148 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
149 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
150 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
151 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
152 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
153 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
157 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
[all …]
/arch/arm/
DMakefile236 plat-$(CONFIG_ARCH_EXYNOS) += samsung
237 plat-$(CONFIG_ARCH_OMAP) += omap
238 plat-$(CONFIG_ARCH_S3C64XX) += samsung
239 plat-$(CONFIG_ARCH_S5PV210) += samsung
240 plat-$(CONFIG_PLAT_ORION) += orion
241 plat-$(CONFIG_PLAT_PXA) += pxa
242 plat-$(CONFIG_PLAT_S3C24XX) += samsung
243 plat-$(CONFIG_PLAT_VERSATILE) += versatile
266 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
293 core- += $(patsubst %,arch/arm/plat-%/, $(plat-))
DKconfig604 # This is sorted alphabetically by mach-* pathname. However, plat-*
606 # plat- suffix) or along side the corresponding mach-* source.
639 source "arch/arm/plat-samsung/Kconfig"
683 source "arch/arm/plat-omap/Kconfig"
698 source "arch/arm/plat-pxa/Kconfig"
741 source "arch/arm/plat-versatile/Kconfig"
/arch/arc/plat-tb10x/
DMakefile8 KBUILD_CFLAGS += -Iarch/arc/plat-tb10x/include
/arch/arm/mach-s5pv210/
DMakefile6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
/arch/arm/mach-realview/
DMakefile5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include
/arch/arm/plat-omap/
DMakefile6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
/arch/arm/mach-s3c64xx/
DMakefile6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…
7 asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…
/arch/arm/mach-mv78xx0/
DMakefile2 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
/arch/arm/mach-exynos/
DMakefile6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…
/arch/arm/mach-vexpress/
DMakefile6 -I$(srctree)/arch/arm/plat-versatile/include
/arch/arm/mach-mvebu/
DMakefile2 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
/arch/arm/mach-mmp/
DMakefile5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-pxa/include
/arch/arm/mach-orion5x/
DMakefile2 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
/arch/alpha/include/asm/
Dcore_tsunami.h78 tsunami_64 plat; member
Dcore_titan.h86 titan_64 plat; member
/arch/arc/boot/dts/
Daxc003.dtsi122 * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c)
/arch/arm/mach-omap2/
DMakefile7 -I$(srctree)/arch/arm/plat-omap/include
/arch/arm/plat-samsung/
DKconfig291 mappings. See <plat/wakeup-mask.h>
/arch/mips/kernel/
Dcpu-probe.c496 static inline void set_elf_platform(int cpu, const char *plat) in set_elf_platform() argument
499 __elf_platform = plat; in set_elf_platform()