legacy.mk 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. define Device/default-nand
  2. BLOCKSIZE := 128k
  3. PAGESIZE := 2048
  4. SUBPAGESIZE := 512
  5. MKUBIFS_OPTS := -m $$(PAGESIZE) -e 126KiB -c 2048
  6. endef
  7. define Device/at91sam9263ek
  8. $(Device/evaluation-dtb)
  9. DEVICE_TITLE := Atmel AT91SAM9263-EK
  10. endef
  11. TARGET_DEVICES += at91sam9263ek
  12. define Device/at91sam9g15ek
  13. $(Device/evaluation)
  14. DEVICE_TITLE := Atmel AT91SAM9G15-EK
  15. endef
  16. TARGET_DEVICES += at91sam9g15ek
  17. define Device/at91sam9g20ek
  18. $(Device/evaluation-dtb)
  19. DEVICE_TITLE := Atmel AT91SAM9G20-EK
  20. endef
  21. TARGET_DEVICES += at91sam9g20ek
  22. define Device/at91sam9g20ek_2mmc
  23. $(Device/evaluation-dtb)
  24. DEVICE_TITLE := Atmel AT91SAM9G20-EK 2MMC
  25. endef
  26. TARGET_DEVICES += at91sam9g20ek_2mmc
  27. define Device/at91sam9g25ek
  28. $(Device/evaluation)
  29. DEVICE_TITLE := Atmel AT91SAM9G25-EK
  30. endef
  31. TARGET_DEVICES += at91sam9g25ek
  32. define Device/at91sam9g35ek
  33. $(Device/evaluation)
  34. DEVICE_TITLE := Atmel AT91SAM9G35-EK
  35. endef
  36. TARGET_DEVICES += at91sam9g35ek
  37. define Device/at91sam9m10g45ek
  38. $(Device/evaluation)
  39. DEVICE_TITLE := Atmel AT91SAM9M10G45-EK
  40. endef
  41. TARGET_DEVICES += at91sam9m10g45ek
  42. define Device/at91sam9x25ek
  43. $(Device/evaluation)
  44. DEVICE_TITLE := Atmel AT91SAM9X25-EK
  45. endef
  46. TARGET_DEVICES += at91sam9x25ek
  47. define Device/at91sam9x35ek
  48. $(Device/evaluation)
  49. DEVICE_TITLE := Atmel AT91SAM9X35-EK
  50. endef
  51. TARGET_DEVICES += at91sam9x35ek
  52. define Device/lmu5000
  53. $(Device/production)
  54. DEVICE_TITLE := CalAmp LMU5000
  55. DEVICE_PACKAGES := kmod-rtc-pcf2123 kmod-usb-acm kmod-usb-serial \
  56. kmod-usb-serial-option kmod-usb-serial-sierrawireless kmod-gpio-mcp23s08
  57. endef
  58. TARGET_DEVICES += lmu5000
  59. define Device/tny_a9260
  60. $(Device/production-dtb)
  61. DEVICE_TITLE := Calao TNYA9260
  62. endef
  63. TARGET_DEVICES += tny_a9260
  64. define Device/tny_a9263
  65. $(Device/production-dtb)
  66. DEVICE_TITLE := Calao TNYA9263
  67. endef
  68. TARGET_DEVICES += tny_a9263
  69. define Device/tny_a9g20
  70. $(Device/production-dtb)
  71. DEVICE_TITLE := Calao TNYA9G20
  72. endef
  73. TARGET_DEVICES += tny_a9g20
  74. define Device/usb_a9260
  75. $(Device/production-dtb)
  76. DEVICE_TITLE := Calao USBA9260
  77. endef
  78. TARGET_DEVICES += usb_a9260
  79. define Device/usb_a9263
  80. $(Device/production-dtb)
  81. DEVICE_TITLE := Calao USBA9263
  82. endef
  83. TARGET_DEVICES += usb_a9263
  84. define Device/usb_a9g20
  85. $(Device/production-dtb)
  86. DEVICE_TITLE := Calao USBA9G20
  87. endef
  88. TARGET_DEVICES += usb_a9g20
  89. define Device/ethernut5
  90. $(Device/evaluation)
  91. DEVICE_TITLE := Ethernut 5
  92. UBINIZE_OPTS := -E 5
  93. endef
  94. TARGET_DEVICES += ethernut5
  95. define Device/at91-q5xr5
  96. $(Device/production-dtb)
  97. DEVICE_TITLE := Exegin Q5XR5
  98. KERNEL_SIZE := 2048k
  99. endef
  100. #TARGET_DEVICES += at91-q5xr5
  101. define Device/wb45n
  102. $(Device/evaluation-fit)
  103. DEVICE_TITLE := Laird WB45N
  104. DEVICE_PACKAGES := \
  105. kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \
  106. kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \
  107. kmod-leds-gpio
  108. BLOCKSIZE := 128k
  109. PAGESIZE := 2048
  110. SUBPAGESIZE := 2048
  111. MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955
  112. endef
  113. TARGET_DEVICES += wb45n