History log of /rk3399_rockchip-uboot/cmd/nvme.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9d9df2d6 06-Jan-2025 Shawn Lin <shawn.lin@rock-chips.com>

nvme: Add write_zeroes support

Change-Id: I0c7256af24e5e5fa0ec351738ae2509c88114947
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>


# e88af282 23-Aug-2024 Shawn Lin <shawn.lin@rock-chips.com>

nvme: Add erase cmd description

Change-Id: I5cff646119cb78d001f9180ba393736015974c74
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>


# fceadc14 22-Aug-2017 Bin Meng <bmeng.cn@gmail.com>

nvme: Adjust the 'nvme' command to use blk_common_cmd()

Instead of having separate code in the 'nvme' command, adjust it to use
the common function.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>


# 0adc38be 03-Aug-2017 Zhikang Zhang <zhikang.zhang@nxp.com>

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 spec

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: Zhikang Zhang <zhikang.zhang@nxp.com>
Signed-off-by: Wenbin Song <wenbin.song@nxp.com>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...