From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: "Tom Rini" <trini@konsulko.com>, "Simon Glass" <sjg@chromium.org>,
"Albert Aribaud" <albert.u.boot@aribaud.net>,
"Andre Przywara" <andre.przywara@arm.com>,
"Andrew Davis" <afd@ti.com>,
"Caleb Connolly" <caleb.connolly@linaro.org>,
"Csókás Bence" <csokas.bence@prolan.hu>,
"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
"Michal Simek" <michal.simek@amd.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Peter Robinson" <pbrobinson@gmail.com>,
"Rayagonda Kokatanur" <rayagonda.kokatanur@broadcom.com>,
"Sumit Garg" <sumit.garg@linaro.org>,
"Venkatesh Yadav Abbarapu" <venkatesh.abbarapu@amd.com>,
qemu-devel@nongnu.org
Subject: [PATCH 15/19] arm: qemu: Allow SPL and TPL
Date: Wed, 25 Sep 2024 14:55:41 +0200 [thread overview]
Message-ID: <20240925125622.197915-16-sjg@chromium.org> (raw)
In-Reply-To: <20240925125622.197915-1-sjg@chromium.org>
Indicate that these boards can be supported, so a new 'TPL' board can be
added.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 656f588a97c..dfc735237aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1043,6 +1043,8 @@ config ARCH_QEMU
select DM_SERIAL
select OF_CONTROL
select PL01X_SERIAL
+ select SUPPORT_SPL
+ select SUPPORT_TPL
imply CMD_DM
imply DM_RNG
imply DM_RTC
--
2.43.0
prev parent reply other threads:[~2024-09-25 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-25 12:55 [PATCH 00/19] spl: Support a relocating jump between phases (VBE part F) Simon Glass
2024-09-25 12:55 ` Simon Glass [this message]
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=20240925125622.197915-16-sjg@chromium.org \
--to=sjg@chromium.org \
--cc=afd@ti.com \
--cc=albert.u.boot@aribaud.net \
--cc=andre.przywara@arm.com \
--cc=caleb.connolly@linaro.org \
--cc=csokas.bence@prolan.hu \
--cc=marek.vasut+renesas@mailbox.org \
--cc=michal.simek@amd.com \
--cc=neil.armstrong@linaro.org \
--cc=pbrobinson@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=sumit.garg@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.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;
as well as URLs for NNTP newsgroup(s).