From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@armlinux.org.uk (Russell King - ARM Linux) Date: Mon, 6 Jun 2016 17:41:29 +0100 Subject: [PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools Message-ID: <20160606164129.GM1041@n2100.armlinux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Here's the latest set of kexec-tools patches to support Keystone II platforms, which work in conjunction with the kernel patches which Andrew Morton has already taken. Most of the patches have been reviewed, but there are a small number which do not have Reviewed-by or Acked-by tags; these are due to comments, which I've replied to, which have yet to have further responses. kdump/kdump.c | 27 ++++- kexec/Makefile | 4 + kexec/arch/arm/Makefile | 5 + kexec/arch/arm/crashdump-arm.c | 247 +++++++++++++++++++------------------- kexec/arch/arm/crashdump-arm.h | 2 +- kexec/arch/arm/iomem.h | 9 ++ kexec/arch/arm/kexec-arm.c | 8 +- kexec/arch/arm/kexec-uImage-arm.c | 3 +- kexec/arch/arm/kexec-zImage-arm.c | 6 +- kexec/arch/arm/phys_to_virt.c | 6 +- kexec/arch/arm/phys_to_virt.h | 8 ++ kexec/crashdump.h | 2 +- kexec/kexec-uImage.c | 3 +- kexec/kexec.c | 4 +- kexec/kexec.h | 1 + kexec/mem_regions.c | 128 ++++++++++++++++++++ kexec/mem_regions.h | 15 +++ kexec/phys_to_virt.c | 2 +- kexec/zlib.c | 4 +- 19 files changed, 339 insertions(+), 145 deletions(-) -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b9xbG-0003Aa-7l for kexec@lists.infradead.org; Mon, 06 Jun 2016 16:42:03 +0000 Date: Mon, 6 Jun 2016 17:41:29 +0100 From: Russell King - ARM Linux Subject: [PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools Message-ID: <20160606164129.GM1041@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org Cc: Pratyush Anand , Baoquan He Here's the latest set of kexec-tools patches to support Keystone II platforms, which work in conjunction with the kernel patches which Andrew Morton has already taken. Most of the patches have been reviewed, but there are a small number which do not have Reviewed-by or Acked-by tags; these are due to comments, which I've replied to, which have yet to have further responses. kdump/kdump.c | 27 ++++- kexec/Makefile | 4 + kexec/arch/arm/Makefile | 5 + kexec/arch/arm/crashdump-arm.c | 247 +++++++++++++++++++------------------- kexec/arch/arm/crashdump-arm.h | 2 +- kexec/arch/arm/iomem.h | 9 ++ kexec/arch/arm/kexec-arm.c | 8 +- kexec/arch/arm/kexec-uImage-arm.c | 3 +- kexec/arch/arm/kexec-zImage-arm.c | 6 +- kexec/arch/arm/phys_to_virt.c | 6 +- kexec/arch/arm/phys_to_virt.h | 8 ++ kexec/crashdump.h | 2 +- kexec/kexec-uImage.c | 3 +- kexec/kexec.c | 4 +- kexec/kexec.h | 1 + kexec/mem_regions.c | 128 ++++++++++++++++++++ kexec/mem_regions.h | 15 +++ kexec/phys_to_virt.c | 2 +- kexec/zlib.c | 4 +- 19 files changed, 339 insertions(+), 145 deletions(-) -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec