Re: [RFC PATCH v7 11/23] cmd: Add new parser command

2023-04-01 Thread Francis Laniel
Hi. Le samedi 1 avril 2023, 07:32:14 WEST Simon Glass a écrit : > Hi Francis, > > On Fri, 31 Mar 2023 at 08:49, Francis Laniel > > wrote: > > This command can be used to print the current parser with 'parser print'. > > It can also be used to set the current parser with 'parser set'. > > For t

Re: [RFC PATCH v7 11/23] cmd: Add new parser command

2023-03-31 Thread Simon Glass
Hi Francis, On Fri, 31 Mar 2023 at 08:49, Francis Laniel wrote: > > This command can be used to print the current parser with 'parser print'. > It can also be used to set the current parser with 'parser set'. > For the moment, only one value is valid for set: old. > > Signed-off-by: Francis Lanie

[RFC PATCH v7 11/23] cmd: Add new parser command

2023-03-30 Thread Francis Laniel
This command can be used to print the current parser with 'parser print'. It can also be used to set the current parser with 'parser set'. For the moment, only one value is valid for set: old. Signed-off-by: Francis Laniel --- cmd/Makefile | 2 + cmd/parser.c | 120