arm64: versal2: Add ufs distro boot command
Adding support for the ufs distro boot command. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c0e6737ae4119963afc8ea19b49b998a013d06c4.1744273853.git.michal.simek@amd.com
This commit is contained in:
committed by
Michal Simek
parent
fd08d4a441
commit
caf5775fdb
@@ -105,6 +105,14 @@
|
||||
#define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \
|
||||
"jtag "
|
||||
|
||||
#define BOOT_TARGET_DEVICES_UFS(func) func(UFS, ufs, 0)
|
||||
|
||||
#define BOOTENV_DEV_UFS(devtypeu, devtypel, instance) \
|
||||
"bootcmd_" #devtypel "=" #devtypel " init " #instance "; scsi scan;\0"
|
||||
|
||||
#define BOOTENV_DEV_NAME_UFS(devtypeu, devtypel, instance) \
|
||||
"ufs "
|
||||
|
||||
#define BOOT_TARGET_DEVICES_DFU_USB(func) func(DFU_USB, dfu_usb, 0)
|
||||
|
||||
#define BOOTENV_DEV_DFU_USB(devtypeu, devtypel, instance) \
|
||||
@@ -120,6 +128,7 @@
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
BOOT_TARGET_DEVICES_JTAG(func) \
|
||||
BOOT_TARGET_DEVICES_MMC(func) \
|
||||
BOOT_TARGET_DEVICES_UFS(func) \
|
||||
BOOT_TARGET_DEVICES_XSPI(func) \
|
||||
BOOT_TARGET_DEVICES_DFU_USB(func) \
|
||||
BOOT_TARGET_DEVICES_PXE(func) \
|
||||
|
||||
Reference in New Issue
Block a user