gem5/util/m5
ARM gem5 Developers 612f8f074f arm: Add support for ARMv8 (AArch64 & AArch32)
Note: AArch64 and AArch32 interworking is not supported. If you use an AArch64
kernel you are restricted to AArch64 user-mode binaries. This will be addressed
in a later patch.

Note: Virtualization is only supported in AArch32 mode. This will also be fixed
in a later patch.

Contributors:
Giacomo Gabrielli    (TrustZone, LPAE, system-level AArch64, AArch64 NEON, validation)
Thomas Grocutt       (AArch32 Virtualization, AArch64 FP, validation)
Mbou Eyole           (AArch64 NEON, validation)
Ali Saidi            (AArch64 Linux support, code integration, validation)
Edmund Grimley-Evans (AArch64 FP)
William Wang         (AArch64 Linux support)
Rene De Jong         (AArch64 Linux support, performance opt.)
Matt Horsnell        (AArch64 MP, validation)
Matt Evans           (device models, code integration, validation)
Chris Adeniyi-Jones  (AArch64 syscall-emulation)
Prakash Ramrakhyani  (validation)
Dam Sunwoo           (validation)
Chander Sudanthi     (validation)
Stephan Diestelhorst (validation)
Andreas Hansson      (code integration, performance opt.)
Eric Van Hensbergen  (performance opt.)
Gabe Black
2014-01-24 15:29:34 -06:00
..
jni gem5ops: Implement Java JNI for gem5Ops 2011-09-13 12:06:13 -05:00
jni_gem5Op.c gem5ops: Implement Java JNI for gem5Ops 2011-09-13 12:06:13 -05:00
m5.c arm: fix m5ops binary for ARM and add m5fail. 2013-10-31 13:41:13 -05:00
m5op.h util: add m5_fail op. 2013-01-08 08:54:12 -05:00
m5op_alpha.S CPA: Add m5ops for critical path annotation work. 2009-02-26 19:29:16 -05:00
m5op_arm.S arm: fix m5ops binary for ARM and add m5fail. 2013-10-31 13:41:13 -05:00
m5op_arm_A64.S arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
m5op_sparc.S make m5 readfile work on solaris... we can have a solaris regression soon! 2007-02-24 22:05:01 -05:00
m5op_x86.S x86: Add support for m5ops through a memory mapped interface 2013-09-30 12:20:53 +02:00
m5ops.h util: add m5_fail op. 2013-01-08 08:54:12 -05:00
Makefile.alpha add pseduo instruction support for sparc 2007-02-21 21:06:17 -05:00
Makefile.arm arm: use -march when compiling m5op_arm.S 2013-08-14 10:51:47 -04:00
Makefile.sparc make m5 readfile work on solaris... we can have a solaris regression soon! 2007-02-24 22:05:01 -05:00
Makefile.thumb m5: Expose m5 pseudo-instructions to C/C++ via a static library 2012-10-09 12:58:25 +01:00
Makefile.x86 x86: Add support for m5ops through a memory mapped interface 2013-09-30 12:20:53 +02:00