diff options
author | Evgeniy Didin <didin@synopsys.com> | 2019-04-01 11:11:05 +0300 |
---|---|---|
committer | Evgeniy Didin <didin@synopsys.com> | 2019-04-26 08:50:22 +0000 |
commit | 8410aeeae6ba56f0b49be48461e5d8b8f1b8722f (patch) | |
tree | 9f972f367d4c269c830f44fd6f9076351cc25506 /templates/machine | |
parent | 0b9eef326f4f4e6532fbc20e2aa1c81de2ee4b79 (diff) |
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 <didin@synopsys.com>
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/hsdk/40_bblayers.conf.inc | 2 | ||||
-rw-r--r-- | templates/machine/hsdk/50_local.conf.inc | 2 |
2 files changed, 4 insertions, 0 deletions
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 |