summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-core: qemu: Fix Upstream-Status entriesMark Hatle2024-11-242-0/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-devicetrees: Add qemu versal-net-alt versionMark Hatle2024-10-051-0/+291
| | | | | | | | Create an alternative DTB where the serial port 0 and 1 are the Linux capable serial ports. This matches the requirements of the default Yocto Project runqemu/testimage. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-devicetrees: Add alternative vck190 configMark Hatle2024-08-271-0/+1466
| | | | | | | | Reorder the serial ports for an alternative vck190 machine. This puts the Linux (APU) serial ports first in the processing order which will help enable Yocto Project testimage support. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-0/+37
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>