Re: [RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-09 Thread Francis Laniel
Hi. Le mardi 8 novembre 2022, 21:15:12 CET Simon Glass a écrit : > Hi, > > On Tue, 8 Nov 2022 at 08:21, Tom Rini wrote: > > On Mon, Nov 07, 2022 at 08:28:42AM -0700, Simon Glass wrote: > > > Hi Patrick, > > > > > > On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY > > > > > > wrote: > > > > Hi,

Re: [RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-08 Thread Simon Glass
Hi, On Tue, 8 Nov 2022 at 08:21, Tom Rini wrote: > > On Mon, Nov 07, 2022 at 08:28:42AM -0700, Simon Glass wrote: > > Hi Patrick, > > > > On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY > > wrote: > > > > > > Hi, > > > > > > On 11/1/22 20:20, Francis Laniel wrote: > > > > For the moment, the menu

Re: [RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-08 Thread Tom Rini
On Mon, Nov 07, 2022 at 08:28:42AM -0700, Simon Glass wrote: > Hi Patrick, > > On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY > wrote: > > > > Hi, > > > > On 11/1/22 20:20, Francis Laniel wrote: > > > For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the > > > default. > > >

Re: [RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-07 Thread Simon Glass
Hi Patrick, On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY wrote: > > Hi, > > On 11/1/22 20:20, Francis Laniel wrote: > > For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the > > default. > > The goal is to prepare the field to add a new hush parser which guarantees > >

Re: [RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-07 Thread Patrick DELAUNAY
Hi, On 11/1/22 20:20, Francis Laniel wrote: For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the default. The goal is to prepare the field to add a new hush parser which guarantees actual behavior is still correct. Signed-off-by: Francis Laniel --- cmd/Kconfig | 21

[RFC PATCH v5 09/24] cli: Add menu for hush parser

2022-11-01 Thread Francis Laniel
For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the default. The goal is to prepare the field to add a new hush parser which guarantees actual behavior is still correct. Signed-off-by: Francis Laniel --- cmd/Kconfig | 21 + common/Makefile | 3 ++-