From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arc: introduce U-Boot port for ARCv2 ISA
Date: Fri, 13 Feb 2015 06:20:45 +0000 [thread overview]
Message-ID: <1423808445.3136.0.camel@synopsys.com> (raw)
In-Reply-To: <1423564713-26422-1-git-send-email-abrodkin@synopsys.com>
On Tue, 2015-02-10 at 13:38 +0300, Alexey Brodkin wrote:
> ARC HS and ARC EM are new cores based on ARCv2 ISA which is binary
> incompatible with ISAv1 (AKA ARCompact).
>
> Significant difference between ISAv2 and v1 is implementation of
> interrupt vector table.
>
> In v1 it is implemented in the same way as on many other architectures -
> as a special location where user may put whether code executed in place
> (if machine word of space is enough) or jump to a full-scale interrupt
> handler.
>
> In v2 interrupt table is just an array of adresses of real interrupt
> handlers. That requires a separate section for IVT that is not encoded
> as code by assembler.
>
> This change adds support for following cores:
> * ARC EM6 (simple 32-bit microcontroller without MMU)
> * ARC HS36 (advanced 32-bit microcontroller without MMU)
> * ARC HS38 (advanced 32-bit microcontroller with MMU)
>
> As a part of ARC HS38 new version of MMU (v4) was introduced.
>
> Also this change adds AXS131 board which is the same DW ARC SDP base board but
> with ARC HS38 CPU tile.
>
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> ---
> arch/arc/Kconfig | 59 ???
> arch/arc/config.mk | 12 ????????????????????
Applied
-Alexey
prev parent reply other threads:[~2015-02-13 6:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-10 10:38 [U-Boot] [PATCH] arc: introduce U-Boot port for ARCv2 ISA Alexey Brodkin
2015-02-13 6:20 ` Alexey Brodkin [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=1423808445.3136.0.camel@synopsys.com \
--to=alexey.brodkin@synopsys.com \
--cc=u-boot@lists.denx.de \
/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.