summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-*: Move packagegroups from meta-petalinuxJohn Toomey2024-11-216-0/+107
| | | | | | | | | | Move and rename a subset of the packagegroups from meta-petalinux to meta-xilinx-core/recipes-core/packagegroups/ Add new meta-xilinx-demos layer Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Remove SOC_VARIANT, split versal and versal-net, add machine_featuresMark Hatle2024-11-214-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY configuration. The defined families are: zynq, zynqmp, versal and versal-net. Our decision of breaking up versal-net from versal, is based on the SoC CPU changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a different SoC family. In order to capture the individual capabilities that we used to handle via SOC_VARIANT, we have defined the following features (some may have been previously defined): - mali400 (zynqmp eg and ev) - vcu (zynqmp ev) - rfsoc (zynqmp dr RF capabiltiies) - aie - (versal ai & premium) - vdu - (versal ai) SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by MACHINE_ARCH. This is based on the guideline that any recipes that use MACHINE_FEATURES should be MACHINE_ARCH specific. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* core-image-ptest-fast: Restrict microblaze from building qemu and bcryptMark Hatle2023-10-251-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'origin/rel-v2023.1'Mark Hatle2023-05-181-0/+5
|\ | | | | | | | | | | | | Resolved conflicts Preserved 2022* versions Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * core-image-ptest-fast: Add zynq and microblaze limitationsMark Hatle2023-01-131-0/+10
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * core-image-ptest-*: Update QEMU memory for SoCsMark Hatle2023-01-112-0/+10
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * mesa-demos: Move mesa-demos from meta-petalinuxMark Hatle2022-12-161-2/+0
| | | | | | | | | | | | | | Move mesa-demos work from meta-petalinux, fix libmali integration and remove the testapps workaround. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * packagegroup-core-tools-testapps: Disable mesa-demos when libmali-xlnx is usedMark Hatle2022-10-251-0/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | core-image-ptest: Define correct default memory configurationsMark Hatle2023-04-122-0/+5
| | | | | | | | | | | | | | | | | | Various AMD/Xilinx platforms will fail to start, unless the correct amounts of memory are specified. The default OE ptests will try to limit memory used, but this will cause boot failures with qemu-xilinx. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | core-image-ptest-fast: Add zynq and microblaze limitationsMark Hatle2023-04-101-0/+10
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | core-image-ptest-*: Update QEMU memory for SoCsMark Hatle2023-04-102-0/+10
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | mesa-demos: Move mesa-demos from meta-petalinuxMark Hatle2023-04-101-2/+0
| | | | | | | | | | | | | | Move mesa-demos work from meta-petalinux, fix libmali integration and remove the testapps workaround. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | packagegroup-core-tools-testapps: Disable mesa-demos when libmali-xlnx is usedMark Hatle2022-11-101-0/+2
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-0/+4
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>