All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/06] sh: Improved kexec support for SuperH
@ 2008-08-26 11:11 Magnus Damm
  2008-08-26 11:11 ` [PATCH 01/06] sh: Add support for sh4al-dsp processors Magnus Damm
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Magnus Damm @ 2008-08-26 11:11 UTC (permalink / raw)
  To: kexec; +Cc: horms, Magnus Damm

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@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(-)


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-08-27  7:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 11:11 [PATCH 00/06] sh: Improved kexec support for SuperH Magnus Damm
2008-08-26 11:11 ` [PATCH 01/06] sh: Add support for sh4al-dsp processors Magnus Damm
2008-08-26 11:12 ` [PATCH 02/06] sh: Get system memory ranges from /proc/iomem Magnus Damm
2008-08-26 11:12 ` [PATCH 03/06] sh: Add virtual addresses support Magnus Damm
2008-08-26 11:12 ` [PATCH 04/06] sh: Autodetect zImage zero page address Magnus Damm
2008-08-26 11:12 ` [PATCH 05/06] sh: Use dynamic zImage load address Magnus Damm
2008-08-26 11:12 ` [PATCH 06/06] sh: Add vmlinux support Magnus Damm
2008-08-27  2:39   ` Simon Horman
2008-08-27  4:10     ` Magnus Damm
2008-08-27  5:40       ` Simon Horman
2008-08-27  6:55         ` Magnus Damm
2008-08-27  7:35           ` Simon Horman
2008-08-27  7:05 ` [PATCH 00/06] sh: Improved kexec support for SuperH Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.