Platform 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. #
  2. # Core Alchemy code
  3. #
  4. platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
  5. #
  6. # AMD Alchemy Pb1000 eval board
  7. #
  8. platform-$(CONFIG_MIPS_PB1000) += alchemy/devboards/
  9. cflags-$(CONFIG_MIPS_PB1000) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
  10. load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000
  11. #
  12. # AMD Alchemy Pb1100 eval board
  13. #
  14. platform-$(CONFIG_MIPS_PB1100) += alchemy/devboards/
  15. cflags-$(CONFIG_MIPS_PB1100) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
  16. load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000
  17. #
  18. # AMD Alchemy Pb1500 eval board
  19. #
  20. platform-$(CONFIG_MIPS_PB1500) += alchemy/devboards/
  21. cflags-$(CONFIG_MIPS_PB1500) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
  22. load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000
  23. #
  24. # AMD Alchemy Pb1550 eval board
  25. #
  26. platform-$(CONFIG_MIPS_PB1550) += alchemy/devboards/
  27. cflags-$(CONFIG_MIPS_PB1550) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
  28. load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000
  29. #
  30. # AMD Alchemy Pb1200 eval board
  31. #
  32. platform-$(CONFIG_MIPS_PB1200) += alchemy/devboards/
  33. cflags-$(CONFIG_MIPS_PB1200) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
  34. load-$(CONFIG_MIPS_PB1200) += 0xffffffff80100000
  35. #
  36. # AMD Alchemy Db1000 eval board
  37. #
  38. platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
  39. cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  40. load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
  41. #
  42. # AMD Alchemy Db1100 eval board
  43. #
  44. platform-$(CONFIG_MIPS_DB1100) += alchemy/devboards/
  45. cflags-$(CONFIG_MIPS_DB1100) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  46. load-$(CONFIG_MIPS_DB1100) += 0xffffffff80100000
  47. #
  48. # AMD Alchemy Db1500 eval board
  49. #
  50. platform-$(CONFIG_MIPS_DB1500) += alchemy/devboards/
  51. cflags-$(CONFIG_MIPS_DB1500) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  52. load-$(CONFIG_MIPS_DB1500) += 0xffffffff80100000
  53. #
  54. # AMD Alchemy Db1550 eval board
  55. #
  56. platform-$(CONFIG_MIPS_DB1550) += alchemy/devboards/
  57. cflags-$(CONFIG_MIPS_DB1550) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  58. load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000
  59. #
  60. # AMD Alchemy Db1200 eval board
  61. #
  62. platform-$(CONFIG_MIPS_DB1200) += alchemy/devboards/
  63. cflags-$(CONFIG_MIPS_DB1200) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  64. load-$(CONFIG_MIPS_DB1200) += 0xffffffff80100000
  65. #
  66. # AMD Alchemy Bosporus eval board
  67. #
  68. platform-$(CONFIG_MIPS_BOSPORUS) += alchemy/devboards/
  69. cflags-$(CONFIG_MIPS_BOSPORUS) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  70. load-$(CONFIG_MIPS_BOSPORUS) += 0xffffffff80100000
  71. #
  72. # AMD Alchemy Mirage eval board
  73. #
  74. platform-$(CONFIG_MIPS_MIRAGE) += alchemy/devboards/
  75. cflags-$(CONFIG_MIPS_MIRAGE) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  76. load-$(CONFIG_MIPS_MIRAGE) += 0xffffffff80100000
  77. #
  78. # 4G-Systems eval board
  79. #
  80. platform-$(CONFIG_MIPS_MTX1) += alchemy/mtx-1/
  81. load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
  82. #
  83. # MyCable eval board
  84. #
  85. platform-$(CONFIG_MIPS_XXS1500) += alchemy/xxs1500/
  86. load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
  87. #
  88. # Trapeze ITS GRP board
  89. #
  90. platform-$(CONFIG_MIPS_GPR) += alchemy/gpr/
  91. load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
  92. # boards can specify their own <gpio.h> in one of their include dirs.
  93. # If they do, placing this line here at the end will make sure the
  94. # compiler picks the board one. If they don't, it will make sure
  95. # the alchemy generic gpio header is picked up.
  96. cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00