aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2016-08-09 22:41:22 +0100
committerJames Hogan <james.hogan@imgtec.com>2016-08-09 22:41:22 +0100
commit4c5e2cd2c4720851206c78da946ecddca93cdc84 (patch)
tree7e62b5e8a08ae2fd127a321eb08c32d2c9772eea
downloadmetag-legacy-__about__.tar.gz
Add a README for the metag-legacy.git repository__about__
Add a README for the main metag-legacy.git repository describing the main branch, and with some links to architecture documentation, the Buildroot port, and the QEMU port. Signed-off-by: James Hogan <james.hogan@imgtec.com>
-rw-r--r--README50
1 files changed, 50 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000000000..d392b8d6a17740
--- /dev/null
+++ b/README
@@ -0,0 +1,50 @@
+Metag Architecture Legacy Repository
+====================================
+
+Maintainer: James Hogan <james.hogan@imgtec.com>
+
+This repository is for the official / legacy version of ImgTec MetaLinux, i.e.
+for the arch/metag directory in the Linux kernel source.
+
+The main branches are as follows:
+
+master:
+ This contains the latest version of MetaLinux, which is the official
+ version of MetaLinux with more extensive SoC support than was merged
+ into mainline. It has a flattened history, and is kept mainly for
+ reference and archival purposes as MetaLinux will see no more official
+ releases (hence being referred to as legacy). It will never be rebased
+ (but nor is it likely to be updated).
+
+ Features include:
+ - Full SoC support for TZ1090.
+ - Full board support for the TZ1090 based Minimoprh & MetaMorph boards.
+ - Partial board support for Polaris (Pure Sensia 200D Connect).
+ - Various smaller arch features such as KGDB.
+
+ Particular thanks go to Will Newton, Graham Whaley, Neil Jones, George
+ Shore, Matt Fleming, Markos Chandras, Paul Burton, and Qais Yousef who
+ have all made significant contributions to the Meta port over the years.
+
+
+Architecture Documentation
+--------------------------
+
+Architecture documentation can be found on the ImgTec download page at:
+
+https://imgtec.com/downloads
+
+Look for:
+ "Meta HTP.GP Instruction Set"
+ "Meta HTP.GP Architecture Overview"
+
+
+Buildroot and QEMU
+------------------
+
+Buildroot and QEMU ports for Meta can be found on GitHub:
+
+https://github.com/img-meta
+
+Buildroot can build a Meta toolchain, and QEMU can be used to emulate a Meta in
+order to run a Meta Linux kernel.