From: Tom Rini <trini@konsulko.com>
To: Macpaul Lin <macpaul.lin@mediatek.com>
Cc: Chunfeng Yun <Chunfeng.Yun@mediatek.com>,
"fparent @ baylibre . com" <fparent@baylibre.com>,
"marex @ denx . de" <marex@denx.de>,
"sjg @ chromium . org" <sjg@chromium.org>,
"marcel . ziswiler @ toradex . com" <marcel.ziswiler@toradex.com>,
"aouledameur @ baylibre . com" <aouledameur@baylibre.com>,
"frieder . schrempf @ kontron . de" <frieder.schrempf@kontron.de>,
"philippe . reynes @ softathome . com"
<philippe.reynes@softathome.com>,
"u-boot @ lists . denx . de" <u-boot@lists.denx.de>,
GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
"william . zhang @ broadcom . com" <william.zhang@broadcom.com>,
"samuel @ sholland . org" <samuel@sholland.org>,
"festevam @ denx . de" <festevam@denx.de>,
Weijie Gao <Weijie.Gao@mediatek.com>,
Ryder Lee <Ryder.Lee@mediatek.com>,
"paul . liu @ linaro . org" <paul.liu@linaro.org>,
Miles Chen <miles.chen@mediatek.com>,
Bear Wang <bear.wang@mediatek.com>,
Pablo Sun <pablo.sun@mediatek.com>,
Macpaul Lin <macpaul@gmail.com>
Subject: Re: [PATCH v3 2/2] board: mediatek: add mt8195 demo board
Date: Mon, 12 Dec 2022 14:02:19 -0500 [thread overview]
Message-ID: <20221212190219.GC3787616@bill-the-cat> (raw)
In-Reply-To: <20221212185305.GA3787616@bill-the-cat>
[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]
On Mon, Dec 12, 2022 at 01:53:05PM -0500, Tom Rini wrote:
> On Mon, Dec 12, 2022 at 11:53:04AM -0500, Tom Rini wrote:
> > On Thu, Nov 10, 2022 at 03:34:53PM +0800, Macpaul Lin wrote:
> >
> > > From: Fabien Parent <fparent@baylibre.com>
> > >
> > > Add mt8195-demo board support.
> > > This demo purpose board uses MediaTek's MT8195 SoC.
> > >
> > > Signed-off-by: Fabien Parent <fparent@baylibre.com>
> > > Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
> > > Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
> > [snip]
> > > +#include <linux/sizes.h>
> > > +
> > > +#define CONFIG_SYS_NS16550_SERIAL
> > > +#define CONFIG_SYS_NS16550_REG_SIZE -4
> > > +#define CONFIG_SYS_NS16550_MEM32
> > > +#define CONFIG_SYS_NS16550_COM1 0x11002000
> > > +#define CONFIG_SYS_NS16550_CLK 26000000
> >
> > This is unused, I believe. But when trying to build with current next I
> > get:
> > Error: Load Address must be set.
> > Error: Bad parameters for image type
> >
> > Please rebase on top of current next and repost, thanks!
>
> Sorry for the noise, this failed due to another patch that needs to be
> reworked instead.
Welp, I should have finished my re-testing. The patch that broke
phycore-rk3288 and I assumed broke this platform too, did not break this
platform, there's still some other problem here.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2022-12-12 19:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-08 3:21 [PATCH 1/2] arm: mediatek: add mt8195 SOC support Macpaul Lin
2022-11-08 3:21 ` [PATCH 2/2] board: mediatek: add mt8195 demo board Macpaul Lin
2022-11-08 7:57 ` [PATCH 1/2] arm: mediatek: add mt8195 SOC support Pali Rohár
2022-11-09 7:10 ` Macpaul Lin
2022-11-09 20:09 ` Pali Rohár
2022-11-09 21:12 ` Tom Rini
2022-11-09 2:07 ` Chunfeng Yun (云春峰)
2022-11-09 7:32 ` Macpaul Lin
2022-11-09 9:33 ` Macpaul Lin
2022-11-09 13:00 ` Chunfeng Yun (云春峰)
2022-11-09 9:50 ` [PATCH v2 " Macpaul Lin
2022-11-09 9:50 ` [PATCH v2 2/2] board: mediatek: add mt8195 demo board Macpaul Lin
2022-11-09 13:06 ` [PATCH v2 1/2] arm: mediatek: add mt8195 SOC support Chunfeng Yun (云春峰)
2022-11-10 7:34 ` [PATCH v3 " Macpaul Lin
2022-11-10 7:34 ` [PATCH v3 2/2] board: mediatek: add mt8195 demo board Macpaul Lin
2022-12-12 16:53 ` Tom Rini
2022-12-12 18:53 ` Tom Rini
2022-12-12 19:02 ` Tom Rini [this message]
2022-12-19 3:36 ` Macpaul Lin
2023-01-02 19:15 ` Tom Rini
2022-11-10 13:50 ` [PATCH v3 1/2] arm: mediatek: add mt8195 SOC support Chunfeng Yun (云春峰)
2022-12-19 6:43 ` [PATCH v4 " Macpaul Lin
2022-12-19 6:43 ` [PATCH v4 2/2] board: mediatek: add mt8195 demo board Macpaul Lin
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=20221212190219.GC3787616@bill-the-cat \
--to=trini@konsulko.com \
--cc=Chunfeng.Yun@mediatek.com \
--cc=GSS_MTK_Uboot_upstream@mediatek.com \
--cc=Ryder.Lee@mediatek.com \
--cc=Weijie.Gao@mediatek.com \
--cc=aouledameur@baylibre.com \
--cc=bear.wang@mediatek.com \
--cc=festevam@denx.de \
--cc=fparent@baylibre.com \
--cc=frieder.schrempf@kontron.de \
--cc=macpaul.lin@mediatek.com \
--cc=macpaul@gmail.com \
--cc=marcel.ziswiler@toradex.com \
--cc=marex@denx.de \
--cc=miles.chen@mediatek.com \
--cc=pablo.sun@mediatek.com \
--cc=paul.liu@linaro.org \
--cc=philippe.reynes@softathome.com \
--cc=samuel@sholland.org \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=william.zhang@broadcom.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