summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | image-update: Move recipe from meta-petalinuxJohn Toomey2023-10-271-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 65baacbc74e5805667c52e193bd72d9d9e4c4720) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | Remove exec permission from bb filesJohn Toomey2023-10-274-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 3b5337348fe58b21683542f78e83f1d631d4b1e8) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | amd_spi_image: Move SPI image code into a bbclassJohn Toomey2023-10-271-0/+142
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Create new bbclass with code for generating QSPI images for both Kria and System controller. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 88be418e0d5d1510da68217a32c4c922014cf899) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | layer.conf: Move from nanbield to scarthgapMark Hatle2024-03-191-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | soc-tune-include: Add cortex-r5{,2}hf and cortex-a78 supportMark Hatle2024-03-181-0/+4
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | mesa: Rebase xlnx dri patchMark Hatle2024-02-271-10/+10
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | qemu: Resync to latest poky masterMark Hatle2024-02-2712-0/+12
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | weston: Rebase RGB patchMark Hatle2024-02-051-5/+5
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | qemu-xilinx: Fix potential issue w/ poky master-nextMark Hatle2024-02-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently poky master-next has a few patches for QEMU 8.2 to workaround a new requirement for some MMAP flags. For 7.1, we need to make sure we don't have these patches as they are not relevant. If this patch is not merged into Poky, we can drop this patch. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | mesa: Rebase xlnx dri patchMark Hatle2024-02-011-10/+12
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | mesa: Limit AMD (Xilinx) DRI patch to target onlyMark Hatle2024-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The DRI patch is only relevant when used with an AMD (Xilinx) machine. When a nativesdk version of mesa is built the patch will cause a patching failure. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | libvdu-omxil: Add workaround for latest gccMark Hatle2024-01-303-0/+56
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | vdu-firmware: Fix QA errorMark Hatle2024-01-302-6/+4
| | | | | | | | | | | | | | | | | | | | | Fixes: ERROR: vdu-firmware-1.0.0-xilinx-v2023.2+git-r0 do_package_qa: QA Issue: vdu-firmware package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | libvdu-ctrlsw: Fix compilation failure is latest toolchainMark Hatle2024-01-303-2/+33
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | linux-xlnx_2023.2: Update to more recent LTS versionMark Hatle2024-01-302-3/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | qemu: Avoid incompatible pkgconfig valuesMark Hatle2024-01-303-4/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | cairo: bbappend no longer nededMark Hatle2024-01-301-19/+0
| | | | | | | | | | | | | | | | | | | | | Cairo no longer directly links to libgl/libgles. This avoids any mali specific dependencies. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | weston: Move mali400 warning to weston 13Mark Hatle2024-01-301-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | meta-xilinx-core: layer.conf: Default to qemu for arm (32)Mark Hatle2024-01-302-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Normally we default to qemu-xlnx (the AMD/Xilinx QEMU fork). However, this fork depends on some functionality not present on 32-bit arm. For on-target qemu we need to use the stock QEMU instead. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | meta-xilinx-core: zynqmp-generic.conf: Use default QB_XILINX_SERIALMark Hatle2023-12-121-1/+3
| | | | | | | | | | | | | | | | | | | | | A default (blank) QB_XILINX_SERIAL will fall back to the runqemu default which works correctly for this board. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | vcu-firmware_2023.2: Apply fix for usrmerge featureMark Hatle2023-11-111-5/+5
| | | | | | | | | | | | | | | | | | | | | Apply the same change as 6b9f17f0c990645063efaf21fff3f76072c5300e to 2023.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | libomxil-xlnx: Add fixup for latest gccMark Hatle2023-11-091-0/+2
| | | | | | | | | | | | | | | | | | The change was already in 2023.1, carry forward to 2023.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | libvcu-xlnx: Add fixup for the latest gccMark Hatle2023-11-091-0/+2
| | | | | | | | | | | | | | | | | | The change was already in 2023.1, carry forward to 2023.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | xrt: Add temporary patch required for gcc 13 supportMark Hatle2023-11-091-0/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | weston_%.bbappend: Remove duplicated in weston.incMark Hatle2023-11-081-17/+0
| | | | | | | | | | | | | | | | | | Results in patching error of weston, patch applied twice. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | layer.conf: Set to nanbieldMark Hatle2023-11-081-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | xserver-xorg: Fix conflict w/ eudevMark Hatle2023-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | The rules file does not need to be named local.rules, instead keep the existing name to avoid a conflict. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | versal-generic.conf: Remove obsolete DTBsMark Hatle2023-10-261-3/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | various machines: Change qemu serial port configuration for nanbieldMark Hatle2023-10-266-7/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of Yocto Project nanbield, if a -serial is pass in QB_OPT_APPEND the runqemu may add additional null entries (padding) or simply skip further setup. Due to this, emulated platforms where the first hardware serial port is not used in Linux need specific "-serial null" settings, but with the new rules also need the real serial port defined (this can no longer be assumed.) The downside of this new approach is all consoles must be defined, so we can not rely on runqemu adding "-serial mon:<device>", as now assume the primary usage is stdio (nographic/serial port) settings. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | meta-xilinx-core: zynq-generic: Remove gdb port usageMark Hatle2023-10-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | While including a default gdb in the QEMU configuration might be useful, it does require a static port that will prevent multiple QEMU sessions from running in parallel. If the user wants GDB support, they will need to manually add this on the runqemu command line. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | core-image-ptest-fast: Restrict microblaze from building qemu and bcryptMark Hatle2023-10-251-2/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | qemu-xilinx: Fix 2023.2 integrationMark Hatle2023-10-254-0/+35
| | | | | | | | | | | | | | | | | | Duplicate what was done in 2023.1 to allow qemu-xilinx to build. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | zynqmp-generic: Ensure qemu-devicetrees is install for qemu usageMark Hatle2023-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | testimage requires qemu, qemu requires qemu-devicetrees:do_deploy. Adjust the dependencies to specifically list do_deploy and not the authomatic do_install. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | versal-generic: Fix testimageMark Hatle2023-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | qemu-devicetrees and the extracted cdo are required for QEMU booting. These are only populated after do_deploy, so make sure our dependency clearly depends on do_deploy and not the (automatic) do_install. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'origin/rel-v2023.2' into nanbieldMark Hatle2023-10-2360-308/+1393
|\| | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt, zocl: Final commit id for 2023.2saumya garg2023-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: fix for AIE1 status (#7735) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt, zocl: Update commit id for 2023.2saumya garg2023-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: backport the xbutil validate issue for ps kernel (#7732) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | qemu : Updated SRCREV for 2023.2_1999Sivaprasad Addepalli2023-10-051-1/+1
| | | | | | | | | | | | | | | arm: Add support for r52 IMP_PERIPHPREGIONR register Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | aie-rt : Updated SRCREV for 2023.2_6187Sivaprasad Addepalli2023-10-051-1/+1
| | | | | | | | | | | | | | | driver:src: AIE decoupling build bsp & build app failed Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Updated SRCREV of vdu-firmware for 2023.2_5515Siva Addepalli2023-10-041-1/+1
| | | | | | | | | | | | | | | | | | fix: data cache issue Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | xrt: Final commit id for 2023.2 releasesaumya garg2023-09-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: fixed TLAST based events (#7718) Fix for CR:1163285-changing field name (#7721) (#7722) CR-1160311 xbflash2 tool doc update (#7716) (#7719) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | dts : Updated SRCREV for 2023.2_9163Sivaprasad Addepalli2023-09-261-1/+1
| | | | | | | | | | | | | | | versal: Rename VEK280 cosim board Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | linux-xlnx : Updated SRCREV for 2023.2_1715Sivaprasad Addepalli2023-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | net: macb: Set MDIO clock divisor for pclk higher than 160MHz mtd: rawnand: arasan: Avoid overwriting valid data while checking for bitflips during HW-ECC read Revert "mtd: rawnand: arasan: Use on-host ecc engine in hw-ecc mode" Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | xrt, zocl: Update commit idsaumya garg2023-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: fixed S2MM events for memory tiles (#7711) Search for specified xclbin in cwd and repo if available (#7710) add interface uuid into xgq_vmr host driver for linux upstream project (#7704) Xbutil reset issue fixed related to hwmon (#7706) Accessing device memory from host is enabled now in emulation (#7708) including DMA-only tiles in 'all' (#7709) Add test for exporting and importing buffer on same device (#7707) CR-1175636 Performance mode not valid for device (#7705) CR-1114740 xbutil examine -d <BDF> -r 'aieshim' console output does n… (#7701) Catching exceptions when XDP plugins are loaded (#7703) CR-1175649 Always wait for command completion through hwqueue in SHIM layer (#7702) Add xrt::version APIs (#7696) CR-1155098 Add missing logic for host-mem status (#7698) sleep for 1 second to yiled cpu (#7700) Adding RAVE device id to XRT (#7699) Update ulite function to match newer Linux kernel (#7695) Return ENODATA Error code if bitstream is not present (#7694) Fixed PS kernel only xclbin download issue (#7674) CR-1174490: Fixing crash when turning on aie_profile on systems without AIE (#7697) [CR-1161728]: emconfig.json path issue if host code is in python. (#7687) fixed port selection in trace (#7693) Signed-off-by: saumya garg <saumya.garg@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | aie-rt : Updated SRCREV for 2023.2_2687Sivaprasad Addepalli2023-09-231-1/+1
| | | | | | | | | | | | | | | driver:src: xaiengine directory & include files are missing Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | u-boot-xlnx : Updated SRCREV for 2023.2_3243Sivaprasad Addepalli2023-09-221-1/+1
| | | | | | | | | | | | | | | net: zynq_gem: Update the MDC clock divisor in the probe function Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | linux-xlnx : Updated SRCREV for 2023.2_8771Sivaprasad Addepalli2023-09-211-1/+1
| | | | | | | | | | | | | | | | | | mtd: spi-nor: Fix Write failure in SST flashes spi: spi-cadence: Correct irq sequence for read Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | linux-xlnx : Updated SRCREV for 2023.2_7327Sivaprasad Addepalli2023-09-201-1/+1
| | | | | | | | | | | | | | | | | | arm64: zynqmp: Add output-enable pins to SOMs v4l: xilinx: xcsirxss: Fix YUV420 format Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | u-boot-xlnx : Updated SRCREV for 2023.2_8535Sivaprasad Addepalli2023-09-191-1/+1
| | | | | | | | | | | | | | | net: phy: xilinx-gmii2rgmii: Removed hardcoded phy address 0 for bridge Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Revert "gen_yocto_machine.py: Instead of ATF_CONSOLE_DEFAULT variable add ↵Siva Addepalli2023-09-191-0/+0
| | | | | | | | | | | | | | | | | | ATF_CONSOLE" Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>