From 9dd681bcc9c41e2ede4bd9320b8c0f3cf1f3a37a Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Wed, 27 May 2015 17:24:26 +0000 Subject: SoCFPGA: Add BSP and systems for Altera Cyclone V SoCFPGA Development Kit Add BSP and system definitions to support the Altera Cyclone V SoCFPGA development kit [1] [1] https://www.altera.com/products/boards_and_kits/dev-kits/altera/kit-cyclone-v-soc.html Change-Id: I9a2371e52b5601f814e2b0feedce006f0c4f7882 --- .../base-system-armv7l-altera-socfpga-devkit.morph | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 systems/base-system-armv7l-altera-socfpga-devkit.morph (limited to 'systems/base-system-armv7l-altera-socfpga-devkit.morph') diff --git a/systems/base-system-armv7l-altera-socfpga-devkit.morph b/systems/base-system-armv7l-altera-socfpga-devkit.morph new file mode 100644 index 00000000..b8fe4c28 --- /dev/null +++ b/systems/base-system-armv7l-altera-socfpga-devkit.morph @@ -0,0 +1,21 @@ +name: base-system-armv7l-altera-socfpga-devkit +kind: system +description: | + The set of strata required to have a minimal system for use on Altera SoCFPGA + development kit, using little-endian word order. +arch: armv7lhf +strata: +- name: build-essential + morph: strata/build-essential.morph +- name: core + morph: strata/core.morph +- name: foundation + morph: strata/foundation.morph +- name: bsp-armv7l-altera-socfpga-devkit + morph: strata/bsp-armv7l-altera-socfpga-devkit.morph +configuration-extensions: +- extensions/set-hostname +- extensions/add-config-files +- extensions/nfsboot +- extensions/install-files +- extensions/install-essential-files -- cgit v1.2.1