commit | dc0d17c26a3a03634994c59adb0b657807827183 | [log] [tgz] |
---|---|---|
author | Samuel Dionne-Riel <samuel@dionne-riel.com> | Thu Aug 18 15:44:04 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 02 13:40:42 2022 -0400 |
tree | 991b387d3fcb0fd43082033fc0fc040ea756ef4d | |
parent | d88260710b212815ae1f461aec24ad926c668d36 [diff] |
cmd: Add pause command This command is being introduced with the goal of allowing user-friendly "generic use case" U-Boot builds to pause until user input under some situations. The main use case would be when a boot failure happens, to pause until the user has had time to acknowledge the current state. Tested using: make && ./u-boot -v -T -c 'ut lib lib_test_hush_pause' Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com> Cc: Simon Glass <sjg@chromium.org>