| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 1 | # | 
|  | 2 | # Core Alchemy code | 
|  | 3 | # | 
| Manuel Lauss | 42a4f17 | 2010-07-15 21:45:04 +0200 | [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 | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 8 | # AMD Alchemy Pb1100 eval board | 
|  | 9 | # | 
|  | 10 | platform-$(CONFIG_MIPS_PB1100)	+= alchemy/devboards/ | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 11 | load-$(CONFIG_MIPS_PB1100)	+= 0xffffffff80100000 | 
|  | 12 |  | 
|  | 13 | # | 
|  | 14 | # AMD Alchemy Pb1500 eval board | 
|  | 15 | # | 
|  | 16 | platform-$(CONFIG_MIPS_PB1500)	+= alchemy/devboards/ | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 17 | load-$(CONFIG_MIPS_PB1500)	+= 0xffffffff80100000 | 
|  | 18 |  | 
|  | 19 | # | 
|  | 20 | # AMD Alchemy Pb1550 eval board | 
|  | 21 | # | 
|  | 22 | platform-$(CONFIG_MIPS_PB1550)	+= alchemy/devboards/ | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 23 | load-$(CONFIG_MIPS_PB1550)	+= 0xffffffff80100000 | 
|  | 24 |  | 
|  | 25 | # | 
| Manuel Lauss | f59c811 | 2011-11-10 12:06:22 +0000 | [diff] [blame] | 26 | # AMD Alchemy Db1000/Db1500/Db1100 eval boards | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 27 | # | 
|  | 28 | platform-$(CONFIG_MIPS_DB1000)	+= alchemy/devboards/ | 
|  | 29 | cflags-$(CONFIG_MIPS_DB1000)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00 | 
|  | 30 | load-$(CONFIG_MIPS_DB1000)	+= 0xffffffff80100000 | 
|  | 31 |  | 
|  | 32 | # | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 33 | # AMD Alchemy Db1550 eval board | 
|  | 34 | # | 
|  | 35 | platform-$(CONFIG_MIPS_DB1550)	+= alchemy/devboards/ | 
|  | 36 | cflags-$(CONFIG_MIPS_DB1550)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00 | 
|  | 37 | load-$(CONFIG_MIPS_DB1550)	+= 0xffffffff80100000 | 
|  | 38 |  | 
|  | 39 | # | 
| Manuel Lauss | 6f7c862 | 2011-11-10 12:06:22 +0000 | [diff] [blame] | 40 | # AMD Alchemy Db1200/Pb1200 eval boards | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 41 | # | 
|  | 42 | platform-$(CONFIG_MIPS_DB1200)	+= alchemy/devboards/ | 
|  | 43 | cflags-$(CONFIG_MIPS_DB1200)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00 | 
|  | 44 | load-$(CONFIG_MIPS_DB1200)	+= 0xffffffff80100000 | 
|  | 45 |  | 
|  | 46 | # | 
| Manuel Lauss | 64cd04d | 2011-11-10 12:03:26 +0000 | [diff] [blame] | 47 | # NetLogic DBAu1300 development platform | 
|  | 48 | # | 
|  | 49 | platform-$(CONFIG_MIPS_DB1300)	+= alchemy/devboards/ | 
|  | 50 | cflags-$(CONFIG_MIPS_DB1300)	+= -I$(srctree)/arch/mips/include/asm/mach-db1x00 | 
|  | 51 | load-$(CONFIG_MIPS_DB1300)	+= 0xffffffff80100000 | 
|  | 52 |  | 
|  | 53 | # | 
| Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 54 | # 4G-Systems MTX-1 "MeshCube" wireless router | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 55 | # | 
| Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 56 | platform-$(CONFIG_MIPS_MTX1)	+= alchemy/ | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 57 | load-$(CONFIG_MIPS_MTX1)	+= 0xffffffff80100000 | 
|  | 58 |  | 
|  | 59 | # | 
|  | 60 | # MyCable eval board | 
|  | 61 | # | 
| Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 62 | platform-$(CONFIG_MIPS_XXS1500)	+= alchemy/ | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 63 | load-$(CONFIG_MIPS_XXS1500)	+= 0xffffffff80100000 | 
|  | 64 |  | 
| Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 65 | # | 
|  | 66 | # Trapeze ITS GRP board | 
|  | 67 | # | 
| Manuel Lauss | 8e02691 | 2011-11-10 12:06:21 +0000 | [diff] [blame] | 68 | platform-$(CONFIG_MIPS_GPR)	+= alchemy/ | 
| Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 69 | load-$(CONFIG_MIPS_GPR)		+= 0xffffffff80100000 | 
| Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 70 |  | 
|  | 71 | # boards can specify their own <gpio.h> in one of their include dirs. | 
|  | 72 | # If they do, placing this line here at the end will make sure the | 
|  | 73 | # compiler picks the board one.  If they don't, it will make sure | 
|  | 74 | # the alchemy generic gpio header is picked up. | 
|  | 75 |  | 
| Manuel Lauss | 42a4f17 | 2010-07-15 21:45:04 +0200 | [diff] [blame] | 76 | cflags-$(CONFIG_MIPS_ALCHEMY)	+= -I$(srctree)/arch/mips/include/asm/mach-au1x00 |