Re: [PATCH 5/7] binman: Workaround lz4 cli padding in test cases

2025-04-10 Thread Tom Rini
On Thu, Apr 10, 2025 at 08:53:14AM -0600, Simon Glass wrote: > Hi Mattijs, > > On Thu, 10 Apr 2025 at 03:27, Mattijs Korpershoek > wrote: > > > > Hi Simon, > > > > Thank you for the patch. > > > > On mar., mars 04, 2025 at 06:09, Simon Glass wrote: > > > > > From: Jiaxun Yang > > > > > > Newer

Re: [PATCH 5/7] binman: Workaround lz4 cli padding in test cases

2025-04-10 Thread Simon Glass
Hi Mattijs, On Thu, 10 Apr 2025 at 03:27, Mattijs Korpershoek wrote: > > Hi Simon, > > Thank you for the patch. > > On mar., mars 04, 2025 at 06:09, Simon Glass wrote: > > > From: Jiaxun Yang > > > > Newer lz4 util is not happy with any padding at end of file, > > it would abort with error mess

Re: [PATCH 5/7] binman: Workaround lz4 cli padding in test cases

2025-04-10 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On mar., mars 04, 2025 at 06:09, Simon Glass wrote: > From: Jiaxun Yang > > Newer lz4 util is not happy with any padding at end of file, > it would abort with error message like: > > Stream followed by undecodable data at position 43. > > Workaround by skippi