2015-02-20 08:04:01 +00:00
|
|
|
if ARCH_AT91
|
|
|
|
|
2017-09-14 03:07:40 +00:00
|
|
|
config AT91FAMILY
|
|
|
|
def_bool y
|
|
|
|
|
2017-09-14 03:07:41 +00:00
|
|
|
config AT91SAM9260
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9G20
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9XE
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9261
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9263
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9G45
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9M10G45
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9N12
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9RL
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
|
|
|
config AT91SAM9X5
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
2019-09-27 13:08:40 +00:00
|
|
|
config SAM9X60
|
|
|
|
bool
|
|
|
|
select CPU_ARM926EJS
|
|
|
|
|
2020-08-27 08:51:52 +00:00
|
|
|
config SAMA7G5
|
|
|
|
bool
|
|
|
|
select CPU_V7A
|
ARM: at91: sama7g5: Reset external devices at software reset
sama7g5 and other SoCs (sama5d3, sam9x60) define in the Reset Controller
a RSTC_CR.EXTRST bit that asserts the nrst_out pin which resets external
devices.
This is particular useful for external devices that are configured in
stateful modes which can not be undone without reconfiguring the device
or without resetting the device. An example is an SPI NOR flash that is
configured in octal mode. The do_reset u-boot cmd does not call any
driver's remove method, but merely resets the CPU. As the code was, this
left the flash in octal mode, being impossible for the first stage boot
loaders to recover/identify the flash after a "software reset".
RSTC_CR.EXTRST comes in handy here, as it can be set at "software reset"
to assert low the nrst_out pin during a time defined by the RSTC_MR.ERSTL
field and reset the external devices (including the SPI NOR flash in the
example).
nrst_out is always asserted at "user reset" and it resets the external
devices correctly. Asserting nrst_out at "software reset" should behave
in a similar way. The only difference that I could find between the two
types of resets in regards to the nrst_out signal, is that at "user reset"
timing diagram the "Processor and Peripherals Reset Line" rises after six
MD_SLCK cycles after the nrst_out line rose, while at the "software reset"
timing diagram the "Processor and Peripherals Reset Line" is active for
3 MD_SLCK cycles + 2 MCK cycles. In other words, in the "software reset"
case the nrst_out signal can be active for a longer period of time than the
"Processor and Peripherals Reset Line" active time, depending on the
RSTC_MR.ERSTL value.
Using the default value (zero) for RSTC_MR.ERSTL, worked just fine for the
sama7g5 case. Tested QSPI0 and GMAC0/GMAC1 on sama7g5ek rev 4 after a
software reset with RSTC_CR.EXTRST=1 and RSTC_MR.ERSTL=0.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
2022-02-25 08:13:57 +00:00
|
|
|
select AT91RESET_EXTRST
|
2020-08-27 08:51:52 +00:00
|
|
|
|
2017-09-14 03:07:41 +00:00
|
|
|
config SAMA5D2
|
|
|
|
bool
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2019-08-08 07:48:28 +00:00
|
|
|
select ATMEL_SFR
|
2017-09-14 03:07:41 +00:00
|
|
|
|
|
|
|
config SAMA5D3
|
|
|
|
bool
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2017-09-14 03:07:41 +00:00
|
|
|
|
|
|
|
config SAMA5D4
|
|
|
|
bool
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2019-08-08 07:48:28 +00:00
|
|
|
select ATMEL_SFR
|
2017-09-14 03:07:41 +00:00
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
choice
|
|
|
|
prompt "Atmel AT91 board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9260EK
|
|
|
|
bool "Atmel at91sam9260 reference board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9260
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_ETHERNUT5
|
|
|
|
bool "Ethernut5 board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9XE
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_SNAPPER9260
|
|
|
|
bool "Support snapper9260"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9260
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2015-03-31 03:47:57 +00:00
|
|
|
select DM
|
|
|
|
select DM_GPIO
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_SERIAL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-02-20 08:04:01 +00:00
|
|
|
|
2016-05-05 13:28:22 +00:00
|
|
|
config TARGET_GURNARD
|
|
|
|
bool "Support gurnard"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9G45
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-05-05 13:28:22 +00:00
|
|
|
select DM
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
2016-05-05 13:28:22 +00:00
|
|
|
select DM_SERIAL
|
2018-03-14 13:16:32 +00:00
|
|
|
select DM_SPI
|
2018-04-15 17:51:26 +00:00
|
|
|
select SPI
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2016-05-05 13:28:22 +00:00
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
config TARGET_AT91SAM9261EK
|
|
|
|
bool "Atmel at91sam9261 reference board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9261
|
2017-07-21 05:28:40 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_PM9261
|
|
|
|
bool "Ronetix pm9261 board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9261
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9263EK
|
|
|
|
bool "Atmel at91sam9263 reference board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9263
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_USB_A9263
|
|
|
|
bool "Caloa USB A9260 board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9263
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_PM9263
|
|
|
|
bool "Ronetix pm9263 board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9263
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9M10G45EK
|
|
|
|
bool "Atmel AT91SAM9M10G45-EK board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9M10G45
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_PM9G45
|
|
|
|
bool "Ronetix pm9g45 board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9G45
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9N12EK
|
|
|
|
bool "Atmel AT91SAM9N12-EK board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9N12
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9RLEK
|
|
|
|
bool "Atmel at91sam9rl reference board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9RL
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_AT91SAM9X5EK
|
|
|
|
bool "Atmel AT91SAM9X5-EK board"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9X5
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-09-18 07:26:01 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2015-02-20 08:04:01 +00:00
|
|
|
|
2019-04-02 08:57:27 +00:00
|
|
|
config TARGET_GARDENA_SMART_GATEWAY_AT91SAM
|
|
|
|
bool "GARDENA smart Gateway (AT91SAM)"
|
|
|
|
select AT91SAM9X5
|
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
select SUPPORT_SPL
|
|
|
|
|
2019-09-27 13:08:52 +00:00
|
|
|
config TARGET_SAM9X60EK
|
|
|
|
bool "SAM9X60-EK board"
|
|
|
|
select SAM9X60
|
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
2017-11-17 06:57:12 +00:00
|
|
|
config TARGET_SAMA5D2_PTC_EK
|
|
|
|
bool "SAMA5D2 PTC EK board"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D2
|
2018-09-18 07:35:46 +00:00
|
|
|
select BOARD_LATE_INIT
|
2016-02-26 09:20:26 +00:00
|
|
|
|
2015-10-30 01:55:52 +00:00
|
|
|
config TARGET_SAMA5D2_XPLAINED
|
|
|
|
bool "SAMA5D2 Xplained board"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-09-18 07:25:57 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D2
|
|
|
|
select SUPPORT_SPL
|
2015-10-30 01:55:52 +00:00
|
|
|
|
2017-09-13 06:58:54 +00:00
|
|
|
config TARGET_SAMA5D27_SOM1_EK
|
|
|
|
bool "SAMA5D27 SOM1 EK board"
|
2022-03-12 04:07:30 +00:00
|
|
|
select SAMA5D2
|
2017-09-13 06:58:54 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select CPU_V7A
|
|
|
|
select SUPPORT_SPL
|
2019-08-08 07:48:28 +00:00
|
|
|
select ATMEL_SFR
|
2017-09-13 06:58:54 +00:00
|
|
|
help
|
|
|
|
The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
|
|
|
|
a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM
|
|
|
|
24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5
|
|
|
|
processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM
|
|
|
|
in a single package.
|
|
|
|
|
2019-08-08 07:48:26 +00:00
|
|
|
config TARGET_SAMA5D27_WLSOM1_EK
|
|
|
|
bool "SAMA5D27 WLSOM1 EK board"
|
|
|
|
select SAMA5D2
|
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
select CPU_V7A
|
2019-08-08 07:48:35 +00:00
|
|
|
select SUPPORT_SPL
|
2019-08-08 07:48:26 +00:00
|
|
|
help
|
|
|
|
The SAMA5D27 WLSOM1 embeds SAMA5D2 SiP (System in Package),
|
|
|
|
a 64Mbit QSPI flash with Mac-address, KSZ8081 Phy. A wireless
|
|
|
|
module providing bluetooth and wifi is also embedded.
|
|
|
|
The SAMA5D2 SiP integrates the ARM Cortex-A5
|
|
|
|
processor-based SAMA5D2 MPU with 2 Gbit LPDDR2-SDRAM
|
|
|
|
in a single package.
|
|
|
|
|
2018-07-06 08:15:10 +00:00
|
|
|
config TARGET_SAMA5D2_ICP
|
|
|
|
bool "SAMA5D2 Industrial Connectivity Platform (ICP)"
|
2019-08-08 07:48:28 +00:00
|
|
|
select SAMA5D2
|
2018-07-06 08:15:10 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
help
|
|
|
|
The SAMA5D2 ICP embeds SAMA5D27 rev. C SoC, together with
|
|
|
|
a 64Mbit QSPI flash, 3xMikrobus connectors, 4xUSB ,
|
|
|
|
EtherCat and WILC3000 devices on board.
|
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
config TARGET_SAMA5D3_XPLAINED
|
|
|
|
bool "SAMA5D3 Xplained board"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-09-14 03:07:41 +00:00
|
|
|
select SAMA5D3
|
2015-02-20 08:04:01 +00:00
|
|
|
select SUPPORT_SPL
|
2018-09-18 07:35:44 +00:00
|
|
|
select BOARD_LATE_INIT
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_SAMA5D3XEK
|
|
|
|
bool "SAMA5D3X-EK board"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D3
|
2015-02-20 08:04:01 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
|
|
|
|
config TARGET_SAMA5D4_XPLAINED
|
|
|
|
bool "SAMA5D4 Xplained board"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-09-18 07:26:00 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D4
|
|
|
|
select SUPPORT_SPL
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_SAMA5D4EK
|
|
|
|
bool "SAMA5D4 Evaluation Kit"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-09-18 07:25:59 +00:00
|
|
|
select BOARD_LATE_INIT
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D4
|
|
|
|
select SUPPORT_SPL
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_MEESC
|
|
|
|
bool "Support meesc"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9263
|
2015-02-20 08:04:01 +00:00
|
|
|
|
|
|
|
config TARGET_CORVUS
|
|
|
|
bool "Support corvus"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9M10G45
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2016-05-25 05:23:45 +00:00
|
|
|
select DM
|
|
|
|
select DM_ETH
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_GPIO
|
|
|
|
select DM_SERIAL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-02-20 08:04:01 +00:00
|
|
|
|
2020-03-10 09:56:38 +00:00
|
|
|
config TARGET_SAMA7G5EK
|
|
|
|
bool "SAMA7G5 EK board"
|
|
|
|
select SAMA7G5
|
|
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
config TARGET_TAURUS
|
|
|
|
bool "Support taurus"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9G20
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2016-05-25 05:23:48 +00:00
|
|
|
select DM
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_ETH
|
|
|
|
select DM_GPIO
|
2016-05-25 05:23:48 +00:00
|
|
|
select DM_SERIAL
|
2018-03-14 13:16:34 +00:00
|
|
|
select DM_SPI
|
2018-04-15 17:51:26 +00:00
|
|
|
select SPI
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-02-20 08:04:01 +00:00
|
|
|
|
2015-06-29 07:10:48 +00:00
|
|
|
config TARGET_SMARTWEB
|
|
|
|
bool "Support smartweb"
|
2017-09-14 03:07:41 +00:00
|
|
|
select AT91SAM9260
|
2022-03-18 12:38:19 +00:00
|
|
|
select AT91_WANTS_COMMON_PHY
|
2016-05-25 05:23:47 +00:00
|
|
|
select DM
|
|
|
|
select DM_ETH
|
2018-07-23 13:55:13 +00:00
|
|
|
select DM_GPIO
|
|
|
|
select DM_SERIAL
|
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-06-29 07:10:48 +00:00
|
|
|
|
2015-12-16 16:01:44 +00:00
|
|
|
config TARGET_VINCO
|
|
|
|
bool "Support VINCO"
|
2018-03-14 13:16:35 +00:00
|
|
|
select DM
|
2018-03-14 13:16:37 +00:00
|
|
|
select DM_SPI
|
2018-07-23 13:55:13 +00:00
|
|
|
select SAMA5D4
|
2018-04-15 17:51:26 +00:00
|
|
|
select SPI
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2015-12-16 16:01:44 +00:00
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
endchoice
|
|
|
|
|
2019-08-08 07:48:28 +00:00
|
|
|
config ATMEL_SFR
|
|
|
|
bool
|
|
|
|
|
2022-02-25 08:13:56 +00:00
|
|
|
config AT91RESET_EXTRST
|
|
|
|
bool
|
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "at91"
|
|
|
|
|
2022-01-04 13:24:01 +00:00
|
|
|
config AT91_EFLASH
|
|
|
|
bool "Support AT91 flash driver"
|
|
|
|
depends on AT91SAM9XE
|
|
|
|
select USE_SYS_MAX_FLASH_BANKS
|
|
|
|
help
|
|
|
|
Enable the driver for the embedded flash used in the Atmel
|
|
|
|
AT91SAM9XE devices.
|
|
|
|
|
2022-03-12 04:07:35 +00:00
|
|
|
config AT91_GPIO_PULLUP
|
|
|
|
bool "Keep pullups on peripheral pins"
|
|
|
|
depends on CPU_ARM926EJS
|
|
|
|
|
2022-03-12 04:07:36 +00:00
|
|
|
config ATMEL_LEGACY
|
|
|
|
bool "Legacy GPIO support"
|
|
|
|
|
2022-03-18 12:38:19 +00:00
|
|
|
config AT91_WANTS_COMMON_PHY
|
|
|
|
bool
|
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
source "board/atmel/at91sam9260ek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9261ek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9263ek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9m10g45ek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9n12ek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9rlek/Kconfig"
|
|
|
|
source "board/atmel/at91sam9x5ek/Kconfig"
|
2019-09-27 13:08:52 +00:00
|
|
|
source "board/atmel/sam9x60ek/Kconfig"
|
2020-03-10 09:56:38 +00:00
|
|
|
source "board/atmel/sama7g5ek/Kconfig"
|
2017-11-17 06:57:12 +00:00
|
|
|
source "board/atmel/sama5d2_ptc_ek/Kconfig"
|
2015-10-30 01:55:52 +00:00
|
|
|
source "board/atmel/sama5d2_xplained/Kconfig"
|
2017-09-13 06:58:54 +00:00
|
|
|
source "board/atmel/sama5d27_som1_ek/Kconfig"
|
2019-08-08 07:48:26 +00:00
|
|
|
source "board/atmel/sama5d27_wlsom1_ek/Kconfig"
|
2018-07-06 08:15:10 +00:00
|
|
|
source "board/atmel/sama5d2_icp/Kconfig"
|
2015-02-20 08:04:01 +00:00
|
|
|
source "board/atmel/sama5d3_xplained/Kconfig"
|
|
|
|
source "board/atmel/sama5d3xek/Kconfig"
|
|
|
|
source "board/atmel/sama5d4_xplained/Kconfig"
|
|
|
|
source "board/atmel/sama5d4ek/Kconfig"
|
2016-05-05 13:28:22 +00:00
|
|
|
source "board/bluewater/gurnard/Kconfig"
|
2015-02-20 08:04:01 +00:00
|
|
|
source "board/bluewater/snapper9260/Kconfig"
|
|
|
|
source "board/calao/usb_a9263/Kconfig"
|
|
|
|
source "board/egnite/ethernut5/Kconfig"
|
|
|
|
source "board/esd/meesc/Kconfig"
|
2019-04-02 08:57:27 +00:00
|
|
|
source "board/gardena/smart-gateway-at91sam/Kconfig"
|
2015-12-16 16:01:44 +00:00
|
|
|
source "board/l+g/vinco/Kconfig"
|
2015-02-20 08:04:01 +00:00
|
|
|
source "board/ronetix/pm9261/Kconfig"
|
|
|
|
source "board/ronetix/pm9263/Kconfig"
|
|
|
|
source "board/ronetix/pm9g45/Kconfig"
|
|
|
|
source "board/siemens/corvus/Kconfig"
|
|
|
|
source "board/siemens/taurus/Kconfig"
|
2015-06-29 07:10:48 +00:00
|
|
|
source "board/siemens/smartweb/Kconfig"
|
2015-02-20 08:04:01 +00:00
|
|
|
|
2017-08-03 21:23:55 +00:00
|
|
|
config SPL_LDSCRIPT
|
|
|
|
default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
|
2018-04-26 12:51:26 +00:00
|
|
|
default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7A
|
2017-08-03 21:23:55 +00:00
|
|
|
|
2015-02-20 08:04:01 +00:00
|
|
|
endif
|