From 8410aeeae6ba56f0b49be48461e5d8b8f1b8722f Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Mon, 1 Apr 2019 11:11:05 +0300 Subject: Add ARC HSDK board support This changeset adds the necessary files to build image for Synopsys ARC HS Development Kit (HSDK). Most of necessary tunnings are stored in meta-synopys layer. Synopsys DesignWare HSDK (which stands for ARC HS Development Kit) is the latest and greatest development platform that sports quad-core ARC HS38 in real silicon. Most noticeable features of the board are: * Quad-core ARC HS38 CPU running at 1GHz * 4Gb of DDR * Built-in Vivante GPU * Built-in Wi-Fi/Bluetooth module Peripherals: * [micro] SD-card slot * 2 USB 2.0 ports * 1Gbit Ethernet port * Built-in Digilent JTAG probe * Serial port accessible via micro-USB port New feature: SPEC-2346 Change-Id: I8772ee51cc3db9f6549da2d6a5ea2d116586cde6 Signed-off-by: Evgeniy Didin --- templates/machine/hsdk/40_bblayers.conf.inc | 2 ++ templates/machine/hsdk/50_local.conf.inc | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 templates/machine/hsdk/40_bblayers.conf.inc create mode 100644 templates/machine/hsdk/50_local.conf.inc (limited to 'templates/machine') diff --git a/templates/machine/hsdk/40_bblayers.conf.inc b/templates/machine/hsdk/40_bblayers.conf.inc new file mode 100644 index 000000000..8c02e8f61 --- /dev/null +++ b/templates/machine/hsdk/40_bblayers.conf.inc @@ -0,0 +1,2 @@ +# Use meta-synopsys layer for ARC HSDK board +BBLAYERS =+ "${METADIR}/meta-synopsys" diff --git a/templates/machine/hsdk/50_local.conf.inc b/templates/machine/hsdk/50_local.conf.inc new file mode 100644 index 000000000..61f77435e --- /dev/null +++ b/templates/machine/hsdk/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "hsdk" +require conf/include/agl_hsdk.inc -- cgit 1.2.3-korg