From: Weijie Gao <weijie.gao@mediatek.com>
To: Martin Bonner <martingreybeard@gmail.com>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: Re: [PATCH v6 00/25] Add support for MediaTek MT7621 SoC - v6
Date: Fri, 8 Jul 2022 14:54:00 +0800 [thread overview]
Message-ID: <7d962b8e986e41a8a546ca4daa664f874fedfd90.camel@mediatek.com> (raw)
In-Reply-To: <CACHZXARpaZTd_ETUzx6rWDUS1BLYzJXx-w4S__DA68nusExQ3g@mail.gmail.com>
Hi Martin,
That's weird. Maybe changing a mail client can solve this.
Weijie
On Thu, 2022-07-07 at 11:24 +0200, Martin Bonner wrote:
> FYI, Gmail marked this as Spam - no idea why!
>
> Martin
>
>
> On Thu, 7 Jul 2022 at 02:48, Weijie Gao (高惟杰) <Weijie.Gao@mediatek.co
> m> wrote:
> > Hi Daniel,
> >
> > I've tested these changes and they work fine on both NOR and NAND
> > boards.
> >
> > Best Regards,
> > Weijie
> >
> > -----邮件原件-----
> > 发件人: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> > 发送时间: 2022年7月7日 6:12
> > 收件人: Weijie Gao (高惟杰) <Weijie.Gao@mediatek.com>; u-boot@lists.denx.
> > de
> > 抄送: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>;
> > Marek Behún <marek.behun@nic.cz>
> > 主题: Re: [PATCH v6 00/25] Add support for MediaTek MT7621 SoC - v6
> >
> > Hi Weijie,
> >
> > On 20.05.22 05:21, Weijie Gao wrote:
> > > This series will add support for MediaTek MT7621 SoC with two
> > > reference boards and related drivers.
> > >
> > > The MediaTek MT7621 is a network processor integrating a dual-
> > core
> > > dual-threaded MIPS 1004Kc processor running at a normal frequency
> > of 880MHz.
> > > This chip can be found in many wireless routers.
> > >
> > > This series add all basic drivers which are useful in u-boot,
> > like
> > > usb, sdxc, ethernet, spi, nand and serial.
> > >
> > > Building the u-boot requires external binary blob which is
> > described
> > > in doc/board/mediatek/mt7621.rst
> > >
> > > Thanks,
> > > Weijie
> >
> > I applied v6 to u-boot-mips/next for the upcoming merge window. I
> > needed to add some fixups to make CI happy. Could you check if the
> > changes are okay, especially the Kconfig migration of
> > CONFIG_SYS_NAND_U_BOOT_OFFS?
> >
> > https://source.denx.de/u-boot/custodians/u-boot-mips/-/commits/next
> > /
> > https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/12
> > 637
> >
> > Thanks,
> > Daniel
> >
next prev parent reply other threads:[~2022-07-08 6:54 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 3:21 [PATCH v6 00/25] Add support for MediaTek MT7621 SoC - v6 Weijie Gao
2022-05-20 3:21 ` [PATCH v6 01/25] mips: add asm/mipsmtregs.h for MIPS multi-threading Weijie Gao
2022-05-20 3:21 ` [PATCH v6 02/25] mips: add more definitions for asm/cm.h Weijie Gao
2022-05-20 3:21 ` [PATCH v6 03/25] mips: add __image_copy_len for SPL linker script Weijie Gao
2022-05-20 3:21 ` [PATCH v6 04/25] mips: add support for noncached_alloc() Weijie Gao
2022-05-20 3:22 ` [PATCH v6 05/25] mips: mtmips: add support for MediaTek MT7621 SoC Weijie Gao
2022-05-20 3:22 ` [PATCH v6 06/25] mips: mtmips: add two reference boards for mt7621 Weijie Gao
2022-05-20 3:22 ` [PATCH v6 07/25] doc: mediatek: add documentation for mt7621 reference boards Weijie Gao
2022-05-20 3:22 ` [PATCH v6 08/25] clk: mtmips: add clock driver for MediaTek MT7621 SoC Weijie Gao
2022-05-20 3:22 ` [PATCH v6 09/25] reset: mtmips: add reset controller support " Weijie Gao
2022-05-20 3:22 ` [PATCH v6 10/25] pinctrl: mtmips: add " Weijie Gao
2022-05-20 3:22 ` [PATCH v6 11/25] usb: xhci-mtk: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 12/25] phy: mtk-tphy: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 13/25] spi: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 14/25] gpio: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 15/25] watchdog: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 16/25] mmc: mediatek: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 17/25] net: mediatek: remap iobase address Weijie Gao
2022-05-20 3:23 ` [PATCH v6 18/25] net: mediatek: use regmap api to modify ethsys registers Weijie Gao
2022-05-20 3:23 ` [PATCH v6 19/25] net: mediatek: add support for MediaTek MT7621 SoC Weijie Gao
2022-05-20 3:23 ` [PATCH v6 20/25] nand: raw: " Weijie Gao
2022-05-20 3:23 ` [PATCH v6 21/25] spl: allow using nand base without standard nand driver Weijie Gao
2022-05-20 3:23 ` [PATCH v6 22/25] spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY Weijie Gao
2022-05-20 3:24 ` [PATCH v6 23/25] spl: nand: support loading legacy image with payload compressed Weijie Gao
2022-05-20 3:24 ` [PATCH v6 24/25] tools: mtk_image: add support for MT7621 NAND images Weijie Gao
2022-05-20 3:24 ` [PATCH v6 25/25] MAINTAINERS: update maintainer for MediaTek MIPS platform Weijie Gao
2022-07-06 22:11 ` [PATCH v6 00/25] Add support for MediaTek MT7621 SoC - v6 Daniel Schwierzeck
2022-07-07 0:47 ` 回复: " Weijie Gao (高惟杰)
2022-07-07 9:24 ` Martin Bonner
2022-07-08 6:54 ` Weijie Gao [this message]
2022-07-08 13:26 ` Daniel Schwierzeck
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=7d962b8e986e41a8a546ca4daa664f874fedfd90.camel@mediatek.com \
--to=weijie.gao@mediatek.com \
--cc=martingreybeard@gmail.com \
--cc=u-boot@lists.denx.de \
/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