]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[Morello] Add top-level README-morello
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 28 Oct 2020 15:17:51 +0000 (15:17 +0000)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 29 Oct 2020 11:21:06 +0000 (11:21 +0000)
README-morello [new file with mode: 0644]

diff --git a/README-morello b/README-morello
new file mode 100644 (file)
index 0000000..72057fe
--- /dev/null
@@ -0,0 +1,26 @@
+The Morello [1] architecture is a prototype implementation of the capability-based
+CHERI [2] architecture in AArch64, intended to promote research into capability
+architectures and their deployment.
+
+This branch contains binutils and gdb support for Morello.
+The ABI-related parts of the work are in alpha state and are likely to change.
+
+As Morello is a prototype architecture we intend to maintain the toolchain
+components on a branch rather than integrate it into master.
+To report bugs please use the GitLab mirror set up at:
+https://git.morello-project.org/morello-gnu-toolchain/binutils-gdb
+
+Please send any patches or start discussions on the gnu-morello [3] list.
+
+Maintainers for the branch are:
+* GDB: Luis Machado <luis.machado@linaro.org>
+* Binutils: Matthew Malcomson <matthew.malcomson@arm.com>
+* Binutils: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+To contribute patches to the branch please submit them to gnu-morello@op-lists.linaro.org
+CC'ing the appropriate maintainers above.
+
+[1] https://developer.arm.com/architectures/cpu-architecture/a-profile/morello
+[2] https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/
+[3] https://op-lists.linaro.org/mailman/listinfo/gnu-morello
+