Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1634302

[PATCH] kdump test comments:

From <yanjiang.jin@windriver.com>
Newsgroups linux.kernel
Subject [PATCH] kdump test comments:
Date 2017-05-02 11:50 +0200
Message-ID <tCCBr-4Qx-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Yanjiang Jin <yanjiang.jin@windriver.com>

1. Execute a kdump test on a "Freescale LayerScape LS1021E, Version: 2.0 board";

2. I think may all "proc-v7-3level" CPUs need this patch, but I only validated it on LS1021, so still use

#ifdef CONFIG_SOC_LS1021A

   to wrap this change;

3. Append "crashkernel=128M@2560M" in UBoot's command line;

4. Use uImage as kdump's first kernel and capture kernel, but ls1021A doesn't define LOADADDR now,
   so add below code in "arch/arm/boot/Makefile" temporarily to build an uImage:

+ifeq ($(CONFIG_SOC_LS1021A), y)
+LOADADDR=0x80008000
+endif
+

Yanjiang Jin (1):
  arm: proc-v7-3level.S: SOC_LS1021A: clear TTBCR.T1SZ

 arch/arm/mm/proc-v7-3level.S | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] kdump test comments: <yanjiang.jin@windriver.com> - 2017-05-02 11:50 +0200
  [PATCH] arm: proc-v7-3level.S: SOC_LS1021A: clear TTBCR.T1SZ <yanjiang.jin@windriver.com> - 2017-05-02 11:50 +0200

csiph-web