summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * machine-xilinx-qemu.inc: Adjust function to verify fstype is validMark Hatle2022-07-281-6/+7
| | | | | | | | | | | | | | | | | | | | Simplify the function to treat microblaze as a soc_family. If we do not have initramfs_image defined, then verify wic.qemu-sd is available before returning that value, otherwise fall back to the dictionary. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> (cherry picked from commit 67e5e1ab7176c5aa3e4c6d903287f16a521f7d41) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: esw.bbclass: Add var XLNX_CMAKE_BSP_VARSBen Levinsky2022-07-281-0/+2
| | | | | | | | | | | | | | Add a variable that can be used to add BSP flags Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-07-281-1/+1
| | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-devicetrees: Update SRCREV and remove qemu patch from layersRaju Kumar Pothuraju2022-07-283-41/+2
| | | | | | | | | | | | | | | | Removing the patch which replaces the python -> python3 as it was fixed in qemu/dts repo. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * xrt_git.bb: Cleanup += usageMark Hatle2022-07-281-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Resolve the following warning WARNING: .../meta-xilinx/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb: EXTRA_OECMAKE:append:versal-ai-core += is not a recommended operator combination, please replace it. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> (cherry picked from commit ef9c8af437edf770d983800c58c5e32df4a740d6) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu-xilinx-native.inc: add meson and ninjaJeremy Puhlman2022-07-281-1/+1
| | | | | | | | | | | | | | | | | | | ERROR: Cannot find Ninja Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> (cherry picked from commit c3acb3cc3f7672cc958848da30d6e1fb4224e807) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-281-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-273-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * dfx-mgr: SRCREV: dfxmgr_uio_by_name and examplesSergei Korneichuk2022-07-261-1/+1
| | | | | | | | | | | | | | | | | | The SRCREV is for commits to fix SEGV on Ububtu apt install, DFX_ERR, DFX_DBG macros, listUIO option, dfxmgr_uio_by_name, firmware detection, a few compiler warnings. Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * extract-cdo: Avoid directly populating ${DEPLOY_DIR_IMAGE}Corey Thompson2022-07-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This creates problems when images are deployed from sstate cache. Avoid it by extracting the xilinx-bootbin boot.bin file into the extract-cdo build dir ${B}. Then deploy from the output from ${B}. (Original commit submitted by Corey Thompson <ctompso@ciena.com>) Commit adjusted to change extraction directory vs copying the boot.bin. Update the summary to better reflect what this is doing, as well as the do_compile comment. Disable (noexec) the do_install as this isn't a target package. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * meta-xilinx-pynq: Add missing meta-python dependencyMark Hatle2022-07-261-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-251-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * libdfx_1.0.bb: Manually specify that 'libdfx' package is being replacedMark Hatle2022-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit a64ff0bf015adcefbe691a94ac3e8ecf1a2ba911 updated the upstream source to include correct soname/soversion. Packaging was then modified to follow this example. The end result was that 'libdfx' was replaced by the automatic "libdfx1.0" package. This could result in: Error: Transaction test error: file /usr/lib/libdfx.so from install of libdfx-dev-1.0-r0.1.cortexa72_cortexa53 conflicts with file from package libdfx-1.0-r0.0.cortexa72_cortexa53 The cause was that libdfx wasn't upgraded when libdfx-dev was being installed. To resolve this we use RREPLACES, may look strange but this will instruct the system that "libdfx" is to be replaced by the dynamically generated package based on the soname. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-222-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-212-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update srcrev for ↵Appana Durga Kedareswara rao2022-07-201-1/+1
| | | | | | | | | | | | | | 2022 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-microblaze: gdb is now availableMark Hatle2022-07-201-2/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated for MD5SUM for ESW licenseSivaprasad Addepalli2022-07-201-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-203-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * lopper: Update srcrev for 2022Appana Durga Kedareswara rao2022-07-181-1/+1
| | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Siva Addepalli2022-07-182-2/+2
| | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-microbalze: gdb: Enable gdb and gdbserver on microblazeMark Hatle2022-07-1814-985/+1301
| | | | | | | | | | | | | | Replace existing integration with new work that enables target gdb and gdbserver. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-151-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * dfx-mgr: Add firmware detection capabilityChristian Kohn2022-07-143-1/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newly added xlnx-firmware-detect script provides a mechanism for detecting and loading default firmware through dfx-mgr. The script is executed as a pre-step in the dfx-mgr unit file prior to starting the dfx-mgrd. It uses fru-print to read the board ID from an EEPROM and based on that searches for a product specific firmware entry in the firmware search path defined in the dfx-mgr config file. In case the script is able to detect compatible default firmware, it will update the dfx-mgr config file accordingly, otherwise the script will fail but the dfx-mgr daemon is still started and no default firmware will be loaded. Signed-off-by: Christian Kohn <christian.kohn@xilinx.com> Signed-off-by: Shubhangi Mahalle <shubhangi.shrikrushna-mahalle@xilinx.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update srcrev for 2022Siva Durga Prasad Paladugu2022-07-141-1/+1
| | | | | | | | | | Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Set QB_KERNEL_ROOT for zynq-genericJohn Toomey2022-07-141-0/+2
| | | | | | | | | | | | | | | | This value is passed to the kernel in order to choose the correct disk but defaults to /dev/vda which does not boot. Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update srcrev for ↵Siva Durga Prasad Paladugu2022-07-141-1/+1
| | | | | | | | | | | | | | 2022.2 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-141-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-142-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-132-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-122-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-111-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Manikanta Sreeram2022-07-081-1/+1
| | | | | | | | | | | | revert u-boot commit to old commit due to kernal fail found for zynq boards Signe-off-by: Manikanta Sreeram <msreeram@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-082-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * u-boot-xlnx-blob.inc: Move to using UBOOT_IMAGE_BLOB_DEFAULTMark Hatle2022-07-071-1/+2
| | | | | | | | | | | | | | | | | | UBOOT_IMAGE_BLOB may need a machine (override) specific default value, but we always want the user to be above to override this easily. Adding the new UBOOT_IMAGE_BLOB_DEFAULT allows us to set the default in a BSP layer, while continuing to make the UBOOT_IMAGE_BLOB setting easy for the user to adjust. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot-xlnx: Add support for U-boot user specified dtsSandeep Gundlupet Raju2022-07-071-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for U-boot user specified dts by setting below variables in local.conf file. UBOOT_USER_SPECIFIED_DTS:pn-u-boot-xlnx = "versal-vck190-revA-x-ebm-01-revA" This will fetch user specified dts from from u-boot repo path u-boot-xlnx/arch/arm/dts/versal-vck190-revA-x-ebm-01-revA.dts when user doesn't want to use EXT_DTB from device-tree recipes. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: recipes-core: meta: files: ↵Appana Durga Kedareswara rao2022-07-071-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dt-processor.sh: Remove permissive flag while processing domain yaml files Earlier in the lopper, domain yaml support is there only with the permissive flag, With the latest lopper source code passing this flag is optional, When we have this flag in the lopper command and if the output format is dts in that case it will include invalid phandle references also(As this option is designed to maintain all phandle references) in the final dts resulting compilation errors, so to avoid above mentioned issue remove the permissive flag from the domain handling. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update srcrev for ↵Appana Durga Kedareswara rao2022-07-071-1/+1
| | | | | | | | | | | | | | 2022 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * lopper: Update srcrev for 2022.2Ben Levinsky2022-07-071-1/+1
| | | | | | | | | | Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-071-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-061-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * meta-xilinx-standalone-experimental: conf: dtb-embeddedsw: Update srcrev for ↵Appana Durga Kedareswara rao2022-07-051-1/+1
| | | | | | | | | | | | | | 2022 Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-standalone-experimental: recipes-libraries: xilffs: Enable ↵Appana Durga Kedareswara rao2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | word_access by default In the xilffs library default configuration word_access is enabled by default, enable the same in the recipe too. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine:*-generic.conf: Use += instead of appendRaju Kumar Pothuraju2022-07-054-4/+4
| | | | | | | | | | | | | | | | | | | | Using append enabling the FSTYPE when using the soc override in petalinux. Using += to add/reflect the value only in yocto or defined with ?= or = operators. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-052-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-07-042-2/+2
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-06-303-3/+3
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-06-291-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-06-281-1/+1
| | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * zynqmp-generic.conf: Add runqemu support for zynqmp-genericRaju Kumar Pothuraju2022-06-271-6/+7
| | | | | | | | | | | | | | | | This patch will add runqemu support for zynqmp-generic machines when INITRAMFS/INITRD/EXT4 sets. Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>