[Crash-utility] [crash-utility][PATCH]: Corrected opal console buffer length

Ankit Kumar ankit at linux.vnet.ibm.com
Mon Mar 6 04:53:32 UTC 2017


This patch corrects OPAL console buffer size based on latest skiboot source.
https://github.com/open-power/skiboot/blob/master/include/mem-map.h

Signed-off-by: Ankit Kumar <ankit at linux.vnet.ibm.com>
---
 ppc64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppc64.c b/ppc64.c
index edf46dc..15025d5 100644
--- a/ppc64.c
+++ b/ppc64.c
@@ -2741,7 +2741,7 @@ ppc64_get_smp_cpus(void)
  * https://github.com/open-power/skiboot/blob/master/include/mem-map.h
  */
 #define SKIBOOT_CONSOLE_DUMP_START	0x31000000
-#define SKIBOOT_CONSOLE_DUMP_SIZE	0x40000
+#define SKIBOOT_CONSOLE_DUMP_SIZE	0x100000
 #define SKIBOOT_BASE			0x30000000
 #define ASCII_UNLIMITED ((ulong)(-1) >> 1)
 
-- 
2.7.4




More information about the Crash-utility mailing list