summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* meta-xilinx-core: Adjust PREFERRED VERSION to match kernelMark Hatle2023-02-101-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_8911Sivaprasad Addepalli2023-02-101-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* microblaze-tc.conf: Disable pie support, not available on microblazeMark Hatle2023-02-091-0/+8
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xlnx-embeddedsw.bbclass: Update references to latest workMark Hatle2023-02-091-7/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dt-processor.sh: Add support for SOC_VARIANTMark Hatle2023-02-092-12/+76
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dt-processor.sh: Move from DTB to DTSMark Hatle2023-02-091-139/+114
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: esw.bbclass: Support .dts files in ↵Mark Hatle2023-02-091-1/+1
| | | | | | CONFIG_DTFILE Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx: Support both .dtb and .dts files being setMark Hatle2023-02-091-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vcu: Update recipesMark Hatle2023-02-092-2/+2
| | | | | | | | | | | | | | | | | | kernel-module-vcu: feat: add mcu getter/setter forward mail Revert "Add support for reserved memory with start address not aligned on 2GB" fix: use mutex instead of spinlock fix: add missing fonction prototype fix: missing variable if CONFIG_MEMORY_HOTPLUG is set chore: reformat kernel style fix: channel destruction Add support for reserved memory with start address not aligned on 2GB Code cleanup for better understanding vcu-firmware: chore: update to revision d20230127 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vcu: Update license checksumParth Gajjar2023-02-092-6/+6
| | | | | | | | | | | | | | | | | Update license file checksum for vcu repos vcu-ctrl-sw: Update name of ctrlsw level test application binaries chore: update to revision d20230127 Revert "Update name of ctrlsw level test application binaries" chore: update license year chore: update LICENSE vcu-omx-il: chore: update to revision d20230127 Signed-off-by: Parth Gajjar <parth.gajjar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vdu: Update commits for 2023 releaseSai Hari Chandana Kalluri2023-02-094-4/+4
| | | | | | | | | | | | | | | | | | | | kernel-module-vdu: Fix vdu core clock frequency unit to Hz feat: add mcu getter/setter forward mail libvdu-ctrlsw: chore: update to revision d20230127 libvdu-omxil: vdu: add device name setting for demo app vdu: add HEVC index and type chore: update to revision d20230127 vdu-firmware: chore: update to revision d20230127 Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_3491Sivaprasad Addepalli2023-02-091-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-091-0/+0
| | | | | | | | machineconf.json: Update vek280 dtsi file name gen_yocto_machine.py: Add support of custom machines gen-machineconf: Add user layers Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_8783Sivaprasad Addepalli2023-02-083-3/+3
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated commit ID for linuxSivaprasad Addepalli2023-02-081-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-081-0/+0
| | | | | | config_microblaze: Make MIG_7SERIES as default memory Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_3015Sivaprasad Addepalli2023-02-061-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* kernel-module-vdu: Add vdu rules to video groupSai Hari Chandana Kalluri2023-02-062-1/+15
| | | | | | | | Add vdu udev-rules file to change permissions and ownership group to video. This allows non root users to run encoder and decoder software. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xilinx-bootbin: Enable versalnet arch command optionSandeep Gundlupet Raju2023-02-061-1/+15
| | | | | | | | | 1. Enable versalnet -arch command option for versal-net devices. 2. Add COMPATIBLE_MACHINE for SOC and don't allow building for Microblaze. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Only set virtfs for target qemuMark Hatle2023-02-061-1/+1
| | | | | | | virtfs does not currently work on mingw32 due to a dependency on libcap-ng with does not work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_8307Sivaprasad Addepalli2023-02-061-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-061-0/+0
| | | | | | | | gen_plnx_machine.py: defining multiconfig targets and deploy dir setting default multiconfig targets in sysconfig files Kconfig.part: adding menuconfigs for multiconfig Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_9255Sivaprasad Addepalli2023-02-042-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-02-031-0/+0
| | | | | | | | | | | Update machine overrides for k24 som README: Update copyright year gen_config: Fix soc variant for cg and other devices hw-description.tcl: Fix axi_emc memory issue gen-machine-scripts:data: Cleanup yaml files u-boot_bsp.tcl: Cleanup/remove unused code Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* glmark2: Added patch to resolve runtime errors for glmark2-es2Yash Ladani2023-02-012-0/+62
| | | | | | | | This patch resolves the macro redefination and precision differ error in glmark2-es2 application. Signed-off-by: Yash Ladani <yash.ladani@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* vcu: Update to latest SRCREV and update license chksumParth Gajjar2023-02-013-6/+6
| | | | | | | | | | | | | | | | | | | | | | | Update license file checksum for vcu repos vcu-firmware: chore: update license year chore: replace license chore: update to revision d20221208 chore: update LICENSE vcu-ctrl-sw: Update name of ctrlsw level test application binaries build: add missing no-date-time for recent compiler chore: update to revision d20221208 Revert "Update name of ctrlsw level test application binaries" fix(4222): watchdog error shall have section to complete frame Vcu-omx-il: chore: update to revision d20221208 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-011-1/+1
| | | | | | | | | | | | | | | Below are the updates lops: fix comment style specification: fix incorrect phandle specification: wrap long system-device-tree.dts lines specification: migrate remaining .md documents to Sphinx specification: rework 'core' chapters specification: rework intro and add glossary/bibliography lopper: create LopperJSON class lopper: add json input/output file format Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* machine-xilinx-qemu.inc: Disable qemu-xilinx, prefer Yocto qemu on targetSandeep Gundlupet Raju2023-02-011-1/+0
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_1315Sivaprasad Addepalli2023-02-011-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated Commit IDSiva Addepalli2023-01-311-0/+0
| | | | | | | Kconfig-aarch64.part: Update prompt name for tftpd-dbg Kconfig.part:gen_plnx_machine.py: Add config options for XEN dtsi Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_8671Sivaprasad Addepalli2023-01-311-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_6987Sivaprasad Addepalli2023-01-301-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* kernel-module-hdmi: Update SRCREV for 6.1 kernelChristian Kohn2023-01-272-27/+3
| | | | | | | | | The SRCREV of the hdmi kernel module was updated to compile with a 6.1 kernel. Also update the version variable inside the recipe and remove the 2022.2 version of the recipe as it is no longer compatible. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xrt_git:zocl_git:update commitidrbramand2023-01-271-1/+1
| | | | | Signed-off-by: rbramand <rbramand@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-standalone-experimental: Add a variable to access this layer pathMark Hatle2023-01-271-0/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_6051Sivaprasad Addepalli2023-01-272-2/+2
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated SRCREV for 2023.1_9323Sivaprasad Addepalli2023-01-271-1/+1
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* Updated commit IDSiva Addepalli2023-01-271-0/+0
| | | | | | | | | | Update README.md petalinux-dtg.tcl: Fix ospi label issue Add check to extract serial interface number from config gen-machine-conf: Dont add MACHINE for SDT flow gen_plnx_machine.py: Remove boot-bin from EXTRA_IMAGEDEPENDS Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* u-boot-xlnx: Set UBRANCH to the correct valueMark Hatle2023-01-261-1/+1
| | | | | | | | Using ?= will result in UBRANCH not being set, as "" was already defined as the default value. Using = will result in the correct value and stop the system from automatically setting 'nobranch=1'. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dt-processor.sh: adding weaker assignment to BBMULTICONFIGvaralaxmi bingi2023-01-261-1/+1
| | | | | Signed-off-by: varalaxmi bingi <varalaxm@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Updated SRCREV for 2023.1_7999Sivaprasad Addepalli2023-01-264-4/+4
| | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
* meta-xilinx-standalone: Add binutils workaroundMark Hatle2023-01-251-0/+8
| | | | | | | | | | Workaround for: ERROR: binutils-cross-canadian-aarch64-2.39-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: binutils-cross-canadian-aarch64 path '/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/usr/lib/aarch64-xilinx-elf/bfd-plugins/libdep.a' [staticdev] Need for the workaround was introduced with latest version of poky (langdale) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Add Yocto Project upstream patchesMark Hatle2023-01-252-1/+19
| | | | | | | Yocto Project upstream patches resolve integration issues, and resolve various CVEs. Include these into the qemu-xilinx recipe. Signed-off-by: Mark Hatle <mark.hatle@amd.com>