public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: kexec@lists.infradead.org
Cc: horms@verge.net.au, Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH] add kexec-tools support for armv7l processors
Date: Wed, 18 Nov 2009 19:30:20 +0900	[thread overview]
Message-ID: <20091118103020.11992.28478.sendpatchset@rxone.opensource.se> (raw)

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

                 reply	other threads:[~2009-11-18 10:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091118103020.11992.28478.sendpatchset@rxone.opensource.se \
    --to=magnus.damm@gmail.com \
    --cc=horms@verge.net.au \
    --cc=kexec@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox