diff options
| -rw-r--r-- | README.md | 47 |
1 files changed, 45 insertions, 2 deletions
| @@ -1,4 +1,47 @@ | |||
| 1 | Collection of layers to support Xilinx products | 1 | # meta-xilinx |
| 2 | 2 | ||
| 3 | Please see the respective READMEs in the layer subdirectories | 3 | Collection of layers to enable AMD Xilinx products. |
| 4 | 4 | ||
| 5 | * **meta-microblaze**: layer containing the AMD Xilinx MicroBlaze architecture | ||
| 6 | specific implementation, such as microblaze gcc tool and other tools. | ||
| 7 | |||
| 8 | * **meta-xilinx-bsp**: layer containing the AMD Xilinx evaluation boards metadata | ||
| 9 | such as eval boards machine configurations files, kernel configuration fragments, | ||
| 10 | series configuration compiler(.scc) files etc. | ||
| 11 | |||
| 12 | * **meta-xilinx-contrib**: layer containing contribution from open source developers | ||
| 13 | for vendor specific boards which has AMD Xilinx devices or SoM's. | ||
| 14 | |||
| 15 | * **meta-xilinx-core**: layer containing the AMD Xilinx hardware devices metadata | ||
| 16 | such as tune files, generic, soc variant machine configurations, boot firmware | ||
| 17 | components, kernel etc. | ||
| 18 | |||
| 19 | * **meta-xilinx-standalone**: layer containing the AMD Xilinx Baremetal or | ||
| 20 | Standalone Toolchains metadata to build baremetal firmware and applications. | ||
| 21 | |||
| 22 | * **meta-xilinx-standalone-experimental**: layer containing metadata to build | ||
| 23 | all the boot images using lopper and system device tree without using the | ||
| 24 | meta-xilinx-tools layer. | ||
| 25 | |||
| 26 | * **meta-xilinx-vendor**: layer containing 3rd party vendor boards machine | ||
| 27 | configurations files, boot firmware, kernel configuration fragments, .scc files, | ||
| 28 | device tree etc. | ||
| 29 | |||
| 30 | > **See:** AMD Xilinx devices: | ||
| 31 | https://www.xilinx.com/products/silicon-devices.html | ||
| 32 | |||
| 33 | > **Note:** For AMD Ryzen, EPYC and Opteron A1100 architectures see: | ||
| 34 | https://git.yoctoproject.org/meta-amd/tree/ | ||
| 35 | |||
| 36 | Please see the respective READMEs and docs in the layer subdirectories | ||
| 37 | |||
| 38 | ## Release Information | ||
| 39 | |||
| 40 | Refer [AMD Xilinx Yocto wiki](https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2613018625) | ||
| 41 | page for release features, known issue and limitations. | ||
| 42 | |||
| 43 | ## Additional Documentation | ||
| 44 | |||
| 45 | For more information about [Yocto Project](https://www.yoctoproject.org) see Yocto Project docs which can be found at: | ||
| 46 | |||
| 47 | * https://docs.yoctoproject.org/singleindex.html | ||
