Platform 1.0 KB

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