[U-Boot] [PATCH 0/1] NVME fix PRP Offset Invalid

Aaron Williams awilliams at marvell.com
Wed Aug 21 00:23:29 UTC 2019


Our QA team had problems writing large files (187MB) to the
FAT filesystem on a Samsung EVO 970 NVME drive and I was
able to track it down to PRP buffer issues.  Namely, this
buffer cannot cross a page boundary and it should be
allocated in page-sized chunks.  This patch modifies the
U-Boot NVME driver to match what the Linux kernel PCI
driver does.

Aaron Williams (1):
  nvme: Fix PRP Offset Invalid

 drivers/nvme/nvme.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

--
2.16.4



More information about the U-Boot mailing list