| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
gdb 12 python support requires 'distutils', which was removed in python 3.12.
Disable until we can patch this or upgrade.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Cairo no longer directly links to libgl/libgles. This avoids any mali
specific dependencies.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Based on github Pull Request #60.
Signed-off-by: Felix Kuhlmann <felix-kuhlmann@gmx.de>
Update commit message and added PR number in commit message.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Testimage has specific requirements about how the filesystem, qemu and other
components are configured. Create a special QEMU bsp for the ZynqMP and
it's variants. Note, eg/ev can not emulate the Mali, so may fail mesa and
OpenGL/GLES testing.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apply the same change as 6b9f17f0c990645063efaf21fff3f76072c5300e to
2023.2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
The change was already in 2023.1, carry forward to 2023.2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
The change was already in 2023.1, carry forward to 2023.2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Results in patching error of weston, patch applied twice.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Duplicate what was done in 2023.1 to allow qemu-xilinx to build.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
These BSPs are no longer public, and have been removed in 2023.2.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\| |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | | |
xilpm: versal: server: Remove XRAM axi-lite clock selection
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changelog:
fix for AIE1 status (#7735)
Signed-off-by: saumya garg <saumya.garg@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
scripts: pyesw: open_amp: Extend cleanup support for Libmetal and OpenAMP
scripts: pyesw: open_amp: Simplify openamp-lopper run
scripts: pyesw: open_amp: Add support for Zynq for OpenAMP and Libmetal in BSP
scripts: Enable OpenAMP and Libmetal demos to mimic convention of other ESW apps
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | | |
arm: Add support for r52 IMP_PERIPHPREGIONR register
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | | |
driver:src: AIE decoupling build bsp & build app failed
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix: data cache issue
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Move to release branch, which is rebased from the dev branch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | | |
scripts: pyesw: build_app: Add command line arg to specify .repo.yaml path
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Based on github Pull Request #59.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Update commit message and added PR number in commit message.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
update Embedded SW license 2023.2 release
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | | |
scripts: pyesw: library_utils: Pull the xilflash library irrespective of the hardware dependency
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert "uartps: Fix xuartps_intr_example compilation errors in SDT flow"
sw_services:xilsecure:Fixed MISRA-C Rule 12.2 violation
sw_services:xilsecure:Fixed compilation warning for ecdsa example
sw_services:xilsecure:Fixed MISRA-C Rule 10.3 and 10.4 violations
sw_services:xilsecure:Fixed misra-c Rule 8.13 violation
sw_services:xilsecure:Fixed coverity warnings
updated for ddrcpsu changelog
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | | |
versal: Rename VEK280 cosim board
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sw_services: xilcert: Replace XSecure_MemCpy64 with Xil_SMemCpy
sw_services: xilcert: Fix the value of UEID extension
scripts: pyesw: reconfig_bsp: Add support for older platforms/bsp
axidma: Fix simple interrupt example for SDT flow
Xilsecure: Add version header file for client mode
VersalNet: Disable cache for xilpuf and xilnvm libraries
xilplmi: fixed missing header inclusion
lib: sw_apps: Update the User Compile and Link options for c++ sources
lib: sw_apps: Fix linker script LINK_DEPENDS in system device-tree flow
updated for changelog vtc
uartps: Fix xuartps_intr_example compilation errors in SDT flow
sw_services:xilpuf:Fixed doxygen warnings
sw_services:xilsecure:Fixed doxygen warnings
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|