summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-vendor/README.md')
-rw-r--r--meta-xilinx-vendor/README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/README.md b/meta-xilinx-vendor/README.md
new file mode 100644
index 00000000..51ff84e1
--- /dev/null
+++ b/meta-xilinx-vendor/README.md
@@ -0,0 +1,37 @@
1# meta-xilinx-vendor
2
3This layer provides support for MicroBlaze, Zynq, ZynqMP and Versal architectures vendor boards.
4
5## Supported Boards/Machines
6
7**Boards/Machines supported by this layer:**
8
9
10| Platform | Vendor Board Variant | Machine Configuration file | Board Device tree |
11| ---| --- | ---| ---------- |
12|MicroBlaze|[Xilinx S3A DSP 1800](https://shop.trenz-electronic.de/en/TE0320-00-EV02I-FPGA-Module-with-Spartan-3A-DSP-1800K-EV02I-1-Gbit-DDR-RAM)|[s3adsp1800-qemu-microblazeeb](conf/machine/s3adsp1800-qemu-microblazeeb.conf)|NA|
13|Zynq-7000|[Avent Microzed](https://www.xilinx.com/products/boards-and-kits/1-5lakcu.html)|[microzed-zynq7](conf/machine/microzed-zynq7.conf)|`zynq-microzed.dtb`|
14||[Avnet Picozed](https://www.xilinx.com/products/boards-and-kits/1-58nuel.html)|[picozed-zynq7](conf/machine/picozed-zynq7.conf)|NA|
15||[Avnet Minized](https://www.xilinx.com/products/boards-and-kits/1-odbhjd.html)|[minized-zynq7](conf/machine/minized-zynq7.conf)|NA|
16||[Avnet/Digilent ZedBoard](https://www.xilinx.com/products/boards-and-kits/1-8dyf-11.html)|[zedboard-zynq7](conf/machine/zedboard-zynq7.conf)|NA|
17||[Digilent Zybo](https://www.xilinx.com/support/university/boards-portfolio/xup-boards/DigilentZYBO.html)|[zybo-zynq7](conf/machine/zybo-zynq7.conf)|`zynq-zybo.dtb`|
18||[Digilent Zybo Linux BD](https://www.xilinx.com/support/university/boards-portfolio/xup-boards/DigilentZYBO.html)|[zybo-linux-bd-zynq7](conf/machine/zybo-linux-bd-zynq7.conf)|NA|
19|ZynqMP|[Avent Ultra96](https://www.xilinx.com/products/boards-and-kits/1-vad4rl.html)|[ultra96-zynqmp](conf/machine/ultra96-zynqmp.conf)|`avnet-ultra96-rev1`|
20|Versal|NA|NA|NA|
21
22> **Note:**
23`For Zybo Linux BD reference design, please see meta-xilinx-contrib layer`
24
25## Dependencies
26
27This layer depends on:
28
29 URI: git://git.openembedded.org/bitbake
30
31 URI: git://git.openembedded.org/openembedded-core
32 layers: meta
33 branch: master or xilinx current release version (e.g. hosister)
34
35 URI: git://git.yoctoproject.org/meta-xilinx.git
36 layers: meta-xilinx-microblaze, meta-xilinx-core
37 branch: master or xilinx current release version (e.g. hosister)