summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel-module-mali: Version based to match linux-xlnx kernelHEADscarthgapmasterMark Hatle8 days4-3/+174
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: dynamic-layer/openamp: Move to meta-openampMark Hatle10 days4-62/+0
| | | | | | Move libmetal and open-amp versions to meta-openamp Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx: Fix 2022.2 version and set defaultsMark Hatle13 days5-3/+113
| | | | | | | | | | | 2022.2 version was incorrectly specified before, fix this. Add the preferred_versions for u-boot related into conf/local.conf tied to the XILINX_RELEASE_VERSION. Add missing SRC_URI files as well. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* layer.conf: Add default ATF versionsMark Hatle13 days1-0/+2
| | | | | | | Add default 2022.1 and 2022.2 versions for ATF based on XILINX_RELEASE_VERSION. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: embeddedsw: Fix integrationMark Hatle13 days2-4/+16
| | | | | | | | Fix plm and psm firwmare integration. The class EXPORT behavior has changed in Scarthgap, so sync up to the recent changes to ensure behavior is the same as the prior langdale based system. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xrt: Fix older versions for ScarthgapMark Hatle13 days4-0/+125
| | | | | | | | Add in necessary libmetal dependency (dynamic) Patch the sources using the xrt-cstdint.patch where applicable. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: layer.conf: Add AIE preferred versionsMark Hatle13 days1-0/+13
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: xrt: Rename and add older versionsMark Hatle13 days17-11/+343
| | | | | | | | | | | | Version/rename XRT for the current version. Zocl is tied to XRT, and to the kernel sources. So provide an older XRT/Zocl combination to allow for older configurations. Note, 2022.1 -> 2023.1 do not currently work. Zocl builds, but XRT fails due to issues with gcc 12 and beyond. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-conf: Add kernel module preferred versionsMark Hatle13 days1-0/+23
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-tools-xlnx: Fix historic 2022.1 versionMark Hatle13 days1-0/+17
| | | | | | EFI components are not enabled in the 2022.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* kernel-module-hdmi: Add historic 2022.1 versionMark Hatle13 days1-0/+24
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* kernel-module-dp: Add historic 2022.1 versionMark Hatle13 days1-0/+24
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ai-engine-driver: Remove PV, use recipe defaultMark Hatle13 days2-2/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* aie: Cleanup recipes so year versions work properlyMark Hatle13 days5-4/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone: embeddedsw: fsbl/pmu-firmwareMark Hatle13 days14-63/+429
| | | | | | | | | | Update integration for Scarthgap changes Fix 2022.2 and 2023.2 standalone ESW patching. Note, the standalone versions may or may not work by themselves. The bbappends in meta-xilinx-tools complete the implementation. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'github/rel-v2023.2' into HEADMark Hatle14 days14-11/+172
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * bootbin-version-string: Add text version fileJohn Toomey2024-04-031-0/+32
| | | | | | | | | | | | | | | | | | Add a version header file in plain text format required for Versal machines using the optional data field in the BIF file for version information Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xilinx-bootbin: Add optional data section to BIFJohn Toomey2024-04-032-0/+7
| | | | | | | | | | | | | | | | Add optional data section to BIF file generation code to be used with version or other information Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze: gdb: Fix crash on startupMark Hatle2024-04-022-0/+34
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 9fc4fc9e03f25ddcc60629b83db7c5b855046229) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze: binutils: Fix objdump/disassemblyMark Hatle2024-04-023-0/+73
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit f4a0582919c0fead055615e63283b9f2df80bf95) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Change u-boot-xlnx-scr to use copies instead of symlinksJonathan Stroud2024-03-251-4/+6
| | | | | | | | | | | | | | symlinks don't work on the /boot FAT partition, so change to copy Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * device-tree: Replace symlink with cpJohn Toomey2024-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | It is not currently possible to create symlinks in the /boot partition due to the use of the vfat filesystem and this causes an issue when trying to update the dtb using rpm packages which contain a symlink. Work around the issue by copying the dtb file to the symlink location. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xlnx-embeddedsw: Update SRCREV for xlnx_rel_v2023.2_update branchSharath Kumar Dasari2024-03-181-1/+1
| | | | | | | | | | | | | | | | Update SRCREV for xlnx_rel_v2023.2_update branch to pull in the latest changes for image selector app Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Update SRCREVManikanta Guntupalli2024-03-151-1/+1
| | | | | | | | | | | | | | arm64: zynqmp: Add resets and assigned-clock-rates properties for KD240 Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xclbinutil-native: Add minimal recipe based on XRTJohn Toomey2024-03-141-0/+29
| | | | | | | | | | | | | | Add a minimal xclbinutil recipe based on the existing XRT recipe Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-image_update: Update xlnx_rel_v2023.2 branch to masterSharath Kumar Dasari2024-02-141-2/+2
| | | | | | | | | | | | | | | | Updated branch to master which has changes to support both boards SC/Kria-SOM Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xlnx-embeddedsw: Update 2023.2 branch to xlnx_rel_v2023.2_updateSharath Kumar Dasari2024-02-141-3/+3
| | | | | | | | | | | | | | | | | | System controller SC_update6 candidate release image is 2023.2 yocto based image which needs changes backported from ESW master to xlnx_rel_v2023.2_update branch Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Add a kernel config file to enable CONFIG_VERSAL_SYSMON_I2CJonathan Stroud2024-02-122-0/+3
| | | | | | | | | | Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * bootbin-version-header: Move recipe from meta-kriaJohn Toomey2024-01-291-0/+54
| | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: semantic version updateSharath Kumar Dasari2024-01-291-0/+0
| | | | | | | | | | | | | | | | Last SRCREV update added support for kv260 rev2 which we are now tagging, releasing for canonical, hence incrementing the version to 1.1 Signed-off-by: Sharath Kumar Dasari <sharathk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx_2023.2: Update to more recent LTS versionMark Hatle2024-01-292-3/+3
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: newlib: Update patchesMark Hatle2024-03-2111-32/+49
| | | | | | | | | | | | | | | | | | Rebase 0001-Patch-microblaze-Add-config-microblaze.mt-for-target.patch to newer version of newlib. All patches, add Upstream-Status as now required by the build system. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'github/rel-v2023.2' into master-nextMark Hatle2024-03-216-4/+174
|\| | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "Revert ".gitmodules: Correct the reference to gen-machine-conf""Mark Hatle2024-01-241-1/+1
| | | | | | | | | | | | | | | | This reverts commit d8c5ef9af8cdb50a37f394abd331e64794570ab5. Move back to external github reference Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * docs: Fix firmware typos in README filesSandeep Gundlupet Raju2023-12-132-6/+6
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README.building.md: Correct minor typo in docsFelix Kuhlmann2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | Based on github Pull Request #60. Signed-off-by: Felix Kuhlmann <felix-kuhlmann@gmx.de> Update commit message and added PR number in commit message. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx : Updated SRCREV for 2023.2_3039Sivaprasad Addepalli2023-12-131-1/+1
| | | | | | | | | | misc: usb5744: Prevent the HUB from suspend mode Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * dfx-mgr: Update dfx-mgr to pull in systemd-notify patchesJonathan Stroud2023-12-051-2/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> -- CR: CR-1172157 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * freeipmi: Update SRCURI git URLJohn Toomey2023-12-051-1/+1
| | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * freeipmi: Fix typo in git repo URLJohn Toomey2023-11-291-1/+1
| | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: updated source revision to latestSharath Kumar Dasari2023-11-081-1/+1
| | | | | | | | | | | | | | Adds support for Rev2 boards Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: Update description/summary to remove SOMMark Hatle2023-10-271-2/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit e986c685c60fcb8ab56f30b1324a6e9e0b2a4a1d) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * image-update: Move recipe from meta-petalinuxJohn Toomey2023-10-271-0/+28
| | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 65baacbc74e5805667c52e193bd72d9d9e4c4720) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Remove exec permission from bb filesJohn Toomey2023-10-274-0/+0
| | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 3b5337348fe58b21683542f78e83f1d631d4b1e8) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xlnx-embeddedsw: Update 2023.1 branch to xlnx_rel_v2023.1_updateJohn Toomey2023-10-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This change includes the Kria K24/KD240 changes in xlnx-embeddedsw by default for all embeddedsw components Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 20bbd9c268299c2b11d7fc4fc1abcbf576b5e9ff) Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 16f76bc2f35029e6864e49670af0ef66be7b3694) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * amd_spi_image: Move SPI image code into a bbclassJohn Toomey2023-10-271-0/+142
| | | | | | | | | | | | | | | | | | | | Create new bbclass with code for generating QSPI images for both Kria and System controller. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 88be418e0d5d1510da68217a32c4c922014cf899) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dpdk: Update SRCREV to latesttarakreddy-xlnx2023-10-271-1/+1
| | | | | | | | | | | | | | | | Update CSI initializer script to version 3.1.1. Add support for bus master enable in DPDK bus driver and CDX exerciser PMD. Signed-off-by: tarakreddy-xlnx <tarak.reddy@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert ".gitmodules: Correct the reference to gen-machine-conf"Mark Hatle2023-10-271-1/+1
| | | | | | | | | | | | | | | | This reverts commit 019b75f13acd1269b27eda99942ae0f6bd677025. Move back to internal repositories. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * .gitmodules: Correct the reference to gen-machine-confMark Hatle2023-10-271-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf: Move from nanbield to scarthgapMark Hatle2024-03-197-7/+7
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>