From: Sascha Hauer <s.hauer@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>,
Michael Tretter <m.tretter@pengutronix.de>
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: Re: [PATCH v2 00/10] arm: socfpga: iossm: add support for mailbox v1
Date: Mon, 13 Apr 2026 09:26:56 +0200 [thread overview]
Message-ID: <177606521650.3498462.17941938150244328554.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20260409-socfpga-iossm-v1-v2-0-09effab91bc1@pengutronix.de>
On Thu, 09 Apr 2026 15:52:40 +0200, Michael Tretter wrote:
> The IOSSM on the Agilex5 may have different mailbox versions depending
> on the Quartus version that was used to generate the SoC configuration.
> Up until now, barebox only supports mailbox version 0, which was
> configured by versions before Quartus 25.3.0. With Quartus 25.3.0 and
> later, the IOSSM provides mailbox version 1, which exposes many
> configuration options as registers instead of mailbox responses.
>
> [...]
Applied, thanks!
[01/10] arm: socfpga: iossm: remove uninitialized variable
https://git.pengutronix.de/cgit/barebox/commit/?id=3620d7592ea8 (link may not be stable)
[02/10] arm: socfpga: iossm: add version check
https://git.pengutronix.de/cgit/barebox/commit/?id=4ad79e15ab16 (link may not be stable)
[03/10] arm: socfpga: iossm: use local mb_ctrl variable
https://git.pengutronix.de/cgit/barebox/commit/?id=8e69335f1404 (link may not be stable)
[04/10] arm: socfpga: iossm: store size in bytes
https://git.pengutronix.de/cgit/barebox/commit/?id=f13172e790b2 (link may not be stable)
[05/10] arm: socfpga: iossm: refactor io96b_mb_init
https://git.pengutronix.de/cgit/barebox/commit/?id=44f9b70df025 (link may not be stable)
[06/10] arm: socfpga: iossm: refactor return value handling
https://git.pengutronix.de/cgit/barebox/commit/?id=3e870948bd11 (link may not be stable)
[07/10] arm: socfgpa: iossm: extract poll_bist_mem_init_status
https://git.pengutronix.de/cgit/barebox/commit/?id=d54f98530a5d (link may not be stable)
[08/10] arm: socfgpa: iossm: extract initialization of one interface
https://git.pengutronix.de/cgit/barebox/commit/?id=600fa481c84f (link may not be stable)
[09/10] arm: socfpga: iossm: add memory initialization with inline ecc
https://git.pengutronix.de/cgit/barebox/commit/?id=9c210fda2dee (link may not be stable)
[10/10] arm: socfpga: iossm: add support for mailbox v1
https://git.pengutronix.de/cgit/barebox/commit/?id=7efe39390586 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2026-04-13 7:27 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 13:52 Michael Tretter
2026-04-09 13:52 ` [PATCH v2 01/10] arm: socfpga: iossm: remove uninitialized variable Michael Tretter
2026-04-09 13:52 ` [PATCH v2 02/10] arm: socfpga: iossm: add version check Michael Tretter
2026-04-10 8:18 ` Ahmad Fatoum
2026-04-10 13:24 ` Michael Tretter
2026-04-09 13:52 ` [PATCH v2 03/10] arm: socfpga: iossm: use local mb_ctrl variable Michael Tretter
2026-04-09 13:52 ` [PATCH v2 04/10] arm: socfpga: iossm: store size in bytes Michael Tretter
2026-04-10 8:13 ` Ahmad Fatoum
2026-04-10 8:31 ` Michael Tretter
2026-04-10 8:37 ` Ahmad Fatoum
2026-04-10 12:06 ` Michael Tretter
2026-04-13 7:27 ` Sascha Hauer
2026-04-09 13:52 ` [PATCH v2 05/10] arm: socfpga: iossm: refactor io96b_mb_init Michael Tretter
2026-04-09 13:52 ` [PATCH v2 06/10] arm: socfpga: iossm: refactor return value handling Michael Tretter
2026-04-09 13:52 ` [PATCH v2 07/10] arm: socfgpa: iossm: extract poll_bist_mem_init_status Michael Tretter
2026-04-09 13:52 ` [PATCH v2 08/10] arm: socfgpa: iossm: extract initialization of one interface Michael Tretter
2026-04-15 6:12 ` Sascha Hauer
2026-04-15 8:29 ` Michael Tretter
2026-04-15 10:31 ` Sascha Hauer
2026-04-15 10:56 ` [PATCH] fixup! " Michael Tretter
2026-04-15 11:48 ` Sascha Hauer
2026-04-09 13:52 ` [PATCH v2 09/10] arm: socfpga: iossm: add memory initialization with inline ecc Michael Tretter
2026-04-09 13:52 ` [PATCH v2 10/10] arm: socfpga: iossm: add support for mailbox v1 Michael Tretter
2026-04-10 8:19 ` [PATCH v2 00/10] " Ahmad Fatoum
2026-04-13 7:26 ` Sascha Hauer [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=177606521650.3498462.17941938150244328554.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=m.tretter@pengutronix.de \
--cc=s.trumtrar@pengutronix.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