[U-Boot] [PATCH v2] bootm: Align cache flush begin address

Breno Matheus Lima brenomatheus at gmail.com
Mon Apr 16 17:44:47 UTC 2018


Hi Bryan,

2018-04-15 7:48 GMT-03:00 Bryan O'Donoghue <bryan.odonoghue at linaro.org>:
> commit b4d956f6bc0f ("bootm: Align cache flush end address correctly")
> aligns the end address of the cache flush operation to a cache-line size to
> ensure lower-layers in the code accept the range provided and flush.
>
> A similar action should be taken for the begin address of a cache flush
> operation. The load address may not be aligned to a cache-line boundary, so
> ensure the passed address is aligned.
>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue at linaro.org>
> Reported-by: Breno Matheus Lima <brenomatheus at gmail.com>
> Suggested-by: Tom Rini <trini at konsulko.com>
> Cc: Simon Glass <sjg at chromium.org>

Thanks for the fix, I'm not seeing the issue anymore.

Tested-by: Breno Lima <breno.lima at nxp.com>


More information about the U-Boot mailing list