Platform 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # Core Alchemy code
  3. #
  4. platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
  5. #
  6. # AMD Alchemy Pb1100 eval board
  7. #
  8. platform-$(CONFIG_MIPS_PB1100) += alchemy/devboards/
  9. load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000
  10. #
  11. # AMD Alchemy Pb1500 eval board
  12. #
  13. platform-$(CONFIG_MIPS_PB1500) += alchemy/devboards/
  14. load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000
  15. #
  16. # AMD Alchemy Pb1550 eval board
  17. #
  18. platform-$(CONFIG_MIPS_PB1550) += alchemy/devboards/
  19. load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000
  20. #
  21. # AMD Alchemy Db1000/Db1500/Db1100 eval boards
  22. #
  23. platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/
  24. cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  25. load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000
  26. #
  27. # AMD Alchemy Db1200/Pb1200/Db1550/Db1300 eval boards
  28. #
  29. platform-$(CONFIG_MIPS_DB1235) += alchemy/devboards/
  30. cflags-$(CONFIG_MIPS_DB1235) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  31. load-$(CONFIG_MIPS_DB1235) += 0xffffffff80100000
  32. #
  33. # 4G-Systems MTX-1 "MeshCube" wireless router
  34. #
  35. platform-$(CONFIG_MIPS_MTX1) += alchemy/
  36. load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
  37. #
  38. # MyCable eval board
  39. #
  40. platform-$(CONFIG_MIPS_XXS1500) += alchemy/
  41. load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
  42. #
  43. # Trapeze ITS GRP board
  44. #
  45. platform-$(CONFIG_MIPS_GPR) += alchemy/
  46. load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
  47. # boards can specify their own <gpio.h> in one of their include dirs.
  48. # If they do, placing this line here at the end will make sure the
  49. # compiler picks the board one. If they don't, it will make sure
  50. # the alchemy generic gpio header is picked up.
  51. cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00