Re: [PATCH] [Bugfix] x86/boot/compressed: Fix serial I/O during compressed boot

2015-02-08 Thread Alexander Kuleshov
rejected 2015-02-08 18:33 GMT+06:00 Alexander Kuleshov : > Previously it used early_serial_base from the > arch/x86/boot/compressed/early_serial_console.c, and it's zero everytime, > so serial I/O didn't work/print anything in the kernel decompressing code. > > Let's define early_serial_base in th

[PATCH] [Bugfix] x86/boot/compressed: Fix serial I/O during compressed boot

2015-02-08 Thread Alexander Kuleshov
Previously it used early_serial_base from the arch/x86/boot/compressed/early_serial_console.c, and it's zero everytime, so serial I/O didn't work/print anything in the kernel decompressing code. Let's define early_serial_base in the arch/x86/boot/early_serial_console.c and make it extern, so code