blob: b3afcdd8d77af9380c154227a17c6a5ee944d8d2 [file] [log] [blame]
Manuel Laussbaf3eb22010-06-01 22:30:37 +02001#
2# Core Alchemy code
3#
Ralf Baechle70342282013-01-22 12:59:30 +01004platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
Manuel Laussbaf3eb22010-06-01 22:30:37 +02005
6
7#
Paul Bolle88564dd2013-03-25 20:27:19 +00008# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100 eval boards
Manuel Laussbaf3eb22010-06-01 22:30:37 +02009#
10platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
11cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
12load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
13
14#
Paul Bolle88564dd2013-03-25 20:27:19 +000015# AMD Alchemy Db1200/Pb1200/Db1550/Pb1550/Db1300 eval boards
Manuel Laussbaf3eb22010-06-01 22:30:37 +020016#
Manuel Laussbd8510d2012-09-13 17:44:39 +020017platform-$(CONFIG_MIPS_DB1235) += alchemy/devboards/
18cflags-$(CONFIG_MIPS_DB1235) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
19load-$(CONFIG_MIPS_DB1235) += 0xffffffff80100000
Manuel Lauss64cd04d2011-11-10 12:03:26 +000020
21#
Manuel Lauss8e026912011-11-10 12:06:21 +000022# 4G-Systems MTX-1 "MeshCube" wireless router
Manuel Laussbaf3eb22010-06-01 22:30:37 +020023#
Manuel Lauss8e026912011-11-10 12:06:21 +000024platform-$(CONFIG_MIPS_MTX1) += alchemy/
Manuel Laussbaf3eb22010-06-01 22:30:37 +020025load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
26
27#
28# MyCable eval board
29#
Ralf Baechle70342282013-01-22 12:59:30 +010030platform-$(CONFIG_MIPS_XXS1500) += alchemy/
Manuel Laussbaf3eb22010-06-01 22:30:37 +020031load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
32
Wolfgang Grandeggercb8f55b2010-07-15 11:21:23 +020033#
34# Trapeze ITS GRP board
35#
Manuel Lauss8e026912011-11-10 12:06:21 +000036platform-$(CONFIG_MIPS_GPR) += alchemy/
Wolfgang Grandeggercb8f55b2010-07-15 11:21:23 +020037load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
Manuel Laussbaf3eb22010-06-01 22:30:37 +020038
39# boards can specify their own <gpio.h> in one of their include dirs.
40# If they do, placing this line here at the end will make sure the
Ralf Baechle70342282013-01-22 12:59:30 +010041# compiler picks the board one. If they don't, it will make sure
Manuel Laussbaf3eb22010-06-01 22:30:37 +020042# the alchemy generic gpio header is picked up.
43
Manuel Lauss42a4f172010-07-15 21:45:04 +020044cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00