[U-Boot] [RFC, 1/2] NVMe: add NVMe driver support
Tom Rini
trini at konsulko.com
Mon Apr 10 21:48:59 UTC 2017
On Thu, Apr 06, 2017 at 04:40:33PM +0800, Zhikang Zhang wrote:
> Add Support of devices that follow the NVM Express standard
>
> basic functions:
> nvme init/scan
> nvme info - show the basic information of device
> nvme Read/Write
>
> driver model:
> Use block device(CONFIG_BLK)'s structure to support nvme's DM.
> Use UCLASS_PCI as a parent uclass.
>
> The driver code heavily copy from the NVMe driver code in Linux Kernel.
>
> Signed-off-by: Zhikang Zhang <zhikang.zhang at nxp.com>
> Signed-off-by: Wenbin Song <wenbin.song at nxp.com>
Why support for both with and without BLK? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170410/f655978c/attachment.sig>
More information about the U-Boot
mailing list