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
154 select BOARD_LATE_INIT
156 config TARGET_SAMA5D2_XPLAINED
157 bool "SAMA5D2 Xplained board"
158 select BOARD_EARLY_INIT_F
159 select BOARD_LATE_INIT
163 config TARGET_SAMA5D27_SOM1_EK
164 bool "SAMA5D27 SOM1 EK board"
165 select BOARD_EARLY_INIT_F
166 select BOARD_LATE_INIT
170 The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
171 a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM
172 24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5
173 processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM
176 config TARGET_SAMA5D3_XPLAINED
177 bool "SAMA5D3 Xplained board"
178 select BOARD_EARLY_INIT_F
181 select BOARD_LATE_INIT
183 config TARGET_SAMA5D3XEK
184 bool "SAMA5D3X-EK board"
185 select BOARD_EARLY_INIT_F
186 select BOARD_LATE_INIT
190 config TARGET_SAMA5D4_XPLAINED
191 bool "SAMA5D4 Xplained board"
192 select BOARD_EARLY_INIT_F
193 select BOARD_LATE_INIT
197 config TARGET_SAMA5D4EK
198 bool "SAMA5D4 Evaluation Kit"
199 select BOARD_EARLY_INIT_F
200 select BOARD_LATE_INIT
209 bool "Support corvus"
210 select AT91SAM9M10G45
219 bool "Support taurus"
230 config TARGET_SMARTWEB
231 bool "Support smartweb"
250 bool "Support Laird WB45N"
255 bool "Support Laird WB50N"
256 select BOARD_EARLY_INIT_F
257 select BOARD_LATE_INIT
266 source "board/atmel/at91rm9200ek/Kconfig"
267 source "board/atmel/at91sam9260ek/Kconfig"
268 source "board/atmel/at91sam9261ek/Kconfig"
269 source "board/atmel/at91sam9263ek/Kconfig"
270 source "board/atmel/at91sam9m10g45ek/Kconfig"
271 source "board/atmel/at91sam9n12ek/Kconfig"
272 source "board/atmel/at91sam9rlek/Kconfig"
273 source "board/atmel/at91sam9x5ek/Kconfig"
274 source "board/atmel/sama5d2_ptc_ek/Kconfig"
275 source "board/atmel/sama5d2_xplained/Kconfig"
276 source "board/atmel/sama5d27_som1_ek/Kconfig"
277 source "board/atmel/sama5d3_xplained/Kconfig"
278 source "board/atmel/sama5d3xek/Kconfig"
279 source "board/atmel/sama5d4_xplained/Kconfig"
280 source "board/atmel/sama5d4ek/Kconfig"
281 source "board/bluewater/gurnard/Kconfig"
282 source "board/bluewater/snapper9260/Kconfig"
283 source "board/calao/usb_a9263/Kconfig"
284 source "board/egnite/ethernut5/Kconfig"
285 source "board/esd/meesc/Kconfig"
286 source "board/l+g/vinco/Kconfig"
287 source "board/mini-box/picosam9g45/Kconfig"
288 source "board/ronetix/pm9261/Kconfig"
289 source "board/ronetix/pm9263/Kconfig"
290 source "board/ronetix/pm9g45/Kconfig"
291 source "board/siemens/corvus/Kconfig"
292 source "board/siemens/taurus/Kconfig"
293 source "board/siemens/smartweb/Kconfig"
294 source "board/laird/wb45n/Kconfig"
295 source "board/laird/wb50n/Kconfig"
298 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
299 default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A