summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gcc: Remove multilib standalones configsMark Hatle2023-02-248-230/+0
| | | | | | | Standalone multilibs are only needed when building a PetaLinux specific toolchain. So remove this from the general bbappends. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* binutils: Disable multilib support, not requiredMark Hatle2023-02-241-1/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-toolchain: Remove multilib changesMark Hatle2023-02-241-2/+0
| | | | | | | Changing this breaks YP compatibility requirements. We have moved to a custom recipe, meta-xilinx-toolchain to build the special toolchains. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gnu-toolchain-canadian: Fix symlink generation for mingw32Mark Hatle2023-02-241-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updating VCU license file checksumParth Gajjar2023-02-243-6/+6
| | | | | | | | | | | | | | | | | | Updating checksum due to licensefile formatting changes libomxil-xlnx change: chore: update to revision d20230216 libvcu-xlnx changes: Update name of ctrlsw level test application binaries chore: update to revision d20230216 Revert "Update name of ctrlsw level test application binaries" vcu-firmware changes: chore: update to revision d20230216 Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Revert "xrt: Move AIE settings to meta-xilinx-tools"Mark Hatle2023-02-241-0/+14
| | | | | | | | This reverts commit 0e471db25311caf15b412e68eed4087eb7c664d3. AIE has been moved to this layer. Restore previous configuration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ai-engine: Moved from meta-xilinx-toolsMark Hatle2023-02-243-0/+91
| | | | | | Moves from meta-xilinx-tools as of commit 91c18d664dedc5c8e66f0744ec85a4d3c8bc300a. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_8983Sivaprasad Addepalli2023-02-242-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-241-0/+0
| | | | | | | Kconfig-aarch64.part: Clean up rootfs packages for zynqmp and versal Kconfig-*: adding menuconfig for serial-autologin Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* dt-processor: Remove boot script dt nameSandeep Gundlupet Raju2023-02-231-4/+0
| | | | | | | | | | | | Remove DEVICE_TREE_NAME from dt-processor.sh to set right FDT name in pxeboot.cfg from u-boot-xlnx-scr recipe. With that said user can override DEVICE_TREE_NAME value from local.conf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Removed KERNEL_DEVICETREE:example-sdt line that never did anything. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* libmali-xlnx: Added support for EGL_IMAGE_PRESERVED_KHR attributeParth Gajjar2023-02-231-2/+2
| | | | | | | | Added support for EGL_IMAGE_PRESERVED_KHR attribute after update in weston 10.0.2 Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* lopper: Update srcrev for 2023Appana Durga Kedareswara rao2023-02-231-1/+1
| | | | | | | | | Below are the updates dts: remove invalid space before label lopper: lops: lop-domain-linux-a53-prune: Update memory nodes as per cpu cluster mapping Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-default.inc: defining default dtb for fitimageVaralaxmi Bingi2023-02-231-0/+4
| | | | | | | | | | | | When we tried to create fitimage it will pick the dtb from linux recipe-sysroot path. There are multiple dtb files in linux sysroot in sdt case and we did not specified any default dtb file to package in fitimage and it was picking baremetal dtb file which is leading to kernel panic. There is a variable in yocto to specify the default dtb file to pick for fitimage FIT_CONF_DEFAULT_DTB. If we specify the above then the fitimage is generated properly and able to boot successfully. Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_8935Sivaprasad Addepalli2023-02-232-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-231-0/+0
| | | | | | | k26:modify machine override for k26 Kconfig.part: Add xen config support for versal-net Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Revert "machine-xilinx-default: Implement default FIT_CONF_DEFAULT_DTB"Mark Hatle2023-02-221-7/+0
| | | | This reverts commit 6ad9836940fa9c3541b5339c84d6d86e36734e24.
* xrt: Move AIE settings to meta-xilinx-toolsMark Hatle2023-02-221-14/+0
| | | | | | | AIE components are only provided by meta-xilinx-tools layer, so the configuration and dependencies need to be in the same layer. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-default: Implement default FIT_CONF_DEFAULT_DTBMark Hatle2023-02-221-0/+7
| | | | | | | | | | | | | When using a system device tree build there will be more then one device-tree that is constructed. If a fit image is constructed, then an DTB needs to be selected. We use the CONFIG_DTFILE as the default, which should inherit from the SYSTEM_DTFILE. The default for SYSTEM_DTFILE is empty as a fallback which should restore the default behavior of first DTB found is the one used. This also has ramifications for other recipes that use DTB files and unifies everything. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_2579Sivaprasad Addepalli2023-02-222-3/+3
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_8067Sivaprasad Addepalli2023-02-222-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Revert "Updated SRCREV for 2023.1_2923"Manikanta Sreeram2023-02-221-1/+1
| | | | This reverts commit aee55354756be9514c61f5e768dfa0370bdf8de0.
* meta-xilinx-standalone-experimental: Use public SRC_URIMark Hatle2023-02-211-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_2923Sivaprasad Addepalli2023-02-211-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_7779Sivaprasad Addepalli2023-02-211-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* libmetal/open-amp: Add compatibility RPROVIDESMark Hatle2023-02-202-0/+13
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-tools-xlnx: Add compatibility RPROVIDESMark Hatle2023-02-201-1/+7
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: For alternative provider, add rdependsMark Hatle2023-02-201-3/+4
| | | | | | | | | We want to be able to install qemu-xilinx-dev package, if the user requests qemu-dev. We can't just hard code a list, as the virtualization layer can modify the packages produced based on the existence of Xen or not. So dynamically compute the variable append. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_6955Sivaprasad Addepalli2023-02-201-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-201-0/+0
| | | | | | | sdt-description.tcl: Cleanup sdt-description.tcl sdt-description.tcl:sdt_ipinfo: Update Flash info for SDT Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* dfx-mgr: Update SRCREV, remove CFLAGS workaroundsSergei Korneichuk2023-02-191-7/+1
| | | | | | | | | Remove workarounds for warnings. Changelog for SRCREV: dfx_mgr: Fix compiler warnings Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* open-amp: SRCREV to fix 2022.10 rebase errorSergei Korneichuk2023-02-191-1/+1
| | | | | | | | Changelog: 2023-02-04 zynqmp_r5 resource table: fix 2022.10 rebase error Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* linux-firmware-ti-bt: Fix git branch URL warningsSandeep Gundlupet Raju2023-02-191-22/+28
| | | | | | | | | | | Fix git branch URL warnings and indentation. WARNING: linux-firmware-ti-bt-1.0-r0 do_package_write_rpm_setscene: URL: git://git.ti.com/ti-bt/service-packs.git;protocol=https does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Update to bootgen SRCREV to point to latest commitRamya Darapuneni2023-02-191-1/+1
| | | | | | | | | Changes: 2023.1 Updates 1. Version Updates to the banner 2. Minor Bug Fixes 2023.1 Initial Updates 1. Copyright Updates 2. Release Updates 3. Bug Fixes Signed-off-by: Ramya Darapuneni <r.darapuneni@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_3067Sivaprasad Addepalli2023-02-172-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_1355Sivaprasad Addepalli2023-02-171-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-161-0/+0
| | | | | | Update README.md Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* lopper: SRCREV Update for 2023Onkar Harsh2023-02-141-1/+1
| | | | | | | | | Below are the changes getting into effect with this srcrev update: lop-domain-linux-a53-prune: Removing all the unneeded sdfec properties from linux device tree lopper: assists: generate_config_object: Add outdir option support Signed-off-by: Onkar Harsh <onkar.harsh@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_5539Sivaprasad Addepalli2023-02-141-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-141-0/+0
| | | | | | machineconf.json: update k24 SOM machine overrides. Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_8755Sivaprasad Addepalli2023-02-131-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-131-0/+0
| | | | | | | | gen-machineconf:lopper outputs in build/conf/dts Kconfig-arm.part: Kconfig-microblaze.part: Clean up rootfs packages for mb and zynq gen_config: Fix console kconfig warnings Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* lopper: Update srcrev for 2023Appana Durga Kedareswara rao2023-02-101-1/+1
| | | | | | | | | | | Below are the updates lopper: assists: bmcmake_metadata_xlnx: Fix failed name 'compat_list' is not defined lopper: Delete unneeded processor node in a generic way baremetal_assists: Modifying baremetal assists to support use of multiple ESW repos lopper: assists: baremetal_xparameters_xlnx: Generate time stamp frequency define Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: recipes-kernel: lopper: xilinx-lops: lop-xilinx-id-cpus: ↵Appana Durga Kedareswara rao2023-02-101-1/+2
| | | | | | | | | | | Update cpu core number by reading the cpu node reg property This commit does the below 1) Update the cpu core number by reading the cpu node reg property. 2) Update the dict_key based on the cpu name instead of compatible string (As cpu name is unique). Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: classes: esw: Don't enable ↵Appana Durga Kedareswara rao2023-02-101-1/+0
| | | | | | | | | | | | | CMAKE_EXPORT_COMPILE_COMMANDS With the latest esw code changes if we enable CMAKE_EXPORT_COMPILE_COMMANDS it will include CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES into the path default value this variable is /usr/include if enable this param it will try to include application headers in /usr/include resulting compilation error so disable this param for yocto flow. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone: recipes-bsp: device-tree: Update recipe for freertos ↵Appana Durga Kedareswara rao2023-02-101-0/+3
| | | | | | | | | distro Add support for freertos distro by updating COMPATIBLE_HOST. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: recipes-libraries: lwip: Update config ↵Appana Durga Kedareswara rao2023-02-101-7/+7
| | | | | | | | | | | parameters as per latest source code In the latest esw source code lwip library sofware config parameter prefix got changed from lwip_* to lwip211_* 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>
* meta-xilinx-standalone-experimental: recipes-libraries: xilpm: Fix ↵Appana Durga Kedareswara rao2023-02-101-1/+1
| | | | | | | | | | | pm_cfg_obj copy location xilpm library source structure is expecting the pm_cfg_obj.c file to be available at src/zynqmp/client/common location, 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>
* meta-xilinx-standalone-experimental: conf: dtb-embeddedsw.inc: Update srcrev ↵Appana Durga Kedareswara rao2023-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for 2023 Below are the updates: lib: sw_services: xilsecure: Fix config_file header not found error lib: sw_services: xilmailbox: Fix example compilation issue esw: Add support for c++ application compilation esw: Include toolchain headers in compile_commands.json file cmake: Findcommon: Remove unneeded linker files only in vitis flow lib: bsp: standalone: Don't override cmake param when user select stdin/stdout as none ttcps: examples: xttcps_tapp_example: Fix compilation errors drivers: canps: Use common cmake package Merge pull request #7 from onkarh/xlnx_rel_v2023.1_sdt_experimental rigel_scripts: Adding newly added apps to help and correcting cmake path in settings scripts: rigel_scripts: regen_bsp: Read Meta-data of all the libraries Merge pull request #5 from onkarh/xlnx_rel_v2023.1_sdt_experimental rigel_scripts: Adding -r option for passing repo_info path in all the rigel scripts toolchain.cmake: Making spec file path configurable in the toolchain cmake files rigel_scripts: Modifications for multi repo support and the os/library versioning drivers/*.yaml: Adding the data dir and yaml file in drivers directory wherever missing lib: sw_apps: lwip*: Add missing description field for the lwip perf apps zynqmp_dram_test: Remove unneeded app.yaml file lib: sw_apps: Imrpove titile description in yaml lib: sw_apps: zynqmp_dram_test: Port zynqmp_dram_test app into system device-tree flow lib: sw_apps: dhrystone: Port dhrystone app into system device-tree flow lib: sw_services: xiltimer: Generate sleep timer freqencey define lib: sw_services: xiltimer: Initialize the timer instance in XTime_GetTime() API validate_bsp: Checking the args if contains "template" and assigning that value to the object Merge pull request #6 from nrameshn/xlnx_rel_v2023.1_sdt_experimental Updated the latest SDT for fixed platforms (vck190, vmk180, zcu102 and zcu106) HEAD TA: 9999.0_0130_2102 lib: sw_apps: lwip*: Correct the cmake parameter name esw: Pull xiltimer by default for bsp Merge pull request #4 from appanad/xlnx_rel_v2023.1_sdt_experimental scripts: rigel_scripts: Updates for windows support XilinxProcessorIPLib: drivers: CMakeLists.txt: Improve object collection Merge pull request #3 from onkarh/xlnx_rel_v2023.1_sdt_experimental *.yaml : Adding "type" key to all the yamls and the "version" to the lib/os yamls lwip211: Fix cmake alternative values sysmonpsv: Fix whitespace cmake warning common: Fix race condition in the CMakeLists.txt file lib: sw_services: xiltimer: Update cmake cache variables properly lib: bsp: standalone: Update cmake cache variables properly cmake: Findcommon.cmake: Remove unneeded files from the app linker_file folder scripts; rigel_scripts: enable verbose by default lib: sw_apps: freertos_hello_world: Improve yaml title field description lib: sw_apps: empty_application: Include freertos as well to the supported os list scripts: rigel_scripts: create_bsp: Update config entries for xiltimer scripts: rigel_scripts: library_utils: Include xiltimer irrespective of the hardware dependency common: Use QUIET option in find_package to suppress cmake configure warning Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: May end up depending on libmali, set PACKAGE_ARCHMark Hatle2023-02-102-0/+10
| | | | | | | If qemu ends up depending on libmali, we want to set the PACKAGE_ARCH to machine value as this version is now machine specific. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core: No longer ignore mesa, mesa-gl or virgl dependenciesMark Hatle2023-02-101-3/+0
| | | | | | | | As we now support enabling for libmali and lima, we want to ensure that the components are rebuilt if/when we switch between the configurations. This is especially true on a non-graphics optimized part. Signed-off-by: Mark Hatle <mark.hatle@amd.com>