arm: mvebu: Add CRS305-1G-4S board
authorLuka Kovacic <me@lukakovacic.xyz>
Tue, 7 May 2019 17:35:55 +0000 (19:35 +0200)
committerStefan Roese <sr@denx.de>
Thu, 9 May 2019 05:35:04 +0000 (07:35 +0200)
commit22bb913fdf14476b60e1ae86321567116dea5ed7
treecc6db7206c2f2e49b3691b7dc7f6c5084c373608
parentae436eeb91f61ed687507ebfc8e2afa2574db36a
arm: mvebu: Add CRS305-1G-4S board

CRS305-1G-4S has a switch chip with an integrated CPU (98DX3236) and
like some of the other similar boards requires bin_hdr.
bin_hdr (DDR3 init stage) is currently retrieved from the stock
bootloader and compiled into the kwb image.

Adds support for U-Boot, enable UART, SPI, Winbond SPI flash chip
support and writing env to SPI flash.

Signed-off-by: Luka Kovacic <me@lukakovacic.xyz>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/armada-xp-crs305-1g-4s-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-crs305-1g-4s.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/mikrotik/crs305-1g-4s/.gitignore [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/MAINTAINERS [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/Makefile [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/README [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/binary.0 [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/crs305-1g-4s.c [new file with mode: 0644]
board/mikrotik/crs305-1g-4s/kwbimage.cfg.in [new file with mode: 0644]
configs/crs305-1g-4s_defconfig [new file with mode: 0644]
include/configs/crs305-1g-4s.h [new file with mode: 0644]