Here comes a few SuperH related patches. Trivial stuff - fixing up plain kexec support. Kdump is not ready yet. I also have have a few kdump changes in my local tree but they need more work. [PATCH 01/06] sh: Add support for sh4al-dsp processors [PATCH 02/06] sh: Get system memory ranges from /proc/iomem [PATCH 03/06] sh: Add virtual addresses support [PATCH 04/06] sh: Autodetect zImage zero page address [PATCH 05/06] sh: Use dynamic zImage load address [PATCH 06/06] sh: Add vmlinux support Tested with 2.6.27-rc on SuperH Mobile processor models sh7722/sh7723. Signed-off-by: Magnus Damm <damm at igel.co.jp> --- kexec/arch/sh/Makefile | 5 + kexec/arch/sh/kexec-elf-sh.c | 114 +++++++++++++++++++++++++++++++++++++++ kexec/arch/sh/kexec-sh.c | 97 ++++++++++++++++++++++----------- kexec/arch/sh/kexec-sh.h | 8 ++ kexec/arch/sh/kexec-zImage-sh.c | 96 +++++++++++++++++++++++--------- 5 files changed, 260 insertions(+), 60 deletions(-)