[PATCH v1 0/2] CMD commands improvements
Svyatoslav Ryhel
clamor95 at gmail.com
Mon Jan 23 21:03:52 CET 2023
- add new command 'continue' which stops performing
script until any key is pressed by user. It is useful
for keeping logs in output device until user allows
to continue script run.
- add ability for 'ums' command to interrupt run of usb
mass storage with any key. This is especially useful on
devices with limited input capabilities like tablets and
smatphones which have only gpio keys in direct access.
Current implementation uses Kconfig entry.
Svyatoslav Ryhel (2):
cmd: exit: add continue on key press command
cmd: ums: abort mounting by pressing any key
cmd/Kconfig | 6 ++++++
cmd/exit.c | 17 +++++++++++++++++
cmd/usb_mass_storage.c | 9 +++++++++
3 files changed, 32 insertions(+)
--
2.25.1
More information about the U-Boot
mailing list