u-boot-brain/arch/arc/include/asm
Alexey Brodkin f13606b77d arc: introduce U-Boot port for ARCv2 ISA
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>
2015-02-13 09:17:51 +03:00
..
arcregs.h arc: define and use PTAG AUX regs for MMUv3 only 2015-02-09 16:41:20 +03:00
bitops.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
byteorder.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
cache.h arc: introduce U-Boot port for ARCv2 ISA 2015-02-13 09:17:51 +03:00
config.h arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h 2015-02-09 16:41:20 +03:00
errno.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
global_data.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
io.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
posix_types.h arc: Fix printf size_t format related warnings (again...) 2014-08-26 17:41:58 +04:00
ptrace.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
sections.h arc: relocate - minor refactoring and clean-up 2015-01-15 22:38:42 +03:00
string.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
types.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
u-boot-arc.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
u-boot.h arc: add architecture header files 2014-02-07 08:14:32 -05:00
unaligned.h arc: add architecture header files 2014-02-07 08:14:32 -05:00