mips: Add Gardena Smart-Gateway board support
authorStefan Roese <sr@denx.de>
Thu, 16 Aug 2018 13:27:31 +0000 (15:27 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 23 Sep 2018 12:27:51 +0000 (14:27 +0200)
commit88dc40991494951015978b381bc37899fd9971d4
treef3118a6ac9c00ba805c5120118167c976911ee8a
parentb02f76a83541fe9fe3a2918039b26fc133699c17
mips: Add Gardena Smart-Gateway board support

The Gardena Smart-Gateway boards have a MT7688 SoC with 128 MiB of RAM
and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND storage.

This patch also includes 2 targets. One is the target that can be
programmed into the SPI NOR flash and a 2nd target "xxx-ram" is
added to support loading and booting via an already running U-Boot
version. This allows easy development and testing without the
need to flash the image each time.

Signed-off-by: Stefan Roese <sr@denx.de>
[fixed and regenerated defconfig files]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/dts/gardena-smart-gateway-mt7688.dts [new file with mode: 0644]
arch/mips/mach-mt7620/Kconfig
board/gardena/smart-gateway-mt7688/Kconfig [new file with mode: 0644]
board/gardena/smart-gateway-mt7688/MAINTAINERS [new file with mode: 0644]
board/gardena/smart-gateway-mt7688/Makefile [new file with mode: 0644]
board/gardena/smart-gateway-mt7688/board.c [new file with mode: 0644]
configs/gardena-smart-gateway-mt7688-ram_defconfig [new file with mode: 0644]
configs/gardena-smart-gateway-mt7688_defconfig [new file with mode: 0644]
include/configs/gardena-smart-gateway-mt7688.h [new file with mode: 0644]