Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[deliverable/linux.git] / arch / mips / alchemy / Platform
CommitLineData
baf3eb23
ML
1#
2# Core Alchemy code
3#
42a4f17d 4platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
baf3eb23
ML
5
6
baf3eb23
ML
7#
8# AMD Alchemy Pb1100 eval board
9#
10platform-$(CONFIG_MIPS_PB1100) += alchemy/devboards/
baf3eb23
ML
11load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000
12
13#
14# AMD Alchemy Pb1500 eval board
15#
16platform-$(CONFIG_MIPS_PB1500) += alchemy/devboards/
baf3eb23
ML
17load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000
18
19#
20# AMD Alchemy Pb1550 eval board
21#
22platform-$(CONFIG_MIPS_PB1550) += alchemy/devboards/
baf3eb23
ML
23load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000
24
baf3eb23 25#
f59c811f 26# AMD Alchemy Db1000/Db1500/Db1100 eval boards
baf3eb23
ML
27#
28platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
29cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
30load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
31
baf3eb23 32#
bd8510df 33# AMD Alchemy Db1200/Pb1200/Db1550/Db1300 eval boards
baf3eb23 34#
bd8510df
ML
35platform-$(CONFIG_MIPS_DB1235) += alchemy/devboards/
36cflags-$(CONFIG_MIPS_DB1235) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
37load-$(CONFIG_MIPS_DB1235) += 0xffffffff80100000
64cd04d0 38
baf3eb23 39#
8e026910 40# 4G-Systems MTX-1 "MeshCube" wireless router
baf3eb23 41#
8e026910 42platform-$(CONFIG_MIPS_MTX1) += alchemy/
baf3eb23
ML
43load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
44
45#
46# MyCable eval board
47#
8e026910 48platform-$(CONFIG_MIPS_XXS1500) += alchemy/
baf3eb23
ML
49load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
50
cb8f55b9
WG
51#
52# Trapeze ITS GRP board
53#
8e026910 54platform-$(CONFIG_MIPS_GPR) += alchemy/
cb8f55b9 55load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
baf3eb23
ML
56
57# boards can specify their own <gpio.h> in one of their include dirs.
58# If they do, placing this line here at the end will make sure the
59# compiler picks the board one. If they don't, it will make sure
60# the alchemy generic gpio header is picked up.
61
42a4f17d 62cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00
This page took 0.149091 seconds and 5 git commands to generate.