diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-10-03 09:03:10 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
commit | d261b05e1519bc719b3df7db14671b05c02dc0a3 (patch) | |
tree | adcb4b7eb1e49a22ca363bf8294c6b3fa48424f4 /meta-xilinx-bsp/conf/machine | |
parent | 0ecec9093b194ffcc3ea675b188252a8ac043941 (diff) | |
download | meta-xilinx-d261b05e1519bc719b3df7db14671b05c02dc0a3.tar.gz |
tune-versal.inc: Add support for versal devices
Add tune file supporting versal devices.
Xilinx is introducing Versal, an adaptive compute acceleration platform
(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine
Scalar Processing Engines, Adaptable Hardware Engines, and Intelligent
Engines with leading-edge memory and interfacing technologies to deliver
powerful heterogeneous acceleration for any application. The Versal AI
Core series has five devices, offering 128 to 400 AI Engines. The series
includes dual-core Arm Cortex™-A72 application processors, dual-core Arm
Cortex-R5 real-time processors, 256KB of on-chip memory with ECC, more
than 1,900 DSP engines optimized for high-precision floating point with
low latency
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/include/tune-versal.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/include/tune-versal.inc b/meta-xilinx-bsp/conf/machine/include/tune-versal.inc new file mode 100644 index 00000000..83acf6e0 --- /dev/null +++ b/meta-xilinx-bsp/conf/machine/include/tune-versal.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | DEFAULTTUNE ?= "aarch64" | ||
2 | SOC_FAMILY ?= "versal" | ||
3 | |||
4 | # Available SOC_VARIANT's for versal: | ||
5 | # virt | ||
6 | |||
7 | SOC_VARIANT ?= "" | ||
8 | |||
9 | require conf/machine/include/arm/arch-armv8.inc | ||
10 | require conf/machine/include/soc-family.inc | ||
11 | |||
12 | # Linux Configuration | ||
13 | KERNEL_IMAGETYPE ?= "Image" | ||
14 | |||