summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-283-3/+3
| | | | | | | | 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>
| * meta-xilinx-standalone-experimental: recipes-libraries: xilffs: Remove ↵Appana Durga Kedareswara rao2023-03-211-2/+0
| | | | | | | | | | | | | | | | | | | | unneeded required distro feature check xilffs should be compiled if the design has no sd peripheral update the recipe for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> 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-172-2/+2
| | | | | | | | | | | | 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-1523-131/+671
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | binutils: Disable broken alternativesMark Hatle2023-03-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | ld.gold and dwp are not supported on Microblaze, disable gprof is not generated on Microblaze, disable this alternative Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | glibc: libc.so.6 contains a textrel on microblazeMark Hatle2023-03-091-0/+1
| | | | | | | | | | | | | | | | | | Disable the textrel warning, as it is expected. 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-082-2/+2
| | | | | | | | | | | | 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-0828-10/+1413
| | | | | | | | | | | | 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>
| * | Updated SRCREV for 2023.1_3191Sivaprasad Addepalli2023-03-073-3/+3
| | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Revert "xlnx-embeddedsw: Move branch to 2023.1 release"Manikanta Sreeram2023-03-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | reverting as we still need to continue to use xlnx_rel_v2023.1-next branch This reverts commit 84bcd7a4dc5ba55fa74bec1bee0786ce45c049ee. Conflicts: meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
* | | meta-microblaze: mesa: Make it clear this doesn't workMark Hatle2023-10-211-0/+14
| | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6c89f01f87beb4d52cbce1bcc06589221eeeef44) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | weston: Move bbapend to weston_11Mark Hatle2023-10-211-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'origin/rel-v2023.1' into mickledoreMark Hatle2023-10-2134-149/+573
|\ \ \ | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx : Updated SRCREV for 2023.1_1423Sivaprasad Addepalli2023-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Add resets property for uart0 in KD240 board Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | | u-boot-xlnx : Updated SRCREV for 2023.1_7351Siva Addepalli2023-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Add output-enable pins to SOMs Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | ultra96-zynqmp: Use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULTSandeep Gundlupet Raju2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In arm-trusted-firmware recipe, ATF_CONSOLE_DEFAULT variable has override and setting this variable value from local.conf and machine.conf will not be effective during variable pre-expansion values. Hence use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT in machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | meta-xilinx-bsp:machine: Use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULTSandeep Gundlupet Raju2023-08-3115-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In arm-trusted-firmware recipe, ATF_CONSOLE_DEFAULT variable has override and setting this variable value from local.conf and machine.conf will not be effective during variable pre-expansion values. Hence use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT in machine conf files. 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.1_1559Siva Addepalli2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | usb: xhci: Fix the missing return statement firmware: zynqmp: Add support to check feature Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | Revert "Updated SRCREV for 2023.1_2659"Mark Hatle2023-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c043692501039e8521c4da64de166232aa0728cf. Failed with: git/drivers/pinctrl/pinctrl-zynqmp.c:163:27: error: 'PM_PINCTRL_PARAM_SET_VERSION' undeclared (first use in this function) if (ret < PM_PINCTRL_PARAM_SET_VERSION) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | Updated SRCREV for 2023.1_2659Sivaprasad Addepalli2023-08-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | | Add a check for uboot-device-tree dtbTejas Bhumkar2023-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added below changes: 1)Updated operator in if condition from `==` to `=` as it is used for string comparison in both Bash and Dash, making the script compatible with both shells. 2)Checking for uboot-device-tree.dtb file in RECIPE_SYSROOT path before applying fdtoverlay. Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit bc6b4622cccbc5c158fdbc83c30da602b4caa458) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | Updated SRCREV for 2023.1_8431Sivaprasad Addepalli2023-08-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | | Updated SRCREV for 2023.1_8767Addepalli, Siva2023-08-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
| * | | xlnx-embeddedsw: Set branch to xlnx_rel_v2023.1_updateJohn Toomey2023-08-181-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>
| * | | qemu-devicetrees: Update SRCREV to include Kria codeJohn Toomey2023-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot: Set _update branch and SRCREVJohn Toomey2023-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | layer.conf: Update preferred kernel version to 6.1.30Mark Hatle2023-07-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>