[PATCH master] remoteproc: use I/O memory variants of memcpy/memset

Sascha Hauer s.hauer at pengutronix.de
Mon Nov 25 01:38:29 PST 2024


On Fri, 15 Nov 2024 14:52:42 +0100, Ahmad Fatoum wrote:
> Reserved memory is unmapped strongly ordered in barebox and calling
> normal optimized memcpy on may trigger an abort due to misalignment.
> 
> Fix this by using the slower I/O variants of memcpy/memset, which are
> do not expect bufferable memory like the optimized variants and thus
> don't cause unaligned accesses.
> 
> [...]

Applied, thanks!

[1/1] remoteproc: use I/O memory variants of memcpy/memset
      https://git.pengutronix.de/cgit/barebox/commit/?id=b0081505fff7 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list