Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: at91: move board select menu and common settings | Masahiro Yamada | 2015-02-21 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | The board select menu in arch/arm/Kconfig is still big. To slim down it, this commit moves AT91 boards to arch/arm/mach-at91/Kconfig. Also, consolidate "config SYS_SOC" in each board Kconfig. The Kconfig files under board/ directory were modified with the following command: find board -name Kconfig | xargs sed -i -e ' /config SYS_SOC/ { N /default "at91"/ { N d } } ' Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Andreas Bießmann <andreas.devel@googlemail.co> | |||
* | ARM: atmel: sama5d4ek: enable SPL support | Bo Shen | 2015-02-07 | -0/+1 |
| | | | | | | | The sama5d4ek support boot up from NAND flash, SD/MMC card and also the SPI flash. Signed-off-by: Bo Shen <voice.shen@atmel.com> | |||
* | ARM: atmel: add sama5d4ek board support | Bo Shen | 2014-11-17 | -0/+3 |
The code for this board supports following features: - Boot media support: NAND flash/SD card/SPI flash - Support LCD display - Support ethernet - Support USB mass storage Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> |