Re: [PATCH 00/11] bootm: Support substitions in bootargs and add tests

2020-10-20 Thread Simon Glass
Hi Heinrich, On Mon, 19 Oct 2020 at 08:45, Heinrich Schuchardt wrote: > > On 19.10.20 15:55, Simon Glass wrote: > > This series adds tests to the fixup_silent-linux() function and extends > > the 'zimage' command to use it. > > > > It also adds a new string-substition feature to allow bootargs to

Re: [PATCH 00/11] bootm: Support substitions in bootargs and add tests

2020-10-19 Thread Heinrich Schuchardt
On 19.10.20 15:55, Simon Glass wrote: > This series adds tests to the fixup_silent-linux() function and extends > the 'zimage' command to use it. > > It also adds a new string-substition feature to allow bootargs to be a > template, rather than having to build it up piece by piece with > informatio

[PATCH 00/11] bootm: Support substitions in bootargs and add tests

2020-10-19 Thread Simon Glass
This series adds tests to the fixup_silent-linux() function and extends the 'zimage' command to use it. It also adds a new string-substition feature to allow bootargs to be a template, rather than having to build it up piece by piece with information obtained in a build script. It also updates zi