All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Carlo Caione" <ccaione@baylibre.com>
To: "David Lechner" <dlechner@baylibre.com>,
	"Carlo Caione" <ccaione@baylibre.com>,
	"GSS_MTK_Uboot_upstream" <GSS_MTK_Uboot_upstream@mediatek.com>,
	<u-boot@lists.u-boot-project.org>
Cc: "Julien Masson" <jmasson@baylibre.com>,
	"Quentin Schulz" <u-boot@0leil.net>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Ryder Lee" <ryder.lee@mediatek.com>,
	"Weijie Gao" <weijie.gao@mediatek.com>,
	"Chunfeng Yun" <chunfeng.yun@mediatek.com>,
	"Igor Belwon" <igor.belwon@mentallysanemainliners.org>,
	"Julien Stephan" <jstephan@baylibre.com>,
	"Macpaul Lin" <Macpaul.Lin@mediatek.com>,
	"Tom Rini" <trini@konsulko.com>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Vitor Sato Eschholz" <vsatoes@baylibre.com>,
	"Johan Jonker" <jbx6244@gmail.com>,
	"Bastien Curutchet" <bastien.curutchet@bootlin.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Alexey Charkov" <alchark@gmail.com>,
	"Suhrid Subramaniam" <Suhrid.Subramaniam@mediatek.com>,
	"Arnaud Ferraris" <arnaud.ferraris@collabora.com>,
	"Pablo Sun (孫毓翔)" <pablo.sun@mediatek.com>
Subject: Re: [PATCH v4 2/6] configs: mt8188: enable eMMC FIT boot from SPL
Date: Wed, 26 Aug 2026 09:00:19 +0200	[thread overview]
Message-ID: <DKYOJUOY5PO8.GSPT5Y9HO6LK@baylibre.com> (raw)
In-Reply-To: <2f402d43-d5f1-44bb-831c-5fdc71e12da9@baylibre.com>

On Tue Aug 25, 2026 at 10:01 PM CEST, David Lechner wrote:
> On 8/14/26 9:47 AM, Carlo Caione wrote:
>> Enable the Genio 510 and Genio 700 SPL path entered by the external DDR
>> loader at 0x40000000. Bind the raw SPL to the loader's 0xaf000-byte copy
>> window, place BSS separately in DRAM, and retain the non-overlapping SPL
>> malloc region.
>> 
>> Use generic SPL MMC, GPT, FIT, and Arm Trusted Firmware support to load
>> the firmware FIT from eMMC partition 1. Keep U-Boot proper at the shared
>> MT8188 CONFIG_TEXT_BASE of 0x4c000000.
>> 
>> The MediaTek BL31 used on these boards stalls when passed the runtime
>> devicetree as its platform parameter. Enable SPL_ATF_NO_PLATFORM_PARAM
>> so SPL can still use the tree to locate OP-TEE and U-Boot while passing
>> NULL as the separate BL31 platform parameter.
>
> If we do another revision, it could be nice to explain where some more of
> these parameters come from. For example, 0x400bb800 seem quite specific
> like there would be a reason for it rather than a nice round number.

I'll fix the commit message in the next version.

--
Carlo Caione


  reply	other threads:[~2026-08-26  7:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-14 14:47 [PATCH v4 0/6] Add Genio 510 and Genio 700 SPL boot support Carlo Caione
2026-08-14 14:47 ` [PATCH v4 1/6] arm: dts: mediatek: prepare Genio 510 and 700 devices for SPL Carlo Caione
2026-08-14 14:47 ` [PATCH v4 2/6] configs: mt8188: enable eMMC FIT boot from SPL Carlo Caione
2026-08-25 20:01   ` David Lechner
2026-08-26  7:00     ` Carlo Caione [this message]
2026-08-14 14:47 ` [PATCH v4 3/6] arm: mediatek: build Genio 510 and 700 boot images with binman Carlo Caione
2026-08-25 20:38   ` David Lechner
2026-08-26  7:04     ` Carlo Caione
2026-08-14 14:47 ` [PATCH v4 4/6] arm: dts: mediatek: support signed Genio 510 and 700 bootloader FIT Carlo Caione
2026-08-14 14:47 ` [PATCH v4 5/6] arm: dts: mediatek: emit the Genio 510 and 700 BootROM payload Carlo Caione
2026-08-14 14:47 ` [PATCH v4 6/6] doc: board: mediatek: document Genio 510 and 700 SPL boot Carlo Caione

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=DKYOJUOY5PO8.GSPT5Y9HO6LK@baylibre.com \
    --to=ccaione@baylibre.com \
    --cc=GSS_MTK_Uboot_upstream@mediatek.com \
    --cc=Macpaul.Lin@mediatek.com \
    --cc=Suhrid.Subramaniam@mediatek.com \
    --cc=alchark@gmail.com \
    --cc=arnaud.ferraris@collabora.com \
    --cc=bastien.curutchet@bootlin.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=dlechner@baylibre.com \
    --cc=igor.belwon@mentallysanemainliners.org \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jbx6244@gmail.com \
    --cc=jmasson@baylibre.com \
    --cc=jstephan@baylibre.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pablo.sun@mediatek.com \
    --cc=ryder.lee@mediatek.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@0leil.net \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=vsatoes@baylibre.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.