Skip to content
Snippets Groups Projects
Commit 0adc38be authored by Zhikang Zhang's avatar Zhikang Zhang Committed by Tom Rini
Browse files

nvme: Add nvme commands


Add nvme commands in U-Boot command line.

1. "nvme scan" - scan NVMe blk devices
2. "nvme list" - show all available NVMe blk devices
3. "nvme info" - show current or a specific NVMe blk device
4. "nvme device" - show or set current device
5. "nvme part" - print partition table
6. "nvme read" - read data from NVMe blk device
7. "nvme write" - write data to NVMe blk device

Signed-off-by: default avatarZhikang Zhang <zhikang.zhang@nxp.com>
Signed-off-by: default avatarWenbin Song <wenbin.song@nxp.com>
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent f6aa61d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment