public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: Weijie Gao <weijie.gao@mediatek.com>, u-boot@lists.denx.de
Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
	Stefan Roese <sr@denx.de>
Subject: Re: [PATCH 02/14] mips: mtmips: add two reference boards for mt7621
Date: Mon, 08 Nov 2021 22:42:01 +0100	[thread overview]
Message-ID: <5f1073bb0a1c2fff82239fc987c79c1952f1b42d.camel@gmail.com> (raw)
In-Reply-To: <17ca971abf634545baf48af1a102484f55e9ee74.1636016561.git.weijie.gao@mediatek.com>

Am Donnerstag, dem 04.11.2021 um 17:48 +0800 schrieb Weijie Gao:
> The mt7621_rfb board supports integrated giga PHYs plus one external
> giga PHYs. It also has up to 512MiB DDR3, 16MB SPI-NOR, 3 mini PCI-e
> x1
> slots, SDXC and USB.
> 
> The mt7621_nand_rfb board is almost the same as mt7621_rfb board, but
> it
> uses NAND flash and SDXC is not available.
> 
> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
> ---
>  arch/mips/dts/Makefile                     |  2 +
>  arch/mips/dts/mediatek,mt7621-nand-rfb.dts | 52 +++++++++++++++
>  arch/mips/dts/mediatek,mt7621-rfb.dts      | 68 ++++++++++++++++++++
>  arch/mips/mach-mtmips/mt7621/Kconfig       | 20 ++++++
>  board/mediatek/mt7621/MAINTAINERS          |  8 +++
>  board/mediatek/mt7621/Makefile             |  3 +
>  board/mediatek/mt7621/board.c              |  6 ++
>  configs/mt7621_nand_rfb_ramboot_defconfig  | 71
> +++++++++++++++++++++
>  configs/mt7621_rfb_ramboot_defconfig       | 74
> ++++++++++++++++++++++
>  9 files changed, 304 insertions(+)
>  create mode 100644 arch/mips/dts/mediatek,mt7621-nand-rfb.dts
>  create mode 100644 arch/mips/dts/mediatek,mt7621-rfb.dts
>  create mode 100644 board/mediatek/mt7621/MAINTAINERS
>  create mode 100644 board/mediatek/mt7621/Makefile
>  create mode 100644 board/mediatek/mt7621/board.c
>  create mode 100644 configs/mt7621_nand_rfb_ramboot_defconfig
>  create mode 100644 configs/mt7621_rfb_ramboot_defconfig
> 
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

-- 
- Daniel


  reply	other threads:[~2021-11-08 21:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04  9:48 [PATCH 00/14] Add support for MediaTek MT7621 SoC Weijie Gao
2021-11-04  9:48 ` [PATCH 01/14] mips: mtmips: add " Weijie Gao
2021-11-08 21:39   ` Daniel Schwierzeck
2021-11-09  2:09     ` Weijie Gao
2021-11-04  9:48 ` [PATCH 02/14] mips: mtmips: add two reference boards for mt7621 Weijie Gao
2021-11-08 21:42   ` Daniel Schwierzeck [this message]
2021-11-04  9:49 ` [PATCH 03/14] clk: mtmips: add clock driver for MediaTek MT7621 SoC Weijie Gao
2021-11-04  9:49 ` [PATCH 04/14] reset: mtmips: add reset controller support " Weijie Gao
2021-11-04  9:49 ` [PATCH 05/14] pinctrl: mtmips: add " Weijie Gao
2021-11-04  9:49 ` [PATCH 06/14] nand: raw: " Weijie Gao
2021-11-04  9:49 ` [PATCH 07/14] usb: xhci-mtk: " Weijie Gao
2021-11-04  9:49 ` [PATCH 08/14] phy: mtk-tphy: " Weijie Gao
2021-11-04  9:50 ` [PATCH 09/14] spi: " Weijie Gao
2021-11-04  9:50 ` [PATCH 10/14] gpio: " Weijie Gao
2021-11-05  6:29   ` Stefan Roese
2021-11-04  9:50 ` [PATCH 11/14] watchdog: " Weijie Gao
2021-11-05  6:29   ` Stefan Roese
2021-11-04  9:50 ` [PATCH 12/14] mmc: mediatek: " Weijie Gao
2021-11-04  9:50 ` [PATCH 13/14] net: " Weijie Gao
2021-11-04  9:50 ` [PATCH 14/14] MAINTAINERS: update maintainer for MediaTek MIPS platform Weijie Gao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5f1073bb0a1c2fff82239fc987c79c1952f1b42d.camel@gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=weijie.gao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox