From 6abe65e89459f3170e7a0abf12d3021a62d3beee Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Wed, 29 Apr 2015 14:03:15 +0000 Subject: Add base systems for armv8l64 and armv8b64 These were previously conspicuous by their absence Change-Id: I425da2784927cdb336b462898d894fd69faec3ce --- systems/base-system-armv8b64.morph | 21 +++++++++++++++++++++ systems/base-system-armv8l64.morph | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 systems/base-system-armv8b64.morph create mode 100644 systems/base-system-armv8l64.morph 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 -- cgit v1.2.1