2010-06-02 00:30:37 +04:00
#
# Core Alchemy code
#
2013-01-22 15:59:30 +04:00
platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
2010-06-02 00:30:37 +04:00
#
2013-03-26 00:27:19 +04:00
# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100 eval boards
2010-06-02 00:30:37 +04:00
#
platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
#
2013-03-26 00:27:19 +04:00
# AMD Alchemy Db1200/Pb1200/Db1550/Pb1550/Db1300 eval boards
2010-06-02 00:30:37 +04:00
#
2012-09-13 19:44:39 +04:00
platform-$(CONFIG_MIPS_DB1235) += alchemy/devboards/
cflags-$(CONFIG_MIPS_DB1235) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
load-$(CONFIG_MIPS_DB1235) += 0xffffffff80100000
2011-11-10 16:03:26 +04:00
2010-06-02 00:30:37 +04:00
#
2011-11-10 16:06:21 +04:00
# 4G-Systems MTX-1 "MeshCube" wireless router
2010-06-02 00:30:37 +04:00
#
2011-11-10 16:06:21 +04:00
platform-$(CONFIG_MIPS_MTX1) += alchemy/
2010-06-02 00:30:37 +04:00
load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
#
# MyCable eval board
#
2013-01-22 15:59:30 +04:00
platform-$(CONFIG_MIPS_XXS1500) += alchemy/
2010-06-02 00:30:37 +04:00
load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
2010-07-15 13:21:23 +04:00
#
# Trapeze ITS GRP board
#
2011-11-10 16:06:21 +04:00
platform-$(CONFIG_MIPS_GPR) += alchemy/
2010-07-15 13:21:23 +04:00
load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
2010-06-02 00:30:37 +04: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 15:59:30 +04:00
# compiler picks the board one. If they don't, it will make sure
2010-06-02 00:30:37 +04:00
# the alchemy generic gpio header is picked up.
2010-07-15 23:45:04 +04:00
cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00