[PATCH v2] nvme: fix dcache invalidation range in identify command
Neil Armstrong
neil.armstrong at linaro.org
Wed Jun 3 18:22:45 CEST 2026
Hi,
On Sun, 24 May 2026 15:36:21 +0530, Prashant Kamble wrote:
> When the identify buffer crosses a page boundary, PRP2 is used
> and dma_addr is advanced to the second page:
>
> dma_addr += (page_size - offset);
>
> The subsequent invalidate_dcache_range() calls then use the
> modified dma_addr instead of the original buffer start address.
>
> [...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-ufs (u-boot-nvme-fixes)
[1/1] nvme: fix dcache invalidation range in identify command
https://source.denx.de/u-boot/custodians/u-boot-ufs/-/commit/29c40bb2a13ed1c294497044e2299cc0a511ce32
--
Neil
More information about the U-Boot
mailing list