Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 1 | # |
| 2 | # Core Alchemy code |
| 3 | # |
Ralf Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 4 | platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/ |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 5 | |
| 6 | |
| 7 | # |
Manuel Lauss | 970e268 | 2014-02-20 14:59:24 +0100 | [diff] [blame] | 8 | # AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100 |
| 9 | # Db1550/Pb1550/Db1200/Pb1200/Db1300 |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 10 | # |
Manuel Lauss | 970e268 | 2014-02-20 14:59:24 +0100 | [diff] [blame] | 11 | platform-$(CONFIG_MIPS_DB1XXX) += alchemy/devboards/ |
| 12 | cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 13 | load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000 |
Manuel Lauss | 64cd04d | 2011-11-10 12:03:26 +0000 | [diff] [blame] | 14 | |
| 15 | # |
Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 16 | # 4G-Systems MTX-1 "MeshCube" wireless router |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 17 | # |
Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 18 | platform-$(CONFIG_MIPS_MTX1) += alchemy/ |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 19 | load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 |
| 20 | |
| 21 | # |
| 22 | # MyCable eval board |
| 23 | # |
Ralf Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 24 | platform-$(CONFIG_MIPS_XXS1500) += alchemy/ |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 25 | load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 |
| 26 | |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 27 | # |
| 28 | # Trapeze ITS GRP board |
| 29 | # |
Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 30 | platform-$(CONFIG_MIPS_GPR) += alchemy/ |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 31 | load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 32 | |
| 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 Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 35 | # compiler picks the board one. If they don't, it will make sure |
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 36 | # the alchemy generic gpio header is picked up. |
| 37 | |
Manuel Lauss | 42a4f17 | 2010-07-15 21:45:04 +0200 | [diff] [blame] | 38 | cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00 |