59 prompt "Atmel AT91 board select"
62 config TARGET_AT91RM9200EK
63 bool "Atmel AT91RM9200 evaluation kit"
66 config TARGET_AT91SAM9260EK
67 bool "Atmel at91sam9260 reference board"
69 select BOARD_EARLY_INIT_F
71 config TARGET_ETHERNUT5
72 bool "Ethernut5 board"
75 config TARGET_SNAPPER9260
76 bool "Support snapper9260"
84 bool "Support gurnard"
86 select BOARD_LATE_INIT
95 config TARGET_AT91SAM9261EK
96 bool "Atmel at91sam9261 reference board"
98 select BOARD_EARLY_INIT_F
101 bool "Ronetix pm9261 board"
104 config TARGET_AT91SAM9263EK
105 bool "Atmel at91sam9263 reference board"
107 select BOARD_EARLY_INIT_F
109 config TARGET_USB_A9263
110 bool "Caloa USB A9260 board"
114 bool "Ronetix pm9263 board"
117 config TARGET_AT91SAM9M10G45EK
118 bool "Atmel AT91SAM9M10G45-EK board"
119 select AT91SAM9M10G45
120 select BOARD_EARLY_INIT_F
124 bool "Ronetix pm9g45 board"
127 config TARGET_PICOSAM9G45
128 bool "Mini-box picosam9g45 board"
129 select AT91SAM9M10G45
132 config TARGET_AT91SAM9N12EK
133 bool "Atmel AT91SAM9N12-EK board"
135 select BOARD_EARLY_INIT_F
138 config TARGET_AT91SAM9RLEK
139 bool "Atmel at91sam9rl reference board"
141 select BOARD_EARLY_INIT_F
143 config TARGET_AT91SAM9X5EK
144 bool "Atmel AT91SAM9X5-EK board"
146 select BOARD_EARLY_INIT_F
147 select BOARD_LATE_INIT
150 config TARGET_SAMA5D2_PTC_EK
151 bool "SAMA5D2 PTC EK board"
152 select BOARD_EARLY_INIT_F
155 config TARGET_SAMA5D2_XPLAINED
156 bool "SAMA5D2 Xplained board"
157 select BOARD_EARLY_INIT_F
158 select BOARD_LATE_INIT
162 config TARGET_SAMA5D27_SOM1_EK
163 bool "SAMA5D27 SOM1 EK board"
164 select BOARD_EARLY_INIT_F
165 select BOARD_LATE_INIT
169 The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
170 a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM
171 24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5
172 processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM
175 config TARGET_SAMA5D3_XPLAINED
176 bool "SAMA5D3 Xplained board"
177 select BOARD_EARLY_INIT_F
181 config TARGET_SAMA5D3XEK
182 bool "SAMA5D3X-EK board"
183 select BOARD_EARLY_INIT_F
184 select BOARD_LATE_INIT
188 config TARGET_SAMA5D4_XPLAINED
189 bool "SAMA5D4 Xplained board"
190 select BOARD_EARLY_INIT_F
191 select BOARD_LATE_INIT
195 config TARGET_SAMA5D4EK
196 bool "SAMA5D4 Evaluation Kit"
197 select BOARD_EARLY_INIT_F
198 select BOARD_LATE_INIT
207 bool "Support corvus"
208 select AT91SAM9M10G45
217 bool "Support taurus"
228 config TARGET_SMARTWEB
229 bool "Support smartweb"
248 bool "Support Laird WB45N"
253 bool "Support Laird WB50N"
254 select BOARD_EARLY_INIT_F
255 select BOARD_LATE_INIT
264 source "board/atmel/at91rm9200ek/Kconfig"
265 source "board/atmel/at91sam9260ek/Kconfig"
266 source "board/atmel/at91sam9261ek/Kconfig"
267 source "board/atmel/at91sam9263ek/Kconfig"
268 source "board/atmel/at91sam9m10g45ek/Kconfig"
269 source "board/atmel/at91sam9n12ek/Kconfig"
270 source "board/atmel/at91sam9rlek/Kconfig"
271 source "board/atmel/at91sam9x5ek/Kconfig"
272 source "board/atmel/sama5d2_ptc_ek/Kconfig"
273 source "board/atmel/sama5d2_xplained/Kconfig"
274 source "board/atmel/sama5d27_som1_ek/Kconfig"
275 source "board/atmel/sama5d3_xplained/Kconfig"
276 source "board/atmel/sama5d3xek/Kconfig"
277 source "board/atmel/sama5d4_xplained/Kconfig"
278 source "board/atmel/sama5d4ek/Kconfig"
279 source "board/bluewater/gurnard/Kconfig"
280 source "board/bluewater/snapper9260/Kconfig"
281 source "board/calao/usb_a9263/Kconfig"
282 source "board/egnite/ethernut5/Kconfig"
283 source "board/esd/meesc/Kconfig"
284 source "board/l+g/vinco/Kconfig"
285 source "board/mini-box/picosam9g45/Kconfig"
286 source "board/ronetix/pm9261/Kconfig"
287 source "board/ronetix/pm9263/Kconfig"
288 source "board/ronetix/pm9g45/Kconfig"
289 source "board/siemens/corvus/Kconfig"
290 source "board/siemens/taurus/Kconfig"
291 source "board/siemens/smartweb/Kconfig"
292 source "board/laird/wb45n/Kconfig"
293 source "board/laird/wb50n/Kconfig"
296 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
297 default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A