summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Cragg <edward.cragg@codethink.co.uk>2015-04-29 14:03:15 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-07 10:07:22 +0000
commit0a226f2721def5583812f8a9720f5e52dea90737 (patch)
tree93a3fe1e21731aea86c88cd2e6a6eab85fd904e0
parent0b7b175beb196c78b1b4678154c7e2e3ccbc5a1a (diff)
downloaddefinitions-0a226f2721def5583812f8a9720f5e52dea90737.tar.gz
Add base systems for armv8l64 and armv8b64
These were previously conspicuous by their absence Change-Id: I425da2784927cdb336b462898d894fd69faec3ce
-rw-r--r--systems/base-system-armv8b64.morph21
-rw-r--r--systems/base-system-armv8l64.morph21
2 files changed, 42 insertions, 0 deletions
diff --git a/systems/base-system-armv8b64.morph b/systems/base-system-armv8b64.morph
new file mode 100644
index 00000000..43de2a01
--- /dev/null
+++ b/systems/base-system-armv8b64.morph
@@ -0,0 +1,21 @@
+name: base-system-armv8b64
+kind: system
+description: The set of strata required to have a minimal
+ system for big endian 64-bit ARMv8 computers.
+arch: armv8b64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-armv8b64-generic
+ morph: strata/bsp-armv8b64-generic.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- nfsboot
+- install-files
+- moonshot-kernel
+- install-essential-files
diff --git a/systems/base-system-armv8l64.morph b/systems/base-system-armv8l64.morph
new file mode 100644
index 00000000..4b28dff4
--- /dev/null
+++ b/systems/base-system-armv8l64.morph
@@ -0,0 +1,21 @@
+name: base-system-armv8l64
+kind: system
+description: The set of strata required to have a minimal
+ system for little endian 64-bit ARMv8 computers.
+arch: armv8l64
+strata:
+- name: build-essential
+ morph: strata/build-essential.morph
+- name: core
+ morph: strata/core.morph
+- name: foundation
+ morph: strata/foundation.morph
+- name: bsp-armv8l64-generic
+ morph: strata/bsp-armv8l64-generic.morph
+configuration-extensions:
+- set-hostname
+- add-config-files
+- nfsboot
+- install-files
+- moonshot-kernel
+- install-essential-files