mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Shiyan <shc_work@mail.ru>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: Add CPU detection macros for ARM720
Date: Fri, 15 Mar 2013 08:27:44 +0100	[thread overview]
Message-ID: <20130315072744.GA1906@pengutronix.de> (raw)
In-Reply-To: <1363261919-30335-1-git-send-email-shc_work@mail.ru>

On Thu, Mar 14, 2013 at 03:51:59PM +0400, Alexander Shiyan wrote:
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied, thanks

Sascha

> ---
>  arch/arm/include/asm/system_info.h |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/include/asm/system_info.h b/arch/arm/include/asm/system_info.h
> index 56ebb11..13171cc 100644
> --- a/arch/arm/include/asm/system_info.h
> +++ b/arch/arm/include/asm/system_info.h
> @@ -14,6 +14,9 @@
>  #define CPU_ARCH_ARMv6		8
>  #define CPU_ARCH_ARMv7		9
>  
> +#define CPU_IS_ARM720		0x41007200
> +#define CPU_IS_ARM720_MASK	0xff00fff0
> +
>  #define CPU_IS_ARM920		0x41009200
>  #define CPU_IS_ARM920_MASK	0xff00fff0
>  
> @@ -55,11 +58,13 @@
>  #else
>  #define ARM_ARCH CPU_ARCH_ARMv4T
>  #endif
> +#define cpu_is_arm720()	cpu_is_arm(ARM720)
>  #define cpu_is_arm920()	cpu_is_arm(ARM920)
>  #define cpu_is_pxa250() cpu_is_arm(PXA250)
>  #define cpu_is_pxa255() cpu_is_arm(PXA255)
>  #define cpu_is_pxa270() cpu_is_arm(PXA270)
>  #else
> +#define cpu_is_arm720() (0)
>  #define cpu_is_arm920() (0)
>  #define cpu_is_pxa250() (0)
>  #define cpu_is_pxa255() (0)
> -- 
> 1.7.3.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

      reply	other threads:[~2013-03-15  7:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-14 11:51 Alexander Shiyan
2013-03-15  7:27 ` Sascha Hauer [this message]

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=20130315072744.GA1906@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=shc_work@mail.ru \
    /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