mvebu: select boot device at SoC levelMove the gdsys Controlcenter DC specific build time kwbimage.cfggeneration code into the mach-mvebu/ directory to be shared by all 32bitmvebu platforms.Rem
mvebu: select boot device at SoC levelMove the gdsys Controlcenter DC specific build time kwbimage.cfggeneration code into the mach-mvebu/ directory to be shared by all 32bitmvebu platforms.Remove board specific kwbimage.cfg files, and use the generated oneinstead. These files are all identical, with two exceptions. Clearfogand Helios4 use the sdio boot device, whereas all others use spi. Updatethe defconfigs for the exceptional boards to generate the samekwbimage.cfg as before.Signed-off-by: Baruch Siach <baruch@tkos.co.il>Signed-off-by: Stefan Roese <sr@denx.de>
show more ...
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
arm: mvebu: Add basic support for Armada 375 eval board db-88f6720This patch adds basic support for the Marvell A375 eval board. Testedare the following interfaces:- I2C- SPI- SPI NOR- Etherne
arm: mvebu: Add basic support for Armada 375 eval board db-88f6720This patch adds basic support for the Marvell A375 eval board. Testedare the following interfaces:- I2C- SPI- SPI NOR- Ethernet (mvpp2), port 0 & 1Currently the A375 SerDes and DDR3 init code is not intergrated. Sothe SPL U-Boot is not fully functional.Right now, this A375 mainline U-Boot can only be used by chainloadingit via the original Marvell U-Boot. This can be done via thiscommand:=> tftpboot 00800000 a375/u-boot-dtb.bin;go 00800000Signed-off-by: Stefan Roese <sr@denx.de>Cc: Luka Perkov <luka.perkov@sartura.hr>