summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-contrib
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-14 15:20:52 -0600
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commit2d9a3fd5fa6408dc048c58041d76f63cd1bb1194 (patch)
tree5e202ae0979fb099ec592c393c90da10d16439a7 /meta-xilinx-contrib
parentccc6f59c6d2f68c3b438c2b0d1de16bdd3bc45e2 (diff)
downloadmeta-xilinx-2d9a3fd5fa6408dc048c58041d76f63cd1bb1194.tar.gz
README: Update contrib layer langdale release info
1. Update meta-xilinx contrib README with langdale release info. 2. Update README with QEMU and HW testing details. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-contrib')
-rw-r--r--meta-xilinx-contrib/README.md39
1 files changed, 21 insertions, 18 deletions
diff --git a/meta-xilinx-contrib/README.md b/meta-xilinx-contrib/README.md
index 1b11d347..629a7798 100644
--- a/meta-xilinx-contrib/README.md
+++ b/meta-xilinx-contrib/README.md
@@ -1,31 +1,34 @@
1# meta-xilinx-contrib 1# meta-xilinx-contrib
2 2
3This layer is a contribution layer to support for MicroBlaze, Zynq and ZynqMP architectures. 3This layer is a contribution layer enables AMD Xilinx MicroBlaze, Zynq, ZynqMP
4and Versal devices and provides related metadata.
4Any patches from open source contributors for vendor board can be added here. 5Any patches from open source contributors for vendor board can be added here.
5 6
6## Supported Boards/Machines 7## Vendor Evaluation Boards BSP Machines files
7 8
8**Boards/Machines supported by this layer:** 9The following boards are supported by the meta-xilinx-contrib layer:
9
10
11| Platform | Vendor Board Variant | Machine Configuration file | Board Device tree |
12| ---| --- | ---| ---------- |
13|MicroBlaze|[Xilinx ML605 (QEMU)](https://www.digikey.com/en/products/detail/amd-xilinx/EK-V6-ML605-G/2175174)|[ml605-qemu-microblazeel](conf/machine/ml605-qemu-microblazeel.conf)|NA|
14|Zynq-7000|NA|NA|NA|
15|ZynqMP|NA|NA|NA|
16|Versal|NA|NA|NA|
17 10
11| Devices | Vendor Board Variant | Machine Configuration file | HW Board Device tree | QEMU tested | HW tested |
12|------------|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|----------------------|-------------|-----------|
13| MicroBlaze | [Xilinx ML605 (QEMU)](https://www.digikey.com/en/products/detail/amd-xilinx/EK-V6-ML605-G/2175174) | [ml605-qemu-microblazeel](conf/machine/ml605-qemu-microblazeel.conf) | NA | No | NA |
14| Zynq-7000 | NA | NA | NA | | |
15| ZynqMP | NA | NA | NA | | |
16| Versal | NA | NA | NA | | |
17---
18## Dependencies 18## Dependencies
19 19
20This layer depends on: 20This layer depends on:
21 21
22 URI: git://git.openembedded.org/bitbake 22 URI: https:///git.yoctoproject.org/poky
23 layers: meta, meta-poky
24 branch: langdale
23 25
24 URI: git://git.openembedded.org/openembedded-core 26 URI: https://git.openembedded.org/meta-openembedded
25 layers: meta 27 layers: meta-oe
26 branch: master or xilinx current release version (e.g. hosister) 28 branch: langdale
27 29
28 URI: git://git.yoctoproject.org/meta-xilinx.git 30 URI:
31 https://git.yoctoproject.org/meta-xilinx (official version)
32 https://github.com/Xilinx/meta-xilinx (development and amd xilinx release)
29 layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-vendor 33 layers: meta-xilinx-microblaze, meta-xilinx-core, meta-xilinx-vendor
30 branch: master or xilinx current release version (e.g. hosister) 34 branch: langdale or amd xilinx release version (e.g. rel-v2022.2)
31