Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-12-11 Thread Simon Glass
Hi Rasmus, On Fri, 10 Dec 2021 at 00:41, Rasmus Villemoes wrote: > > On 10/12/2021 01.14, Simon Glass wrote: > > Hi, > > > > On Wed, 8 Dec 2021 at 11:10, Philippe REYNES > > wrote: > >> > > >> > >> Everybody agrees with this proposal ? > > > > So long as this is not a shell script and is done wi

Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-12-09 Thread Rasmus Villemoes
On 10/12/2021 01.14, Simon Glass wrote: > Hi, > > On Wed, 8 Dec 2021 at 11:10, Philippe REYNES > wrote: >> >> >> Everybody agrees with this proposal ? > > So long as this is not a shell script and is done with a binman entry, yes. No, no and please no. Binman really isn't as wonderful and magi

Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-12-09 Thread Simon Glass
Hi, On Wed, 8 Dec 2021 at 11:10, Philippe REYNES wrote: > > Hi Rasmus, > > First, thanks for the feedback. > > > Le 06/12/2021 à 09:23, Rasmus Villemoes a écrit : > > On 17/11/2021 18.52, Philippe Reynes wrote: > >> This commit adds a script gen_pre_load_header.sh > >> that generate the header us

Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-12-08 Thread Philippe REYNES
Hi Rasmus, First, thanks for the feedback. Le 06/12/2021 à 09:23, Rasmus Villemoes a écrit : On 17/11/2021 18.52, Philippe Reynes wrote: This commit adds a script gen_pre_load_header.sh that generate the header used by the image pre-load stage. Signed-off-by: Philippe Reynes --- tools/gen

Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-12-06 Thread Rasmus Villemoes
On 17/11/2021 18.52, Philippe Reynes wrote: > This commit adds a script gen_pre_load_header.sh > that generate the header used by the image pre-load > stage. > > Signed-off-by: Philippe Reynes > --- > tools/gen_pre_load_header.sh | 174 +++ > 1 file changed, 174 i

Re: [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-11-24 Thread Simon Glass
Hi, On Wed, 17 Nov 2021 at 10:52, Philippe Reynes wrote: > > This commit adds a script gen_pre_load_header.sh > that generate the header used by the image pre-load > stage. > > Signed-off-by: Philippe Reynes > --- > tools/gen_pre_load_header.sh | 174 +++ > 1 fil

[RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import

2021-11-17 Thread Philippe Reynes
This commit adds a script gen_pre_load_header.sh that generate the header used by the image pre-load stage. Signed-off-by: Philippe Reynes --- tools/gen_pre_load_header.sh | 174 +++ 1 file changed, 174 insertions(+) create mode 100755 tools/gen_pre_load_header.s