summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * embeddedsw : Updated SRCREV for 2024.1_2024.2_3543Sivaprasad Addepalli2024-06-121-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | * | Revert "binutils: Temporary fix for binutils crash parsing fsbl"Mark Hatle2024-06-207-390/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6b2646cf71284be46431cc86a699f031c79a5d26. Code is now in Poky. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | sanity-meta-xilinx-standalone-sdt.bbclass: Fix sanity checkMark Hatle2024-06-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sanity check was based on the example from meta-security. However, the function was not renamed. This could have caused the meta-security version to be run instead. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Remove firmware deps from generic machine configsJohn Toomey2024-06-209-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generic machine configurations should not have a direct dependency on specific firmware components as these dependencies should be associated with boot.bin (or similar). This change also removes WIC_DEPENDS as it is no longer required Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | boot-jtag.py: Remove stale importsAlain Péteut2024-06-201-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on github Pull Request #61. 1. `yaml` is imported but not used. This may cause issues as `yaml` is not a standard library module. 2. Remove trailing newlines. Signed-off-by: Alain Péteut <alain.peteut@spacetek.ch> Update commit message and added PR number in commit message. Also update import list order. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | meta-xilinx-core: ai-engine: Update recipes for 24.2Gregory Williams2024-06-203-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates source branch for 24.2, updates aiefal and ai-engine-driver versions. Changelog: driver: Version bump fal: Version bump driver: src: Implemented APIs for list exsiting partitions to facilitating debugging Signed-off-by: Gregory Williams <gregory.williams@amd.com> Leave the '2024' version to be 3.5/2024.1 based. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Added bb files for 2024.2 and updated SRCREVHibitha B Raj2024-06-204-0/+181
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | xf86-video-armsoc: Enable basic RandR supportAnatoliy Klymenko2024-06-202-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add shadow buffer management callbacks to support screen mirroring and rotation via RandR extension. Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com> Reviewed-by: Sai Hari Chandana Kalluri <chandana.kalluri@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | layer.conf:xrt_202410.2.17.319.bb: Fix for conflicting issue in zoclAshwini Lomate2024-06-182-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update preferred version for xrt,zocl to pick latest bb file. And add compatible string for versal-net in xrt*.bb file. Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com>
| | * | meta-xilinx-standalone-sdt: Fix warning disableMark Hatle2024-06-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | gstreamer-xilinx: Update commit idMark Hatle2024-06-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: mediasrcbin: Updated v4l2-subdev APIs as per v4l-utils v1.26 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Tweaks to enable version string format changeJohn Toomey2024-06-173-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor updates to the amd_spi_image bbclass and bootbin version files to support updated version strin format for Kria, SC and emb-plus Also fix an issue with IMAGE_NAME_SUFFIX being set to ".rootfs" by default Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | arm-trusted-firmware: Verify ATF_CONSOLEMark Hatle2024-06-121-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verify the ATF_CONSOLE value is valid during parse time. This should save us from trying to interpret confusing error messages if the console is not set to one of the valid values. If the valid entries change over time we will need to update the integration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | bitstream-extraction: finish the move processTrevor Woerner2024-06-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove leftover recipe from a previous move attempt. Fixes: 6e0a892c8695 ("bitstream-extraction: Move to xilinx-tools dynamic layers") Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | xrt, zocl: Update commit idMark Hatle2024-06-124-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move back to gitsm, this should now work properly Changelog: Petalinux: moving to latest petalinux for 2024.1 (#8232) CR-1199344: boot scr offset made to 0x0 (#8172) (#8227) Fix PCI Link down issue during EEMI PMC reset (#8208) (#8222) libqdma: Updating QDMA to its latest commit (#8197) (#8221) Minor changes in boost.sh script (#8202) (#8212) Fixed an issue for single slot case where multiple IPs are opened. (#8177) (#8220) Fixed a issue which is causing lsf. This is related to CR-1177852 (#8188) (#8219) Fix boost library link issue when using static boost (#8193) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | xrt: Update version to match release tagMark Hatle2024-06-113-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | commit a75e9843c875bac0f52d34a1763e39e16fb3c9a7 is tag 202410.2.17.319 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Merge remote-tracking branch 'xilinx/2024.1_2024.2' into base-changesMark Hatle2024-06-116-3/+45
| | |\| | | | | | | | | | | | | | | | | | | | | Renamed u-boot-xlnx to make it clear this is 2024.2 work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * embeddedsw : Updated SRCREV for 2024.1_2024.2_3647Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * qemu : Updated SRCREV for 2024.1_2024.2_8699Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * u-boot-xlnx : Updated SRCREV for 2024.1_2024.2_2043Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * layer.conf: Fix ATF branched for 2024.2Mark Hatle2024-06-072-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * embeddedsw : Updated SRCREV for 2024.1_2024.2_6643Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * Revert "dfx-mgr : Updated SRCREV for 2024.1_2024.2_6875"Manikanta Sreeram2024-06-061-1/+1
| | | | | | | | | | | | | | | | This reverts commit f0d2cd26290fed99997e0dcda8b0e658edb9664a.
| | | * Revert "open-amp : Updated SRCREV for 2024.1_2024.2_3051"Manikanta Sreeram2024-06-061-1/+1
| | | | | | | | | | | | | | | | This reverts commit a720c9d04669e110dbd732e5145c50bfa726cf02.
| | | * linux-xlnx : Updated SRCREV for 2024.1_2024.2_3315Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * conf/layer.conf: Fix for linux-xlnx do_deploy failedJohn Vicky Vykuntapu2024-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preferred version is undefined for xen 2024.2 and linux-xlnx do_deploy task got failed due to no xen binary in build artifacts. To fix this added 2024.2 PREFERRED_VERSION for xen. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * dfx-mgr : Updated SRCREV for 2024.1_2024.2_6875Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * open-amp : Updated SRCREV for 2024.1_2024.2_3051Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * embeddedsw : Updated SRCREV for 2024.1_2024.2_1587Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * u-boot-xlnx : Updated SRCREV for 2024.1_2024.2_9731Sivaprasad Addepalli2024-06-061-1/+1
| | | | | | | | | | | | | | | | Updated commit ID to latest HEAD
| | | * conf/layer.conf: Add 2024.2 PREFERRED_VERSIONMark Hatle2024-05-311-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 73c1f158c3c6d8fabc242fbd42a4bdfecb466a8b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * meta-xilinx-standalone-experimental: Create 2024.2 recipesMark Hatle2024-05-31239-5/+3482
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create 2024.2 versions of recipes, and add preferred_version support to select the version that matches what the user wants. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit d17e2e5d39762e98c097c328360393ec8b133682) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * meta-xilinx-standalone: Create 2024.2 recipesMark Hatle2024-05-295-4/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the way the PREFERRED_VERSION happens to allow us to use the same login in layers that depend on this one. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 1c6fd6ac9a8ba1f39eaf1fe8a35b75a87f7e1683) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * xlnx-embeddedsw: Add 2024.2 (master-next) versionMark Hatle2024-05-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 8b34aa8995a34d8db2517e42438b460fb4d1a062) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * arm-trusted-firmware: Add new 2.10-xilinx-v2024.2 versionMark Hatle2024-05-291-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary ATF_VERSION entry from 2024.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 64222b55cfe893f3b4692cf56c27b29452d3c236) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | | * qemu: Bump to lastest master (2024.2) versionsMark Hatle2024-05-295-1/+88
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 16b37ceac501e1cba75a9c25d2f4960e9773ab4b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | meta-xilinx-virtualization: Add 2024.2 preferred_versionMark Hatle2024-06-111-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Revert "kernel-module-zocl: Rename from zocl"Mark Hatle2024-06-1113-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60542eb1dea413c631330524836412cfefc933bb. This also makes the same change to 2024.1 version. This change caused: ERROR: core-image-minimal-1.0-r0 do_rootfs: Unable to find package with name 'kernel-module-zocl' in SPDX file .../tmp/deploy/spdx/by-hash/zynqmp_generic/sstate:kernel-module-zocl:zynqmp_generic-poky-linux:202410.2.17.0:r0:zynqmp_generic:12:/kernel-module-zocl-6.6.10-xilinx-g3af4295e00ef.spdx.json Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | qemuboot-xilinx.bbclass: Rename QB_DEVICE_MODE to QB_BOOT_MODESandeep Gundlupet Raju2024-06-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename QB_DEVICE_MODE to QB_BOOT_MODE to align with TRM boot mode table. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | open-amp-xlnx: Fix parse error when SDT is enabledMark Hatle2024-06-041-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | various: Remove SOC_VARIANT, split versal and versal-net, add machine_featuresMark Hatle2024-06-0464-190/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | meta-xilinx-core: conf/machine/include: Remove obsolete filesMark Hatle2024-06-033-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | These files are already part of scarthgap, remove the local copies. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | meta-xilinx-standalone-sdt: esw.bbclas: Avoid exceptionMark Hatle2024-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the glob '*_g.c' does not exist in the source code an exception could occur. Avoid this by checking if any files were found before looking for the first file. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | zynqmp-generic.conf: Fix qemu pmu firmware pathMark Hatle2024-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The path specified is the internal firmware path. This could be in a the current deploy directory, a multiconfig deploy directory or some other place directly specified by the user. When using the sstate-cache, the build of the component in the a multiconfig directory can be skipped, causing an error to find the component. Instead we want to use OUR deploy directory, which will always have a copy of the pmu firmware, no matter how it was constructed or packaged. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | qemu-xilinx-multiarch-helper-native: Fix script when -bootbin is not usedMark Hatle2024-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bootbin_arg is only set if '-bootbin' is passed in, but is unconditionally checked later in the script. Set a default value of 'null' to avoid an error about an undefined variable. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | initramdisk-xilinx: Fix nameMark Hatle2024-06-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ramdisk does not have 'rootfs' in the name, fix this. ERROR: initramdisk-petalinux-initramfs-image-1.0-r0 do_install: Unable to find expected initramfs: petalinux-initramfs-image-vck-sc-zynqmp.rootfs.cpio.gz.u-boot See: https://git.yoctoproject.org/poky/commit/meta/classes-recipe/image-artifact-names.bbclass?id=6f6c79029bc2020907295858449c725952d560a1 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | gstreamer: Updated recipes and commitIDs based on newer gstreamer 1.22.11Neel Gandhi2024-05-3112-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Neel Gandhi <neel.gandhi@amd.com> Disable mediasrcbin, fails to configure. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | vcu2-ctrlsw: Add include to the include pathMark Hatle2024-05-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | omxil in vcu and vdu both require the headers to be in a specific path that ends in '/include'. Adjust the vcu2 to match this behavior. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | vcu2-ctrlsw: Merge vcu2-app and libvcu2-ctrlswMark Hatle2024-05-293-51/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since vcu2-app and libvcu2-ctrlsw were related, merge them into a single recipe. An additional package for the library itself was constructed, otherwise the standard package split matches much of the original split. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | gstreamer1.0-omx: Include VCU2 (Video Codec Unit for Versal Gen 2) supportArno Glim2024-05-291-3/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arno Glim <arno.glim@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>