Searched refs:plat (Results 1 – 22 of 22) sorted by relevance
77 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
95 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"
135 src-plat-y := of.c epapr.c136 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.c149 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c150 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c151 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c152 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c153 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \157 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c[all …]
236 plat-$(CONFIG_ARCH_EXYNOS) += samsung237 plat-$(CONFIG_ARCH_OMAP) += omap238 plat-$(CONFIG_ARCH_S3C64XX) += samsung239 plat-$(CONFIG_ARCH_S5PV210) += samsung240 plat-$(CONFIG_PLAT_ORION) += orion241 plat-$(CONFIG_PLAT_PXA) += pxa242 plat-$(CONFIG_PLAT_S3C24XX) += samsung243 plat-$(CONFIG_PLAT_VERSATILE) += versatile266 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))293 core- += $(patsubst %,arch/arm/plat-%/, $(plat-))
604 # 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"
8 KBUILD_CFLAGS += -Iarch/arc/plat-tb10x/include
6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include
6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
6 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…
2 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
6 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…
6 -I$(srctree)/arch/arm/plat-versatile/include
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-pxa/include
78 tsunami_64 plat; member
86 titan_64 plat; member
122 * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c)
7 -I$(srctree)/arch/arm/plat-omap/include
291 mappings. See <plat/wakeup-mask.h>
496 static inline void set_elf_platform(int cpu, const char *plat) in set_elf_platform() argument499 __elf_platform = plat; in set_elf_platform()