Platform 1.2 KB

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