[U-Boot] [PATCH 3/5 v2] mips: Add LinkIt Smart 7688 support

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Aug 15 22:34:26 UTC 2018



On 10.08.2018 09:48, Stefan Roese wrote:
> The LinkIt Smart 7688 modules have a MT7688 SoC with 128 MiB of RAM
> and 32 MiB of flash (SPI NOR).
> 
> The mt7628a.dtsi file is imported from Linux v4.17.
> 
> 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 at denx.de>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> ---
> v2:
> - Kconfig entries added with this patch now
> 
>  arch/mips/dts/linkit-smart-7688.dts       |  46 ++++++++
>  arch/mips/dts/mt7628a.dtsi                | 135 ++++++++++++++++++++++

this file should be added with patch 1/5

>  arch/mips/mach-mt7620/Kconfig             |  13 +++
>  board/seeed/linkit-smart-7688/Kconfig     |  12 ++
>  board/seeed/linkit-smart-7688/MAINTAINERS |   8 ++
>  board/seeed/linkit-smart-7688/Makefile    |   3 +
>  board/seeed/linkit-smart-7688/board.c     |  22 ++++
>  configs/linkit-smart-7688-ram_defconfig   |  58 ++++++++++
>  configs/linkit-smart-7688_defconfig       |  62 ++++++++++
>  include/configs/linkit-smart-7688.h       |  52 +++++++++
>  10 files changed, 411 insertions(+)
>  create mode 100644 arch/mips/dts/linkit-smart-7688.dts
>  create mode 100644 arch/mips/dts/mt7628a.dtsi
>  create mode 100644 board/seeed/linkit-smart-7688/Kconfig
>  create mode 100644 board/seeed/linkit-smart-7688/MAINTAINERS
>  create mode 100644 board/seeed/linkit-smart-7688/Makefile
>  create mode 100644 board/seeed/linkit-smart-7688/board.c
>  create mode 100644 configs/linkit-smart-7688-ram_defconfig
>  create mode 100644 configs/linkit-smart-7688_defconfig
>  create mode 100644 include/configs/linkit-smart-7688.h

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180816/df592946/attachment.sig>


More information about the U-Boot mailing list