Re: [PATCH v4] cmd: Add pause command

2022-09-02 Thread Tom Rini
On Thu, Aug 18, 2022 at 03:44:04PM -0400, Samuel Dionne-Riel wrote: > 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

[PATCH v4] cmd: Add pause command

2022-08-18 Thread Samuel Dionne-Riel
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: