Re: [PATCH 2/2 v4] x86/earlyprintk: setup earlyprintk as early as possible

2015-05-11 Thread Andy Shevchenko
On Mon, 2015-05-11 at 01:14 +0600, Alexander Kuleshov wrote: > As setup_early_printk passed to the early_param, it will be usable only after > 'parse_early_param' function will be called from the 'setup_arch'. So we have > earlyprintk during early boot and decompression. Next point after > decompr

[PATCH 2/2 v4] x86/earlyprintk: setup earlyprintk as early as possible

2015-05-10 Thread Alexander Kuleshov
As setup_early_printk passed to the early_param, it will be usable only after 'parse_early_param' function will be called from the 'setup_arch'. So we have earlyprintk during early boot and decompression. Next point after decompression of the kernel where we can use early_printk is after call of th

[PATCH 2/2 v4] x86/earlyprintk: setup earlyprintk as early as possible

2015-04-09 Thread Alexander Kuleshov
As setup_early_printk passed to the early_param, it will be usable only after 'parse_early_param' function will be called from the 'setup_arch'. So we have earlyprintk during early boot and decompression. Next point after decompression of the kernel where we can use early_printk is after call of th