From: Yixun Lan <dlan@gentoo.org>
To: Andre Przywara <andre.przywara@arm.com>
Cc: u-boot@lists.denx.de, linux-sunxi@lists.linux.dev,
Jagan Teki <jagan@amarulasolutions.com>,
Tom Rini <trini@konsulko.com>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Paul Kocialkowski <contact@paulk.fr>,
Samuel Holland <samuel@sholland.org>
Subject: Re: [PATCH v2 01/10] sunxi: sun60i: initial support for A733 SoC
Date: Tue, 13 Jan 2026 09:31:17 +0800 [thread overview]
Message-ID: <20260113013117-GYB24058@gentoo.org> (raw)
In-Reply-To: <20260102014019.36db66d4@minigeek.lan>
Hi Andre,
On 01:40 Fri 02 Jan , Andre Przywara wrote:
> On Sun, 30 Nov 2025 21:45:10 +0000
> Yixun Lan <dlan@gentoo.org> wrote:
>
> Hi Yixun,
>
> thanks for updating this series, and sorry for the delay in the review.
>
> As for this patch: it should go to the end of the series, since it
> already introduces the possibility to select the new SoC, even though
> the rest of the code isn't ready yet. And I think we should drop the
> "select SUPPORT_SPL", since it's not really supported, without the DRAM
see my comment in other thread
> code. If we rely on FEL to load U-Boot anyway, we can much simpler load
> TF-A and U-Boot proper directly, no need for any FIT image.
I haven't went the way to lod TF-A, U-Boot separately even use FEL,
but insted, still follow previous traditionl way - combine all images
together, that's TF-A, SPL, U-Boot..
for this reason I'd just keep configurations of SUPPORT_SPL and FIT..
> And thanks for using the SUNXI_GEN_NCAT2 symbol, btw!
>
> One small thing below...
>
> > Add basic support for Allwinner A733 SoC.
> >
> > - Include some basic register definitions
> > - Introduce a new SUN60I A733 Kconfig option
> > - Ssetup RVBAR register properly according to docs
> > - Config max DDR size 16GB
> > - Config SRAM 0x62000 for TF-A
> >
> > Signed-off-by: Yixun Lan <dlan@gentoo.org>
> >
..
> > config SYS_BOARD
> > default "sunxi"
> > @@ -1186,6 +1199,7 @@ config SPL_STACK_R_ADDR
> > default 0x4fe00000 if MACH_SUN50I
> > default 0x4fe00000 if SUN50I_GEN_H6
> > default 0x4fe00000 if SUNXI_GEN_NCAT2
> > + default 0x4fe00000 if MACH_SUN60I_A733
>
> This is not needed, since the same address is already selected by NCAT2.
>
will drop it
--
Yixun Lan (dlan)
next prev parent reply other threads:[~2026-01-13 1:31 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-30 21:45 [PATCH v2 00/10] sunxi: Add support for A733 SoC Yixun Lan
2025-11-30 21:45 ` [PATCH v2 01/10] sunxi: sun60i: initial " Yixun Lan
2026-01-02 0:40 ` Andre Przywara
2026-01-13 1:31 ` Yixun Lan [this message]
2025-11-30 21:45 ` [PATCH v2 02/10] sunxi: spl: a733: config text and stack address Yixun Lan
2026-01-02 0:40 ` Andre Przywara
2026-01-13 1:22 ` Yixun Lan
2025-11-30 21:45 ` [PATCH v2 03/10] sunxi: a733: uart: setup serial console Yixun Lan
2025-11-30 21:45 ` [PATCH v2 04/10] clock: a733: implement support for mmc/uart Yixun Lan
2025-11-30 21:45 ` [PATCH v2 05/10] clock: reset: a733: add initial support Yixun Lan
2025-11-30 21:45 ` [PATCH v2 06/10] gpio: " Yixun Lan
2025-11-30 22:09 ` Fabio Estevam
2025-11-30 22:20 ` Yixun Lan
2026-01-02 0:39 ` Andre Przywara
2025-12-01 0:01 ` Tom Rini
2025-12-01 10:37 ` Yixun Lan
2025-11-30 21:45 ` [PATCH v2 07/10] pinctrl: sunxi: " Yixun Lan
2025-11-30 21:45 ` [PATCH v2 08/10] pmu: axp318w: implement pmic/regulator support Yixun Lan
2026-01-02 0:40 ` Andre Przywara
2025-11-30 21:45 ` [PATCH v2 09/10] power: pmic: sunxi: add SPL support for the AXP318W Yixun Lan
2025-11-30 21:45 ` [PATCH v2 10/10] sunxi: mmc: enable support for A733 Yixun Lan
2026-01-02 0:41 ` Andre Przywara
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=20260113013117-GYB24058@gentoo.org \
--to=dlan@gentoo.org \
--cc=andre.przywara@arm.com \
--cc=contact@paulk.fr \
--cc=jagan@amarulasolutions.com \
--cc=jernej.skrabec@gmail.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=samuel@sholland.org \
--cc=trini@konsulko.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