summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated SRCREV of aie-rt for 2023.2_3835Sivaprasad Addepalli2023-04-181-1/+1
| | | | | | | | | | fal: data: Update version to 1.4 Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV of qemu for 2023.2_6027Sivaprasad Addepalli2023-04-181-1/+1
| | | | | | | | | | | | xlnx_dp: fetch data after vertical sync Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated Commit IDSiva Addepalli2023-04-181-0/+0
| | | | | | | | | | | | | | Kconfig.part: Add config option for BB_NUMBER_PARSE_THREADS in tool Kconfig-aarch64.part:Kconfig-arm.part: Update help section for package_feeds Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Update xrt, zocl commit idrbramand2023-04-171-1/+1
| | | | | | | | | | | | | | | | | | changelog : fix for channel numbers in MEM tiles (#7496) CR-1159385: Finished BD event is missing for memtile trace for AIE-ML designs for input_channels (#7495) Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of linux-xlnx for 2023.2_5543Sivaprasad Addepalli2023-04-141-1/+1
| | | | | | | | | | | | mtd: spi-nor: Fix flash protection failure on Winbond 16MB flash parts net: axienet: Fix memory leak issue Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-core: Version bump ai-engine-driver and aiefal for 2023.1 releaseGregory Williams2023-04-132-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Add version bump for 2023.1 release to ai-engine-driver and aiefal Changelog: driver: src: Update minor version for 2023.1 Signed-off-by: Gregory Williams <gregory.williams@amd.com> Added SRCREV update Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of aie-rt for 2023.2_9111Sivaprasad Addepalli2023-04-131-1/+1
| | | | | | | | | | driver: src: Update minor version for 2023.1 Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV of linux-xlnx for 2023.2_4983Sivaprasad Addepalli2023-04-121-1/+1
| | | | | | | | | | | | | | Revert "firmware: xilinx: znqmp_pm_init_finalize as late_initcall" Revert "soc: xilinx: znqmp_pm_init_finalize as late_initcall of PM driver" Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV of linux-xlnx for 2023.2_9795Sivaprasad Addepalli2023-04-111-1/+1
| | | | | | | | | | mtd: spi-nor: Fix Flash protection failure on ISSI 1G flash parts Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt: Move aie config libmetal dependency to dynamic layerMark Hatle2023-04-112-13/+17
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Add special systemd configuration for microblazeMark Hatle2023-04-113-0/+53
| | | | | | | | | | | | | | | | While systemd is not recommended for use on microblaze, it does work. However, additional configuration items are requried in this case. So enable the minimum options, as defined from the systemd README file. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta_%.bbappend: Avoid contaminating mesa-native PACKAGECONFIGMark Hatle2023-04-111-1/+1
| | | | | | | | | | | | | | | | Adding meta-xilinx-core was contaminating the PACKAGECONFIG hash when building mesa-native. Workaround this by only adjusting the value when class-target is defined. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV of bootgen for 2023.1_7143Siva Addepalli2023-04-111-1/+1
| | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Update xrt and zocl commit idrbramand2023-04-111-1/+1
| | | | | | | | | | | | | | | | | | Memory manger issue fixed for xbtest (#7492) (#7494) Fixed CU context related issue. (#7487) (#7493) 2023.1 : Use correct BO handle to export and use the exported bo handle for AIE APIs for GMIO AIE Trace offload (#7491) Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated Commit IDSiva Addepalli2023-04-111-0/+0
| | | | | | | | | | | | | | gen_config.py: Enabling ro for EXT4 boot u-boot_bsp.tcl:processor.yaml: Remove config.mk from PetaLinux Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV of ai-engine-driver for 2023.2_8811Sivaprasad Addepalli2023-04-091-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * u-boot-xlnx-blob.inc:Add IMPORT_CC_UBOOT_DTBS variableTejas Bhumkar2023-04-061-0/+12
| | | | | | | | | | | | | | | | | | Added IMPORT_CC_UBOOT_DTBS variable in blob generate function to generate reselected dtb using uboot-device-tree.dtb when this is set to 1. This is needed in case like VEK280-revB,because here we are using ADI-PHY ethernet which is included in uboot-device-tree.dtb. Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx-blob.inc:add SYSTEM_DTB_BLOB variableTejas Bhumkar2023-04-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | Add SYSTEM_DTB_BLOB variable in blob generate function to generate fit-dtb.blob using system.dtb when this is set to 1. This is needed in case like Versal SC build, where some modification like bootargs or user node additions. should be reflected in system.dtb and fit-dtb.blob. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Tested-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xrt and zocl commitidrbramand2023-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs : Move to 2023.1 branch Fix for CR-1150166 & CR-1150159: add checks to handle out of bound heap access (#7479) CR-1150547: Disable events are missing for AIE tile trace in runtime mode for AIE-ML (#7476) Revert back vck5000's aie-pl test xclbin name (#7482) CR-1158565 update_access_mode: Operation not supported (#7484) Update dynamic regions to better display PL and PS kernels (#7477) set aie clock rate correctly (#7481) Fix for CR-1124404 Remove ctypes bindings from python tests (#7480) Update codeql-analysis.yml moving petalinux to 0329 (#7483) Fixed aie metadat sysfs and reset DFX platform (#7474) Add changes to support xbutil reset on Edge Platforms (#7472) CR 1139245: Flush trace when windowing on PCIe devices (#7473) Update CHANGELOG.rst VITIS-6990: xrt::xclbin API to obtain interface_uuid (#7403) CR-1158428 xbmgmt examine -r cmc has misleading output (#7468) Added PL Reset support from ZOCL driver (#7455) Fixed ps kernel load issue (#7469) CR-1153585 - Fix Mpd msd binaries seg faults with latest XRT (#7463) CR-1158312 XRT regression : xclRegRW: can't map CU (#7470) fixing aie only check (#7467) Modified AIE status to report relative row numbers (#7466) flush trace when windowing in AIE1 (#7465) CR-1144075 Compile time warnings read_register/write_register for xrt::kernel (#7461) Move to latest petalinux build for Edge platforms (#7462) Remove http references per Palamida request (#7364) Update CHANGELOG.rst Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.2_4771Sivaprasad Addepalli2023-04-031-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.2_6311Sivaprasad Addepalli2023-03-311-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * lopper: Update srcrev for 2023.1Appana Durga Kedareswara rao2023-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | Below are the Updates lopper: assists: baremetal_xparameters_xlnx: Add support for generating NUMBER_OF_SLRS define lopper: assists: baremetallinker_xlnx: For memory tests configuration default memory should be ocm if available Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * arm-trusted-firmware: Update SRCREV due to rebaseMark Hatle2023-03-301-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.2Siva Addepalli2023-03-303-0/+0
| | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.2_3407Sivaprasad Addepalli2023-03-302-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.2_5907Sivaprasad Addepalli2023-03-294-4/+4
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated Commit IDSiva Addepalli2023-03-291-0/+0
| | | | | | | | | | | | | | | | | | gen_config.py: NFS boot host server IP Kconfig.part: Open-amp for versal-net README: Update gen-machine-conf repo with 2023 release info Update machine overrides for k26 boards Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2023.2_4891Sivaprasad Addepalli2023-03-282-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * xrt_git:zocl_git:update commitidrbramand2023-03-241-1/+1
| | | | | | | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libvdu-ctrlsw: Update SRCREVRohit Visavalia2023-03-242-2/+2
| | | | | | | | | | Signed-off-by: Rohit Visavalia <rohit.visavalia@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * libomxil-xlnx: Update SRCREVRohit Visavalia2023-03-242-2/+2
| | | | | | | | | | | | | | Updated commit id to fix decoder alignment issue Signed-off-by: Rohit Visavalia <rohit.visavalia@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xrt: Force XRT and ZOCL versions to align at install timeMark Hatle2023-03-241-1/+1
| | | | | | | | | | | | | | | | | | XRT requiring ZOCL will just ensure that the component is present, however we've observed interface changes that make this not work in all cases. Instead we now require the ZOCL version to be the same as the XRT version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-mali: Updated clock name to match LIMA driverParth Gajjar2023-03-232-0/+96
| | | | | | | | | | | | | | | | | | | | | | Added 0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch Updated clock name and structure to match LIMA driver Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Fixup patch path to match recipe S value. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx-uenv: Add missing space to append operationMark Hatle2023-03-211-1/+1
| | | | | | | | | | | | | | | | | | Based on github Pull Request #42. While that pull request is no longer valid with other changes, the actual bug still exists. Originally reported by AnatoliiShablov. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Sync w/ 2023.1Mark Hatle2023-03-171-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2023.1_2631Sivaprasad Addepalli2023-03-171-1/+1
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> (cherry picked from commit d5e7e01ca6979d0ce1d8f5158bcffbf565a56c65) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * open-amp: device-tree: Update Versal NET DTsBen Levinsky2023-03-172-21/+20
| | | | | | | | | | | | | | | | In addition update device tree bbappend to mimic how QEMU DTs use overlays and only update to EXTRA_OVERLAYS if the proper conditions are met Signed-off-by: Ben Levinsky <ben.levinsky@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-vcu: Update SRCREVRohit Visavalia2023-03-172-2/+2
| | | | | | | | | | Signed-off-by: Rohit Visavalia <rohit.visavalia@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * fpgamanager_custom: Rename bootgen generated bit bin fileSandeep Gundlupet Raju2023-03-171-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In case of Zynq-7000, using both "-process_bitstream bin" and "-o" in bootgen flag to convert bit file to bin format, "-o" option will not be effective and generated output file name is ${S}+${BIT_PATH}/<bit_file_name>.bit.bin file which causes build errors. Hence we need to rename this file from <bit_file_name>.bit.bin to ${PN}.bit.bin which matches the firmware name in dtbo and move ${PN}.bit.bin to ${B} directory. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * zynqmp-generic: Emulate FSBL hand-off for qemu bootMark Hatle2023-03-161-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qemu boots by loading ATF and jumping to it directory. A recent change adds a verification that the data structure passed by the FSBL is correct in a 'mode 5' (SD card) boot. If it's not valid ATF will fail to continue to boot. (JTAG, 'mode 0' boot will proceed but other system behavior changes.) In order to emulate the FSBL handoff to ATF, we need to populate a data structure in fffc0000, and tell ATF to look at that address. See the comments for more information. This also ends up hard-coding the u-boot address. If it changes booting will fail. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update srcrevAppana Durga Kedareswara rao2023-03-161-1/+1
| | | | | | | | | | | | | | | | | | Below are the updates lopper: assists: bmcmake_metadata_xlnx: Remove unneeded list set operation on node list lopper: assists: baremetallinker_xlnx: Fix compare logic in hex strings Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * fpgamanager_custom: Fix logic for deploying shell json fileSandeep Gundlupet Raju2023-03-151-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fpgamanager_custom bbclass allowed only accel.json file as user input from firmware recipes, if user want to use flat or DFx static design using shell.json, then shell.json is not deployed in rootfs/${nonarch_base_libdir}/firmware/xilinx/${PN} directory. Fix the logic to deploy shell.json (flat or DFx Static) or accel.json (DFx RP) for flat, DFx Static and DFx RP use cases. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6d3f12d1feee8b90f3dc72a05266fb3614788ced) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * vcu and vdu: Branch recipes to 2023.2Mark Hatle2023-03-158-0/+352
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge remote-tracking branch 'xilinx/2023.1' into 2023Mark Hatle2023-03-1513-20/+24
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | libvcu-xlnx: Disable buildpaths QA check for zynqmp-evSandeep Gundlupet Raju2023-03-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TMPDIR buildpaths warning are observed in libvcu-xlnx. WARNING: libvcu-xlnx-1.0.0-xilinx-v+gitAUTOINC+83aabb84c2-r0 do_package_qa: QA Issue: File /usr/bin/ctrlsw_encoder in package libvcu-xlnx contains reference to TMPDIR File /usr/bin/ctrlsw_decoder in package libvcu-xlnx contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for libvcu-xlnx. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 51050cf852ce69c3544ee52debd694acd3168521) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Align with 2023.1 branchesMark Hatle2023-03-081-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Branch to 2023.1Mark Hatle2023-03-089-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 39bcac39bea4fd22c23ffab003227c34759d7a53) Update only versioned components to 2023.1 branches. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Start 2023.2 developmentMark Hatle2023-03-0817-9/+308
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | open-amp: Add Versal NET DTsBen Levinsky2023-03-074-0/+114
| | | | | | | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Revert "Updated SRCREV for 2023.1_3191"Mark Hatle2023-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 613cb1e39ea3dbab7ad261e3ba3c4b4da00f385b. Revert aie-rt SRCREV change, this rev is not in the main-aie branch. Signed-off-by: Mark Hatle <mark.hatle@amd.com>