Re: [PATCH 7/9] powerpc/ps3: Add check for otheros image size

2020-03-29 Thread Geoff Levand
Hi Geert, On 3/29/20 7:00 AM, Geert Uytterhoeven wrote: >> --- a/arch/powerpc/boot/wrapper >> +++ b/arch/powerpc/boot/wrapper >> >> odir="$(dirname "$ofile.bin")" >> -rm -f "$odir/otheros.bld" >> -gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld" >> + >> +# The ps3's

Re: [PATCH 7/9] powerpc/ps3: Add check for otheros image size

2020-03-29 Thread Geert Uytterhoeven
Hi Geoff, On Fri, Mar 27, 2020 at 9:26 PM Geoff Levand wrote: > The ps3's otheros flash loader has a size limit of 16 MiB for the > uncompressed image. If that limit will be reached output the > flash image file as 'otheros-too-big.bld'. > > Signed-off-by: Geoff Levand Thanks for your patch!

[PATCH 7/9] powerpc/ps3: Add check for otheros image size

2020-03-27 Thread Geoff Levand
The ps3's otheros flash loader has a size limit of 16 MiB for the uncompressed image. If that limit will be reached output the flash image file as 'otheros-too-big.bld'. Signed-off-by: Geoff Levand --- arch/powerpc/boot/wrapper | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-