All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] Processor clasification
Date: Tue, 13 Aug 2013 14:21:39 -0300	[thread overview]
Message-ID: <520A6B23.30801@zacarias.com.ar> (raw)
In-Reply-To: <806C53D969FD42429BD6758EEA7CF891@JohanW7>

On 08/13/2013 12:23 PM, Sagaert Johan wrote:

> Hi all;
>  
> What is the correct classification ?
>  
> When entering uname -a , the cpu spec is specified as armv6l , so what
> is the relation with the selection menu 
> example CORTEX A9..
>  
> So if i have a cpu that tells me from the datasheet it is an 'armv6te'
> what is then the right selection in the cpu variant menu ?
> It confuses me a bit.

Hi.
Cortex A9 & co are ARM cores (ARM920, ARM926, Cortex-A8, and so on).
armvX (X = number) is the ISA implemented, for instance the lowest
common these days would be armv4.
The letters after the ISA number are options, for example T means the
processor supports the thumb instruction set extension... say... armv4t
(some cores support more or less stuff depending on what the vendor chose).
The L means little-endian configuration.
v4 ISA is basically arm 920/922 cores.
v5 ISA is the very common arm 926 core.
v6 ISA are the arm 11 (36/56/76) cores.
v7 ISA are the Cortex A* cores.
v8 ISA are the 64-bit Aarch64 cores.
Usually looking at /proc/cpuinfo can give you some extra detail, for
instance some Cortex A* cores support VFP math and other don't.
http://en.wikipedia.org/wiki/List_of_ARM_microprocessor_cores is pretty
accurate.

Regards.

      reply	other threads:[~2013-08-13 17:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-13 15:23 [Buildroot] Processor clasification Sagaert Johan
2013-08-13 17:21 ` Gustavo Zacarias [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=520A6B23.30801@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --cc=buildroot@busybox.net \
    /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 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.