Re: [PATCH v2] MIPS: Allow compressed images to be loaded at any address

2018-03-12 Thread Alban
On Mon, 13 Feb 2017 22:19:45 + James Hogan wrote: > Hi Alban, > > On Mon, Feb 13, 2017 at 09:38:08PM +0100, Alban wrote: > > From: Alban Bedel > > > > Compressed images (vmlinuz.bin) have to be loaded at a specific > > address that differ from the address normaly used for vmlinux.bin. > >

Re: [PATCH v2] MIPS: Allow compressed images to be loaded at any address

2017-02-13 Thread James Hogan
Hi Alban, On Mon, Feb 13, 2017 at 09:38:08PM +0100, Alban wrote: > From: Alban Bedel > > Compressed images (vmlinuz.bin) have to be loaded at a specific > address that differ from the address normaly used for vmlinux.bin. > This is because the decompressor just write its output at the address >

[PATCH v2] MIPS: Allow compressed images to be loaded at any address

2017-02-13 Thread Alban
From: Alban Bedel Compressed images (vmlinuz.bin) have to be loaded at a specific address that differ from the address normaly used for vmlinux.bin. This is because the decompressor just write its output at the address vmlinux.bin should be loaded at, and it shouldn't overwrite itself. This limit