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