public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] add kexec-tools support for armv7l processors
@ 2009-11-18 10:30 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-11-18 10:30 UTC (permalink / raw)
  To: kexec; +Cc: horms, Magnus Damm

From: Magnus Damm <damm@opensource.se>

Add kexec-tools support for arm processors identifying themselves
as armv7l. This includes sh7377 and the omap3 on my beagle board.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 kexec/arch/arm/kexec-arm.c |    1 +
 1 file changed, 1 insertion(+)

--- 0004/kexec/arch/arm/kexec-arm.c
+++ work/kexec/arch/arm/kexec-arm.c	2009-11-17 15:02:00.000000000 +0900
@@ -111,6 +111,7 @@ int arch_process_options(int argc, char 
 const struct arch_map_entry arches[] = {
 	{ "arm", KEXEC_ARCH_ARM },
 	{ "armv6l", KEXEC_ARCH_ARM },
+	{ "armv7l", KEXEC_ARCH_ARM },
 	{ 0 },
 };
 

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-18 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 10:30 [PATCH] add kexec-tools support for armv7l processors Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox