xref: /openbmc/linux/arch/mips/alchemy/Platform (revision cf028200)
1#
2# Core Alchemy code
3#
4platform-$(CONFIG_MIPS_ALCHEMY)	+= alchemy/common/
5
6
7#
8# AMD Alchemy Pb1100 eval board
9#
10platform-$(CONFIG_MIPS_PB1100)	+= alchemy/devboards/
11load-$(CONFIG_MIPS_PB1100)	+= 0xffffffff80100000
12
13#
14# AMD Alchemy Pb1500 eval board
15#
16platform-$(CONFIG_MIPS_PB1500)	+= alchemy/devboards/
17load-$(CONFIG_MIPS_PB1500)	+= 0xffffffff80100000
18
19#
20# AMD Alchemy Pb1550 eval board
21#
22platform-$(CONFIG_MIPS_PB1550)	+= alchemy/devboards/
23load-$(CONFIG_MIPS_PB1550)	+= 0xffffffff80100000
24
25#
26# AMD Alchemy Db1000/Db1500/Db1100 eval boards
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
32#
33# AMD Alchemy Db1200/Pb1200/Db1550/Db1300 eval boards
34#
35platform-$(CONFIG_MIPS_DB1235)	+= alchemy/devboards/
36cflags-$(CONFIG_MIPS_DB1235)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00
37load-$(CONFIG_MIPS_DB1235)	+= 0xffffffff80100000
38
39#
40# 4G-Systems MTX-1 "MeshCube" wireless router
41#
42platform-$(CONFIG_MIPS_MTX1)	+= alchemy/
43load-$(CONFIG_MIPS_MTX1)	+= 0xffffffff80100000
44
45#
46# MyCable eval board
47#
48platform-$(CONFIG_MIPS_XXS1500)	+= alchemy/
49load-$(CONFIG_MIPS_XXS1500)	+= 0xffffffff80100000
50
51#
52# Trapeze ITS GRP board
53#
54platform-$(CONFIG_MIPS_GPR)	+= alchemy/
55load-$(CONFIG_MIPS_GPR)		+= 0xffffffff80100000
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
62cflags-$(CONFIG_MIPS_ALCHEMY)	+= -I$(srctree)/arch/mips/include/asm/mach-au1x00
63