Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-06 Thread Maxime Ripard
On Fri, Nov 03, 2017 at 06:01:20PM +0100, Frank Kunz wrote: > Am Freitag, 3. November 2017, 09:42:44 CET schrieb Maxime Ripard: > > Hi Frank, > > > > On Thu, Nov 02, 2017 at 04:53:54PM +0100, Frank Kunz wrote: > > > Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > > > > The U

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-03 Thread Frank Kunz
Am Freitag, 3. November 2017, 09:42:44 CET schrieb Maxime Ripard: > Hi Frank, > > On Thu, Nov 02, 2017 at 04:53:54PM +0100, Frank Kunz wrote: > > Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > > > The U-boot binary may trip over its actual allocated size in the > > > storag

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-03 Thread Maxime Ripard
Hi Frank, On Thu, Nov 02, 2017 at 04:53:54PM +0100, Frank Kunz wrote: > Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > > The U-boot binary may trip over its actual allocated size in the storage. > > In such a case, the environment will not be readable anymore (because > > c

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-02 Thread Frank Kunz
Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > The U-boot binary may trip over its actual allocated size in the storage. > In such a case, the environment will not be readable anymore (because > corrupted when the new image was flashed), and any attempt at using saveenv > to

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-10-19 Thread Andre Przywara
Hi, On 19/10/17 15:04, Maxime Ripard wrote: > The U-boot binary may trip over its actual allocated size in the storage. > In such a case, the environment will not be readable anymore (because > corrupted when the new image was flashed), and any attempt at using saveenv > to reconstruct the environ

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-10-19 Thread Bin Meng
On Thu, Oct 19, 2017 at 10:04 PM, Maxime Ripard wrote: > The U-boot binary may trip over its actual allocated size in the storage. > In such a case, the environment will not be readable anymore (because > corrupted when the new image was flashed), and any attempt at using saveenv > to reconstruct

[U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-10-19 Thread Maxime Ripard
The U-boot binary may trip over its actual allocated size in the storage. In such a case, the environment will not be readable anymore (because corrupted when the new image was flashed), and any attempt at using saveenv to reconstruct the environment will result in a corrupted U-boot binary. Signe