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_GARDENA_SMART_GATEWAY_AT91SAM
151 bool "GARDENA smart Gateway (AT91SAM)"
153 select BOARD_EARLY_INIT_F
154 select BOARD_LATE_INIT
157 config TARGET_SAMA5D2_PTC_EK
158 bool "SAMA5D2 PTC EK board"
159 select BOARD_EARLY_INIT_F
161 select BOARD_LATE_INIT
163 config TARGET_SAMA5D2_XPLAINED
164 bool "SAMA5D2 Xplained board"
165 select BOARD_EARLY_INIT_F
166 select BOARD_LATE_INIT
170 config TARGET_SAMA5D27_SOM1_EK
171 bool "SAMA5D27 SOM1 EK board"
172 select BOARD_EARLY_INIT_F
173 select BOARD_LATE_INIT
177 The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
178 a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM
179 24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5
180 processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM
183 config TARGET_SAMA5D3_XPLAINED
184 bool "SAMA5D3 Xplained board"
185 select BOARD_EARLY_INIT_F
188 select BOARD_LATE_INIT
190 config TARGET_SAMA5D3XEK
191 bool "SAMA5D3X-EK board"
192 select BOARD_EARLY_INIT_F
193 select BOARD_LATE_INIT
197 config TARGET_SAMA5D4_XPLAINED
198 bool "SAMA5D4 Xplained board"
199 select BOARD_EARLY_INIT_F
200 select BOARD_LATE_INIT
204 config TARGET_SAMA5D4EK
205 bool "SAMA5D4 Evaluation Kit"
206 select BOARD_EARLY_INIT_F
207 select BOARD_LATE_INIT
216 bool "Support corvus"
217 select AT91SAM9M10G45
226 bool "Support taurus"
237 config TARGET_SMARTWEB
238 bool "Support smartweb"
257 bool "Support Laird WB45N"
262 bool "Support Laird WB50N"
263 select BOARD_EARLY_INIT_F
264 select BOARD_LATE_INIT
273 source "board/atmel/at91rm9200ek/Kconfig"
274 source "board/atmel/at91sam9260ek/Kconfig"
275 source "board/atmel/at91sam9261ek/Kconfig"
276 source "board/atmel/at91sam9263ek/Kconfig"
277 source "board/atmel/at91sam9m10g45ek/Kconfig"
278 source "board/atmel/at91sam9n12ek/Kconfig"
279 source "board/atmel/at91sam9rlek/Kconfig"
280 source "board/atmel/at91sam9x5ek/Kconfig"
281 source "board/atmel/sama5d2_ptc_ek/Kconfig"
282 source "board/atmel/sama5d2_xplained/Kconfig"
283 source "board/atmel/sama5d27_som1_ek/Kconfig"
284 source "board/atmel/sama5d3_xplained/Kconfig"
285 source "board/atmel/sama5d3xek/Kconfig"
286 source "board/atmel/sama5d4_xplained/Kconfig"
287 source "board/atmel/sama5d4ek/Kconfig"
288 source "board/bluewater/gurnard/Kconfig"
289 source "board/bluewater/snapper9260/Kconfig"
290 source "board/calao/usb_a9263/Kconfig"
291 source "board/egnite/ethernut5/Kconfig"
292 source "board/esd/meesc/Kconfig"
293 source "board/gardena/smart-gateway-at91sam/Kconfig"
294 source "board/l+g/vinco/Kconfig"
295 source "board/mini-box/picosam9g45/Kconfig"
296 source "board/ronetix/pm9261/Kconfig"
297 source "board/ronetix/pm9263/Kconfig"
298 source "board/ronetix/pm9g45/Kconfig"
299 source "board/siemens/corvus/Kconfig"
300 source "board/siemens/taurus/Kconfig"
301 source "board/siemens/smartweb/Kconfig"
302 source "board/laird/wb45n/Kconfig"
303 source "board/laird/wb50n/Kconfig"
306 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
307 default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A