Re: [PATCH] commands/hwclock: align -n option help

2019-05-09 Thread Sascha Hauer
On Thu, May 09, 2019 at 09:42:00AM +0300, Antony Pavlov wrote: > Help string for hwclock -n option isn't aligned: > > barebox@barebox sandbox:/ help hwclock > > hwclock - query or set the hardware clock (RTC) > > Options: > -f NAME RTC device name

Re: [PATCH 08/10] filetype: Detect Layerscape PBL images

2019-05-09 Thread Roland Hieber
On Thu, May 09, 2019 at 11:50:08AM +0200, Sascha Hauer wrote: > On Wed, May 08, 2019 at 01:02:54PM +0200, Roland Hieber wrote: > > Hi Sascha, > > > > On Wed, May 08, 2019 at 11:03:05AM +0200, Sascha Hauer wrote: > > > The Layerscape SoCs have their own boot image format. Add filetype > > >

Re: [PATCH 08/10] filetype: Detect Layerscape PBL images

2019-05-09 Thread Sascha Hauer
On Wed, May 08, 2019 at 01:02:54PM +0200, Roland Hieber wrote: > Hi Sascha, > > On Wed, May 08, 2019 at 11:03:05AM +0200, Sascha Hauer wrote: > > The Layerscape SoCs have their own boot image format. Add filetype > > detection for it. > > > > Signed-off-by: Sascha Hauer > > --- > >

[PATCH] crypto: digest: fix digesting file windows

2019-05-09 Thread Sascha Hauer
When digesting a file we always try toread PAGE_SIZE bytes. When we get a short read because we reached the file end then the code works correctly. If instead we only want to digest a part of the file then we must make sure to only read up to 'size' bytes. Fixes: b77582effd ("crypto: digest:

[PATCH] commands/hwclock: align -n option help

2019-05-09 Thread Antony Pavlov
Help string for hwclock -n option isn't aligned: barebox@barebox sandbox:/ help hwclock hwclock - query or set the hardware clock (RTC) Options: -f NAME RTC device name (default rtc0) -e VARNAME store RTC readout into