Re: [RFC PATCH 13/28] cli: lil: Wire up LIL to the rest of U-Boot

2021-07-05 Thread Simon Glass
Hi Sean, On Thu, 1 Jul 2021 at 00:16, Sean Anderson wrote: > > This sets the shell to LIL when CONFIG_LIL is enabled. Repeated commands > are not supporteed. Neither are partial commands a la Hush's secondary > prompt. Setting and getting environmental variables is done through > callbacks to

Re: [RFC PATCH 13/28] cli: lil: Wire up LIL to the rest of U-Boot

2021-07-02 Thread Sean Anderson
On 7/2/21 4:18 AM, Rasmus Villemoes wrote: On 01/07/2021 08.15, Sean Anderson wrote: This sets the shell to LIL when CONFIG_LIL is enabled. Repeated commands are not supporteed. Neither are partial commands a la Hush's secondary prompt. Setting and getting environmental variables is done

Re: [RFC PATCH 13/28] cli: lil: Wire up LIL to the rest of U-Boot

2021-07-02 Thread Rasmus Villemoes
On 01/07/2021 08.15, Sean Anderson wrote: > This sets the shell to LIL when CONFIG_LIL is enabled. Repeated commands > are not supporteed. Neither are partial commands a la Hush's secondary > prompt. Setting and getting environmental variables is done through > callbacks to assist with testing.

[RFC PATCH 13/28] cli: lil: Wire up LIL to the rest of U-Boot

2021-07-01 Thread Sean Anderson
This sets the shell to LIL when CONFIG_LIL is enabled. Repeated commands are not supporteed. Neither are partial commands a la Hush's secondary prompt. Setting and getting environmental variables is done through callbacks to assist with testing. Signed-off-by: Sean Anderson --- cmd/Kconfig