mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Enable verbose bootup debugging and ensure that the serial IO base port is configured
This commit is contained in:
parent
bec3335cf6
commit
e177de63d0
@ -291,7 +291,7 @@ CONFIG_STACKTRACE=y
|
|||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_STRICT_DEVMEM is not set
|
# CONFIG_STRICT_DEVMEM is not set
|
||||||
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
CONFIG_X86_VERBOSE_BOOTUP=y
|
||||||
# CONFIG_DOUBLEFAULT is not set
|
# CONFIG_DOUBLEFAULT is not set
|
||||||
CONFIG_IO_DELAY_0XED=y
|
CONFIG_IO_DELAY_0XED=y
|
||||||
CONFIG_OPTIMIZE_INLINING=y
|
CONFIG_OPTIMIZE_INLINING=y
|
||||||
|
@ -43,3 +43,12 @@ diff -u --recursive ../../clean/linux-4.14.62/arch/x86/boot/compressed/eboot.c l
|
|||||||
|
|
||||||
return boot_params;
|
return boot_params;
|
||||||
fail2:
|
fail2:
|
||||||
|
--- clean/linux-4.14.62/arch/x86/boot/compressed/early_serial_console.c 2018-08-09 12:16:40.000000000 +0200
|
||||||
|
+++ linux-4.14.62/arch/x86/boot/compressed/early_serial_console.c 2018-09-28 11:59:36.824015244 +0200
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
|
-int early_serial_base;
|
||||||
|
+int early_serial_base = 0x3f8;
|
||||||
|
|
||||||
|
#include "../early_serial_console.c"
|
||||||
|
Loading…
Reference in New Issue
Block a user