blob: 33c9da3b077ba70d5abf3945d949835e0b9373bf [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#
Manuel Lauss970e2682014-02-20 14:59:24 +01008# AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
9# Db1550/Pb1550/Db1200/Pb1200/Db1300
Manuel Laussbaf3eb22010-06-01 22:30:37 +020010#
Manuel Lauss970e2682014-02-20 14:59:24 +010011platform-$(CONFIG_MIPS_DB1XXX) += alchemy/devboards/
12cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
13load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000
Manuel Lauss64cd04d2011-11-10 12:03:26 +000014
15#
Manuel Lauss8e026912011-11-10 12:06:21 +000016# 4G-Systems MTX-1 "MeshCube" wireless router
Manuel Laussbaf3eb22010-06-01 22:30:37 +020017#
Manuel Lauss8e026912011-11-10 12:06:21 +000018platform-$(CONFIG_MIPS_MTX1) += alchemy/
Manuel Laussbaf3eb22010-06-01 22:30:37 +020019load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
20
21#
22# MyCable eval board
23#
Ralf Baechle70342282013-01-22 12:59:30 +010024platform-$(CONFIG_MIPS_XXS1500) += alchemy/
Manuel Laussbaf3eb22010-06-01 22:30:37 +020025load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
26
Wolfgang Grandeggercb8f55b2010-07-15 11:21:23 +020027#
28# Trapeze ITS GRP board
29#
Manuel Lauss8e026912011-11-10 12:06:21 +000030platform-$(CONFIG_MIPS_GPR) += alchemy/
Wolfgang Grandeggercb8f55b2010-07-15 11:21:23 +020031load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
Manuel Laussbaf3eb22010-06-01 22:30:37 +020032
33# boards can specify their own <gpio.h> in one of their include dirs.
34# If they do, placing this line here at the end will make sure the
Ralf Baechle70342282013-01-22 12:59:30 +010035# compiler picks the board one. If they don't, it will make sure
Manuel Laussbaf3eb22010-06-01 22:30:37 +020036# the alchemy generic gpio header is picked up.
37
Manuel Lauss42a4f172010-07-15 21:45:04 +020038cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00