]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mips: Add LinkIt Smart 7688 support
authorStefan Roese <sr@denx.de>
Thu, 16 Aug 2018 13:27:30 +0000 (15:27 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 23 Sep 2018 12:27:19 +0000 (14:27 +0200)
commitb02f76a83541fe9fe3a2918039b26fc133699c17
treeff188bc459ac530efff25495694432427741b682
parent4c835a607bd5adf88a726c0f636b00dd31e50237
mips: Add LinkIt Smart 7688 support

The LinkIt Smart 7688 modules have a MT7688 SoC with 128 MiB of RAM
and 32 MiB of flash (SPI NOR).

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/linkit-smart-7688.dts [new file with mode: 0644]
arch/mips/mach-mt7620/Kconfig
board/seeed/linkit-smart-7688/Kconfig [new file with mode: 0644]
board/seeed/linkit-smart-7688/MAINTAINERS [new file with mode: 0644]
board/seeed/linkit-smart-7688/Makefile [new file with mode: 0644]
board/seeed/linkit-smart-7688/board.c [new file with mode: 0644]
configs/linkit-smart-7688-ram_defconfig [new file with mode: 0644]
configs/linkit-smart-7688_defconfig [new file with mode: 0644]
include/configs/linkit-smart-7688.h [new file with mode: 0644]