From: SCHNEIDER Johannes <johannes.schneider@leica-geosystems.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: "barebox@lists.infradead.org" <barebox@lists.infradead.org>
Subject: Re: [PATCH v1 7/7] mci: imx-esdhc: support DMA in the i.MX8M PBL eMMC loader
Date: Tue, 30 Jun 2026 09:22:37 +0000 [thread overview]
Message-ID: <AM0PR06MB414843CC66B8E2F25AF4D460BCF72@AM0PR06MB4148.eurprd06.prod.outlook.com> (raw)
In-Reply-To: <E1weCDl-00000005ilx-2MEA@pty.whiteo.stw.pengutronix.de>
Hoi Sascha,
> On 2026-06-27 19:43, Johannes Schneider wrote:
> > The PBL eMMC loader was hardwired to PIO via esdhc_use_pio_mode(): IN_PBL
> > forced PIO unconditionally. PIO is slow -- on an i.MX8MM board loading the
> > ~1.6 MB next stage took ~559 ms; SDMA/ADMA2 do it in ~21 ms.
>
> For proper DMA support you'll need memory synchronization in form of dma_map_*
> or dma_sync_* helpers which we do not have in PBL. Without them it won't
> work with MMU enabled.
Noted. So since the MMU is still left as it is = off were still good wtih the
current sdma/adma implementation. But maybe worth a comment in the code/commit?
> Have you tried enabling the MMU in the mean time? This
> should give you decent performance even with PIO.
>
> Sascha
>
Thanks for the hint/idea!
I've let the AI draft a PIO+MMU-on change and ran a round of measurements,
(Caveat: sample size is one) there is some gain - but we get more with SDMA or ADMA
And interestingly "the same" with the later two.:
Phase PIO PIO+MMU SDMA ADMA2
--------------------------------------------------------------------
BootROM 1 1 1 2
PBL-init 3 3 3 3
DDR-training 265 265 262 269
PBL-load (total) 884 413 257 258
PBL-pre-load 165 170 166 167
load_bl33 713 241 86 85
PBL-post-load 5 1 5 5
BL31-early 114 114 114 114
BL31-platform 16 15 15 15
BL31-runtime 98 98 98 98
--------------------------------------------------------------------
time-to-barebox 1393 921 763 770
If you want i can brush up that PIO+MMU code and send it out too.
gruß
Johannes
next prev parent reply other threads:[~2026-06-30 9:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-27 19:43 [PATCH v1 1/7] dma: make dma_mapping_error() NULL-safe Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 2/7] mci: sdhci: bail out on ADMA/transfer errors instead of hanging Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 3/7] mci: sdhci: honor BROKEN_ADMA_ZEROLEN_DESC / NO_ENDATTR_IN_NOPDESC quirks Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 4/7] mci: imx-esdhc: mark the uSDHC ADMA2 descriptor quirks Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 5/7] mci: imx-esdhc: support HS400 and HS400ES on i.MX8M Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 6/7] mci: imx-esdhc: make the transfer mode selectable (PIO/SDMA/ADMA2) Johannes Schneider
2026-06-27 19:43 ` [PATCH v1 7/7] mci: imx-esdhc: support DMA in the i.MX8M PBL eMMC loader Johannes Schneider
2026-06-29 13:40 ` Sascha Hauer
2026-06-30 9:22 ` SCHNEIDER Johannes [this message]
2026-07-02 7:54 ` Sascha Hauer
2026-07-04 12:42 ` SCHNEIDER Johannes
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=AM0PR06MB414843CC66B8E2F25AF4D460BCF72@AM0PR06MB4148.eurprd06.prod.outlook.com \
--to=johannes.schneider@leica-geosystems.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@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