xref: /openbmc/linux/arch/mips/alchemy/Platform (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1baf3eb23SManuel Lauss#
2baf3eb23SManuel Lauss# Core Alchemy code
3baf3eb23SManuel Lauss#
442a4f17dSManuel Laussplatform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
5baf3eb23SManuel Lauss
6baf3eb23SManuel Lauss
7baf3eb23SManuel Lauss#
8*970e268dSManuel Lauss# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
9*970e268dSManuel Lauss#             Db1550/Pb1550/Db1200/Pb1200/Db1300
10baf3eb23SManuel Lauss#
11*970e268dSManuel Laussplatform-$(CONFIG_MIPS_DB1XXX)	+= alchemy/devboards/
12*970e268dSManuel Lausscflags-$(CONFIG_MIPS_DB1XXX)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00
13*970e268dSManuel Laussload-$(CONFIG_MIPS_DB1XXX)	+= 0xffffffff80100000
1464cd04d0SManuel Lauss
1564cd04d0SManuel Lauss#
168e026910SManuel Lauss# 4G-Systems MTX-1 "MeshCube" wireless router
17baf3eb23SManuel Lauss#
18baf3eb23SManuel Laussload-$(CONFIG_MIPS_MTX1)	+= 0xffffffff80100000
19baf3eb23SManuel Lauss
20baf3eb23SManuel Lauss#
21baf3eb23SManuel Lauss# MyCable eval board
22baf3eb23SManuel Lauss#
23baf3eb23SManuel Laussload-$(CONFIG_MIPS_XXS1500)	+= 0xffffffff80100000
24baf3eb23SManuel Lauss
25cb8f55b9SWolfgang Grandegger#
26cb8f55b9SWolfgang Grandegger# Trapeze ITS GRP board
27cb8f55b9SWolfgang Grandegger#
28cb8f55b9SWolfgang Grandeggerload-$(CONFIG_MIPS_GPR)		+= 0xffffffff80100000
29baf3eb23SManuel Lauss
30baf3eb23SManuel Lauss# boards can specify their own <gpio.h> in one of their include dirs.
31baf3eb23SManuel Lauss# If they do, placing this line here at the end will make sure the
32baf3eb23SManuel Lauss# compiler picks the board one.	 If they don't, it will make sure
33baf3eb23SManuel Lauss# the alchemy generic gpio header is picked up.
34baf3eb23SManuel Lauss
3542a4f17dSManuel Lausscflags-$(CONFIG_MIPS_ALCHEMY)	+= -I$(srctree)/arch/mips/include/asm/mach-au1x00
36