Searched refs:plat (Results 1 – 22 of 22) sorted by relevance
130 src-plat-y := of.c epapr.c131 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \135 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \143 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c144 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c145 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c146 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c147 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c148 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \152 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c[all …]
86 core-y += arch/arc/plat-sim/87 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/88 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/89 core-$(CONFIG_ARC_PLAT_EZNPS) += arch/arc/plat-eznps/90 core-$(CONFIG_ARC_SOC_HSDK) += arch/arc/plat-hsdk/93 KBUILD_CPPFLAGS += -I$(srctree)/arch/arc/plat-eznps/include
102 source "arch/arc/plat-tb10x/Kconfig"103 source "arch/arc/plat-axs10x/Kconfig"105 source "arch/arc/plat-eznps/Kconfig"106 source "arch/arc/plat-hsdk/Kconfig"
234 plat-$(CONFIG_ARCH_EXYNOS) += samsung235 plat-$(CONFIG_ARCH_OMAP) += omap236 plat-$(CONFIG_ARCH_S3C64XX) += samsung237 plat-$(CONFIG_ARCH_S5PV210) += samsung238 plat-$(CONFIG_PLAT_IOP) += iop239 plat-$(CONFIG_PLAT_ORION) += orion240 plat-$(CONFIG_PLAT_PXA) += pxa241 plat-$(CONFIG_PLAT_S3C24XX) += samsung242 plat-$(CONFIG_PLAT_VERSATILE) += versatile265 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
712 # This is sorted alphabetically by mach-* pathname. However, plat-*714 # plat- suffix) or along side the corresponding mach-* source.788 source "arch/arm/plat-omap/Kconfig"799 source "arch/arm/plat-pxa/Kconfig"828 source "arch/arm/plat-samsung/Kconfig"849 source "arch/arm/plat-versatile/Kconfig"
19 KBUILD_CFLAGS += -Iarch/arc/plat-tb10x/include
8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
4 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-versatile/include
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include
8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…9 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 -I$(srctree)/arch/arm/plat-versatile/include
8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-sams…
5 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-pxa/include
78 tsunami_64 plat; member
86 titan_64 plat; member
91 * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c)
1 # arch/arm/plat-samsung/Kconfig292 mappings. See <plat/wakeup-mask.h>
7 -I$(srctree)/arch/arm/plat-omap/include
464 static inline void set_elf_platform(int cpu, const char *plat) in set_elf_platform() argument467 __elf_platform = plat; in set_elf_platform()