Re: [PATCH 2/2 v2] x86: Add support for uncompressed kernel images

2013-12-16 Thread Christian Ruppert
On Mon, Nov 18, 2013 at 02:48:30PM +0100, Christian Ruppert wrote: > There seems to be some interest to enable uncompressed kernels also for x86 > in addition to (embedded) ARC platforms. > > Add the code to support uncompressed kernels to lib/, select the respective > Kconfig options for the x86

[PATCH 2/2 v2] x86: Add support for uncompressed kernel images

2013-11-18 Thread Christian Ruppert
There seems to be some interest to enable uncompressed kernels also for x86 in addition to (embedded) ARC platforms. Add the code to support uncompressed kernels to lib/, select the respective Kconfig options for the x86 architecture and use this code in the x86 kernel self-decompressor. Signed-o