From 44fc0ef8f2b8d7ef24eb3136e0f41819d1ebfc32 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 3 Sep 2005 15:55:58 -0700 Subject: [PATCH] --- yaml --- r: 6935 b: refs/heads/master c: b749bfcd1be72f8cb8310e1cac12825bda029432 h: refs/heads/master i: 6933: 0fde5dbd56d4d987e21e7bd5d1502d1b82f84c9d 6931: 004c70f7ed18a680fcb1f0b2b8f24579374bf210 6927: 8e32ef542a977f92acd68cbdc1a7879be13f53e4 v: v3 --- [refs] | 2 +- trunk/arch/ppc64/Kconfig.debug | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index dd050701ca4f..c2ad87d6e133 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f54bef9e9c84c8dc656c55dc96c1da7b6d1c53d8 +refs/heads/master: b749bfcd1be72f8cb8310e1cac12825bda029432 diff --git a/trunk/arch/ppc64/Kconfig.debug b/trunk/arch/ppc64/Kconfig.debug index 46b1ce58da3b..f16a5030527b 100644 --- a/trunk/arch/ppc64/Kconfig.debug +++ b/trunk/arch/ppc64/Kconfig.debug @@ -41,10 +41,19 @@ config XMON help Include in-kernel hooks for the xmon kernel monitor/debugger. Unless you are intending to debug the kernel, say N here. + Make sure to enable also CONFIG_BOOTX_TEXT on Macs. Otherwise + nothing will appear on the screen (xmon writes directly to the + framebuffer memory). + The cmdline option 'xmon' or 'xmon=early' will drop into xmon very + early during boot. 'xmon=on' will just enable the xmon debugger hooks. + 'xmon=off' will disable the debugger hooks if CONFIG_XMON_DEFAULT is set. config XMON_DEFAULT bool "Enable xmon by default" depends on XMON + help + xmon is normally disabled unless booted with 'xmon=on'. + Use 'xmon=off' to disable xmon init during runtime. config PPCDBG bool "Include PPCDBG realtime debugging"