Re: [PATCH 01/13] bin2c: Move bin2c in scripts/basic

2014-06-03 Thread Vivek Goyal
On Tue, Jun 03, 2014 at 06:01:26PM +0200, Borislav Petkov wrote: > On Tue, Jun 03, 2014 at 09:06:50AM -0400, Vivek Goyal wrote: > > Kexec wants to use bin2c and it wants to use it really early in the build > > process. See arch/x86/purgatory/ code in later patches. > > > > So move bin2c in scripts

Re: [PATCH 01/13] bin2c: Move bin2c in scripts/basic

2014-06-03 Thread Borislav Petkov
On Tue, Jun 03, 2014 at 09:06:50AM -0400, Vivek Goyal wrote: > Kexec wants to use bin2c and it wants to use it really early in the build > process. See arch/x86/purgatory/ code in later patches. > > So move bin2c in scripts/basic so that it can be built very early and > be usable by arch/x86/purga

[PATCH 01/13] bin2c: Move bin2c in scripts/basic

2014-06-03 Thread Vivek Goyal
Kexec wants to use bin2c and it wants to use it really early in the build process. See arch/x86/purgatory/ code in later patches. So move bin2c in scripts/basic so that it can be built very early and be usable by arch/x86/purgatory/ Signed-off-by: Vivek Goyal --- kernel/Makefile| 2 +-