2010-06-01 22:30:37 +02:00
#
# Core Alchemy code
#
2013-01-22 12:59:30 +01:00
platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
2010-06-01 22:30:37 +02:00
#
2014-02-20 14:59:24 +01:00
# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
# Db1550/Pb1550/Db1200/Pb1200/Db1300
2010-06-01 22:30:37 +02:00
#
2014-02-20 14:59:24 +01:00
platform-$(CONFIG_MIPS_DB1XXX) += alchemy/devboards/
cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000
2011-11-10 12:03:26 +00:00
2010-06-01 22:30:37 +02:00
#
2011-11-10 12:06:21 +00:00
# 4G-Systems MTX-1 "MeshCube" wireless router
2010-06-01 22:30:37 +02:00
#
2011-11-10 12:06:21 +00:00
platform-$(CONFIG_MIPS_MTX1) += alchemy/
2010-06-01 22:30:37 +02:00
load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
#
# MyCable eval board
#
2013-01-22 12:59:30 +01:00
platform-$(CONFIG_MIPS_XXS1500) += alchemy/
2010-06-01 22:30:37 +02:00
load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
2010-07-15 11:21:23 +02:00
#
# Trapeze ITS GRP board
#
2011-11-10 12:06:21 +00:00
platform-$(CONFIG_MIPS_GPR) += alchemy/
2010-07-15 11:21:23 +02:00
load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
2010-06-01 22:30:37 +02:00
# boards can specify their own <gpio.h> in one of their include dirs.
# If they do, placing this line here at the end will make sure the
2013-01-22 12:59:30 +01:00
# compiler picks the board one. If they don't, it will make sure
2010-06-01 22:30:37 +02:00
# the alchemy generic gpio header is picked up.
2010-07-15 21:45:04 +02:00
cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00