1if ARCH_AT91 2 3config AT91FAMILY 4 def_bool y 5 6config AT91SAM9260 7 bool 8 select CPU_ARM926EJS 9 10config AT91SAM9G20 11 bool 12 select CPU_ARM926EJS 13 14config AT91SAM9XE 15 bool 16 select CPU_ARM926EJS 17 18config AT91SAM9261 19 bool 20 select CPU_ARM926EJS 21 22config AT91SAM9263 23 bool 24 select CPU_ARM926EJS 25 26config AT91SAM9G45 27 bool 28 select CPU_ARM926EJS 29 30config AT91SAM9M10G45 31 bool 32 select CPU_ARM926EJS 33 34config AT91SAM9N12 35 bool 36 select CPU_ARM926EJS 37 38config AT91SAM9RL 39 bool 40 select CPU_ARM926EJS 41 42config AT91SAM9X5 43 bool 44 select CPU_ARM926EJS 45 46config SAMA5D2 47 bool 48 select CPU_V7 49 50config SAMA5D3 51 bool 52 select CPU_V7 53 54config SAMA5D4 55 bool 56 select CPU_V7 57 58choice 59 prompt "Atmel AT91 board select" 60 optional 61 62config TARGET_AT91RM9200EK 63 bool "Atmel AT91RM9200 evaluation kit" 64 select CPU_ARM920T 65 66config TARGET_AT91SAM9260EK 67 bool "Atmel at91sam9260 reference board" 68 select AT91SAM9260 69 select BOARD_EARLY_INIT_F 70 71config TARGET_ETHERNUT5 72 bool "Ethernut5 board" 73 select AT91SAM9XE 74 75config TARGET_SNAPPER9260 76 bool "Support snapper9260" 77 select AT91SAM9260 78 select DM 79 select DM_SERIAL 80 select DM_GPIO 81 82config TARGET_GURNARD 83 bool "Support gurnard" 84 select AT91SAM9G45 85 select BOARD_LATE_INIT 86 select DM 87 select DM_SERIAL 88 select DM_GPIO 89 select DM_ETH 90 91config TARGET_AT91SAM9261EK 92 bool "Atmel at91sam9261 reference board" 93 select AT91SAM9261 94 select BOARD_EARLY_INIT_F 95 96config TARGET_PM9261 97 bool "Ronetix pm9261 board" 98 select AT91SAM9261 99 100config TARGET_AT91SAM9263EK 101 bool "Atmel at91sam9263 reference board" 102 select AT91SAM9263 103 select BOARD_EARLY_INIT_F 104 105config TARGET_USB_A9263 106 bool "Caloa USB A9260 board" 107 select AT91SAM9263 108 109config TARGET_PM9263 110 bool "Ronetix pm9263 board" 111 select AT91SAM9263 112 113config TARGET_AT91SAM9M10G45EK 114 bool "Atmel AT91SAM9M10G45-EK board" 115 select AT91SAM9M10G45 116 select SUPPORT_SPL 117 select BOARD_EARLY_INIT_F 118 119config TARGET_PM9G45 120 bool "Ronetix pm9g45 board" 121 select AT91SAM9G45 122 123config TARGET_PICOSAM9G45 124 bool "Mini-box picosam9g45 board" 125 select AT91SAM9M10G45 126 select SUPPORT_SPL 127 128config TARGET_AT91SAM9N12EK 129 bool "Atmel AT91SAM9N12-EK board" 130 select AT91SAM9N12 131 select SUPPORT_SPL 132 select BOARD_EARLY_INIT_F 133 134config TARGET_AT91SAM9RLEK 135 bool "Atmel at91sam9rl reference board" 136 select AT91SAM9RL 137 select BOARD_EARLY_INIT_F 138 139config TARGET_AT91SAM9X5EK 140 bool "Atmel AT91SAM9X5-EK board" 141 select AT91SAM9X5 142 select SUPPORT_SPL 143 select BOARD_EARLY_INIT_F 144 145config TARGET_SAMA5D2_PTC 146 bool "SAMA5D2 PTC board" 147 select SAMA5D2 148 select SUPPORT_SPL 149 select BOARD_EARLY_INIT_F 150 151config TARGET_SAMA5D2_XPLAINED 152 bool "SAMA5D2 Xplained board" 153 select SAMA5D2 154 select SUPPORT_SPL 155 select BOARD_EARLY_INIT_F 156 157config TARGET_SAMA5D27_SOM1_EK 158 bool "SAMA5D27 SOM1 EK board" 159 select CPU_V7 160 select SUPPORT_SPL 161 select BOARD_EARLY_INIT_F 162 select BOARD_LATE_INIT 163 help 164 The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package), 165 a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM 166 24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5 167 processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM 168 in a single package. 169 170config TARGET_SAMA5D3_XPLAINED 171 bool "SAMA5D3 Xplained board" 172 select SAMA5D3 173 select SUPPORT_SPL 174 select BOARD_EARLY_INIT_F 175 176config TARGET_SAMA5D3XEK 177 bool "SAMA5D3X-EK board" 178 select SAMA5D3 179 select BOARD_LATE_INIT 180 select SUPPORT_SPL 181 select BOARD_EARLY_INIT_F 182 183config TARGET_SAMA5D4_XPLAINED 184 bool "SAMA5D4 Xplained board" 185 select SAMA5D4 186 select SUPPORT_SPL 187 select BOARD_EARLY_INIT_F 188 189config TARGET_SAMA5D4EK 190 bool "SAMA5D4 Evaluation Kit" 191 select SAMA5D4 192 select SUPPORT_SPL 193 select BOARD_EARLY_INIT_F 194 195config TARGET_MA5D4EVK 196 bool "Aries MA5D4EVK Evaluation Kit" 197 select SAMA5D4 198 select SUPPORT_SPL 199 200config TARGET_MEESC 201 bool "Support meesc" 202 select AT91SAM9263 203 204config TARGET_CORVUS 205 bool "Support corvus" 206 select AT91SAM9M10G45 207 select SUPPORT_SPL 208 select DM 209 select DM_SERIAL 210 select DM_GPIO 211 select DM_ETH 212 213config TARGET_TAURUS 214 bool "Support taurus" 215 select AT91SAM9G20 216 select SUPPORT_SPL 217 select DM 218 select DM_SERIAL 219 select DM_GPIO 220 select DM_ETH 221 222config TARGET_SMARTWEB 223 bool "Support smartweb" 224 select AT91SAM9260 225 select SUPPORT_SPL 226 select DM 227 select DM_SERIAL 228 select DM_GPIO 229 select DM_ETH 230 231config TARGET_VINCO 232 bool "Support VINCO" 233 select SAMA5D4 234 select SUPPORT_SPL 235 236endchoice 237 238config SYS_SOC 239 default "at91" 240 241source "board/aries/ma5d4evk/Kconfig" 242source "board/atmel/at91rm9200ek/Kconfig" 243source "board/atmel/at91sam9260ek/Kconfig" 244source "board/atmel/at91sam9261ek/Kconfig" 245source "board/atmel/at91sam9263ek/Kconfig" 246source "board/atmel/at91sam9m10g45ek/Kconfig" 247source "board/atmel/at91sam9n12ek/Kconfig" 248source "board/atmel/at91sam9rlek/Kconfig" 249source "board/atmel/at91sam9x5ek/Kconfig" 250source "board/atmel/sama5d2_ptc/Kconfig" 251source "board/atmel/sama5d2_xplained/Kconfig" 252source "board/atmel/sama5d27_som1_ek/Kconfig" 253source "board/atmel/sama5d3_xplained/Kconfig" 254source "board/atmel/sama5d3xek/Kconfig" 255source "board/atmel/sama5d4_xplained/Kconfig" 256source "board/atmel/sama5d4ek/Kconfig" 257source "board/bluewater/gurnard/Kconfig" 258source "board/bluewater/snapper9260/Kconfig" 259source "board/calao/usb_a9263/Kconfig" 260source "board/egnite/ethernut5/Kconfig" 261source "board/esd/meesc/Kconfig" 262source "board/l+g/vinco/Kconfig" 263source "board/mini-box/picosam9g45/Kconfig" 264source "board/ronetix/pm9261/Kconfig" 265source "board/ronetix/pm9263/Kconfig" 266source "board/ronetix/pm9g45/Kconfig" 267source "board/siemens/corvus/Kconfig" 268source "board/siemens/taurus/Kconfig" 269source "board/siemens/smartweb/Kconfig" 270 271config SPL_LDSCRIPT 272 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS 273 default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7 274 275endif 276