| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
for parse
binutils-2.42 and gstreamer-1.22.12 were pulled in from the latest poky
scarthgap, as of commit dce4163d42f7036ea216b52b9135968d51bec4c1.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
runqemu QEMU MB instance fails with below errors
QEMU MB instance failed:
qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/BOOT-versal-net-generic_bh.bin,addr=0xF201E000,force-raw: warning: short-form boolean option 'force-raw' deprecated
Please use force-raw=on instead
qemu-system-microblazeel: -device loader,file=/scratch/sandeep/yocto/2024.2/yp-dev/build-versal/tmp/deploy/images/versal-net-generic/CDO/pmc_cdo.bin,addr=0xf2000000,force-raw: warning: short-form boolean option 'force-raw' deprecated
Please use force-raw=on instead
So use "force-raw=on" in QB_FW_FILES arguments.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add various "superset" machines. These machines can be used to generated a
binary distribution for a collection of machines.
These differ from the generic machines, as they have full CPU optimization
(DEFAULTTUNE) for the SoC, as well as the common MACHINE_FEATURES for a
collection of chips.
The MACHINE_FEATURES specified may not work on all chips, but will not cause
an incompatibility.
The common machines are:
Machine | SoC | DEFAULTTUNE | MACHINE_FEATURES
-------------------+------------+------------------+-----------------
zynq-common | Zynq7 | cortexa9thf-neon | (none)
zynqmp-common | ZynqMP | cortexa53 | vcu rfsoc
zynqmp-mali-common | ZynqMP | cortexa53 | mali400 vcu
versal-common | Versal | cortexa72 | aie vdu
versal-net-common | Versal-Net | cortexa78 | (none)
The mali400 option itself is not mutually exclusive from non, however the
default configuration of many systems also enabled libmali. libmali
inclusion WILL create a system that is incompatible with mesa.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
This recipe did not provide anything useful for the target, so adjust to only
run native and nativesdk.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
meta-arm integration adds trusted-firmware-a, use this integration instead.
We do need to add some compatibility instructions to avoid unexpected
behavioral changes. Over time these compatibility additions will likely
be removed.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Generic machines no longer depend on firmware (ESW) components. Thus they
will now build a full Linux system, where possible, without XSCT or SDT
modes.
It is up to the specific machine.conf files to enable the correct build
flow and that will enable the necessary firmware dependencies for the SoC.
This also means HDF_MACHINES is no longer required.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Zynq-7000 SDT and XSCT runqemu doesn't come up due to conditional
assignment in both machine-xilinx-qemu.inc and zynq-generic.conf file.
With that said the value set in machine-xilinx-qemu.inc will be used
during pre-expansion value. To fix this issue set weak assignment for
QB_XILINX_SERIAL so that variable can be override from machine conf
file or local.conf.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
versal-net-vn-p-b2197-00-reva
Emulation/simulation versal-net platforms are not tested so removed in dtg and uboot.
Instead of versal-net-ipp-rev1.9 using versal-net-vn-p-b2197-00-reva as DT_BOARD_FLAGS name
Signed-off-by: Ashwini Lomate <ashwini.lomate@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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Generic machines no longer depend on firmware (ESW) components. Thus they
will now build a full Linux system, where possible, without XSCT or SDT
modes. (Default, if XILINX_WITH_ESW is set to xsct, still builds firmware.)
It is up to the specific machine.conf files to enable the correct build
flow and that will enable the necessary firmware dependencies for the SoC.
This also means HDF_MACHINES is no longer required. Set HDF_MACHINES = ""
to produce a firmware-less build.
Also correct QEMU settings so they can be overridden.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
The DTC_FLAGS default should be set with ?= so it can be overridden.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
This reverts commit da77c918db698d7912b6a2c6807720e9e2c522c8.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Remove soft assignment in IMAGE_FSTYPES variable due to this cpio file
are not generated for poky distro and this is required for devtool
boot-jtag feature.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Remove FSBL recipe variables from soc-zynq.inc as this is already set
in fsbl recipes and no more required in machine inclusion file.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
Add cortexa9 DEFAULTTUNE which is required for zynq-7000 multiconfig
builds.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
| |
By default upstream qemu sets CDROM, Floppy drive and use eMMC
as secondary boot device the drive index doesn't work as expected.
Hence add -nodefaults option to qemu all device this fix this issue.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
dmaengine: xilinx: dpdma: removed extra vchan lock
arm64: zynqmp: Fix pwm-fan polarity
arm64: versal-net: Enable sysmon for VN-P-B2197 revA board
Revert "Revert "clk: Add ccf driver for IDT 8T49N24x UFT""
firmware: xilinx: Fix buffer overflow in config_reg_store
v4l: xilinx: isppipeline: Add support for ISP-ENABLE and restructure xisp_dev to resolve pahole issues
v4l: xilinx: isppipeline: Add support for RESIZE
v4l: xilinx: isppipeline: Add support for MEDIAN
v4l: xilinx: isppipeline: Add support for CLAHE
v4l: xilinx: isppipeline: Add support for RGB STATS
v4l: xilinx: isppipeline: Add support for LUMA STATS
v4l: xilinx: isppipeline: Add support for BAYER STATS
v4l: xilinx: isppipeline: Add support for CSC
v4l: xilinx: isppipeline: Add support for 3DLUT
v4l: xilinx: isppipeline: Add support for Tone mapping
v4l: xilinx: isppipeline: Add support for HDR
v4l: xilinx: isppipeline: Add support for GAMMA CORRECTION
v4l: xilinx: isppipeline: Add support for Gain Control
v4l: xilinx: isppipeline: Add support for CCM
v4l: xilinx: isppipeline: Add support for DEMOSAIC
v4l: xilinx: isppipeline: Add support for LSC
v4l: xilinx: isppipeline: Add support for RGBIR
v4l: xilinx: isppipeline: Add support for DEGAMMA
v4l: xilinx: isppipeline: Add support for BPC
v4l: xilinx: isppipeline: Add support for AWB
v4l: xilinx: isppipeline: Add support for BLC
v4l: xilinx: isppipeline: Add support for AEC
v4l: xilinx: isppipeline: Add compatible string for v2.0
dt-bindings: media: xilinx: Add documentation for ISP-2.0
usb: misc: usb5744: Increase post reset delay
arm64: xilinx: Enable SMMU by default
include: linux: firmware: correct versal-net sw error event masks
usb: dwc3: Export symbol dwc3_host_wakeup_register/capable
firmware: xilinx: fix feature check logic for TF-A specific APIs
arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240
drivers: iio: adc: xilinx-ams: Add module description
arm64: dts: zynqmp: zcu106a: Remove dpcon node
v4l: xilinx: isppipeline: Fix comment around Red Gain
phy: xilinx-xhdmiphy: Add support for selection of PLL/MMCM clock primitive
dt-bindings: phy: v-hdmi-phy1: Add dt entries for Tx/Rx clock primitives
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
| |
Updated commit ID to latest HEAD
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Yocto runqemu boot hangs for all versal devices, this is due to
QB_FW_FILES variable doesn't get expanded, Hence fix variable
QB_FW_FILES variable expansion issue.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
In GCC 13.1 usage of uint64 and similar will result in an error without (#8224)
Fix dll import/export warning (#8225)
ERT command for IPU and IPU preemption (#8211)
Catch all the exceptions when firmware version is not present. (#8214)
hide extra validate details in verbose (#8210)
Fix random crash in aie-pdi-transform (#8201)
Fix PCI Link down issue during EEMI PMC reset (#8208)
CID-314885,331341,331443 (#8209)
Add changes to support xrt::elf based flows in HIP (#8206)
Removed m_device in the xbutil advanced command since its mentioned in (#8203)
CID-369005, CID-369006: Amend #8198 with missing essential operators (#8207)
Added explicit destructor (#8198)
Minor changes in boost.sh script (#8202)
Bug fix in abs column calculation (#8200)
VITIS-12055 Remove PID from aie-partitions report (#8192)
CR-1199344: boot scr offset made to 0x0 (#8172)
Support add_end in elf (#8180)
libqdma: Updating QDMA to its latest commit (#8197)
Remove used header include (#8196)
Replace XRT_PRINTF with XRT_DEBUGF (#8195)
VITIS-11806 Support runlist submission as chained command objects (#8194)
fix the tile_type compararison (#8187)
[Client][Edge] Support interface tiles input ports details metric events (#8179)
Fixed a issue which is causing lsf. This is related to CR-1177852 (#8188)
Apply mask to rela->r_addend to get the patching scheme (#8186)
VITIS-11384 - [Preemption] XRT to support patching save/restore scratch pad address (#8157)
fixed the incorrect sysfs path (#8182)
Update codeql-analysis.yml
Fix for CR-1182821: AIE Status was unable to get good data and was outputting empty files (#8178)
Remove leftover link dependencies on boost (#8176)
Fix coverity issues (#8125)
Fixed an issue for single slot case where multiple IPs are opened. (#8177)
VITIS-11806 Break runlist into multiple submissions if necessary (#8171)
VITIS-11772 - [ELF Migration]: XRT userspace library (#8160)
Implementation of read/write mem and reg of xrt::aie::device (#8166)
enablign rtp updates from alias name also (#8167)
VITIS-11829 Xbutil: Separate throughput and latency from verify as individual microbenchmarks (#8154)
VITIS-11384 - Process elf section "preempt_save" and "preempt_restore" (#8143)
fixing reserved memory logic (#8164)
Fixed rw_shared flag for user managed kernel (#8158)
VITIS-11112 HIP Binding: Memory Management. (#8138)
Add hip related functions (#8141)
Add instructions for installation of xrt package on Alma Linux (#8156)
Fix bug in runlist implementation (#8153)
Update CODEOWNERS
Update CODEOWNERS
Update CODEOWNERS
Update CODEOWNERS
VITIS-11334 Update XRT to remove Early Access label for Ryzen (#8148)
Fix for CR-1178294: XRT AIE Status .json file does not include tile information for a tile where only memory is used (#8147)
running cron at 7pm PST (#8149)
Fix windows build error (#8140)
giving default value for event column (#8144)
Enable HIP build in windows (#8110)
zocl version adjusted to 2.18 for 2024.2 (#8142)
CR-1186958 Fix duplicate busybar in xbutil validate tests (#8137)
initial support for execution trace (#8136)
VITIS-11623 - use same patching scheme for same hardware regardless of firmware code path (#8076)
fix hipMalloc() issue when running in multithreads. (#8127)
CR-1199552: Fixing mem-bw test for RAVE (#8123)
Explicitly load xdp_core library before all XDP Plugin in Client Flow. (#8126)
replacing DMA events for PLIO in profiling (#8128)
Update release version for 2024.2 (#8116)
fixing issue in adf::event crash (#8119)
cover all stream switch port events (#8117)
Enabling 2024.2 for XRT master (#8113)
ZOCL version adjusted to 2.17 for 2024.1 (#8114)
fixing elapsed time calculation (#8106)
Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
The generic machine configurations should not have a direct dependency
on specific firmware components as these dependencies should be
associated with boot.bin (or similar).
This change also removes WIC_DEPENDS as it is no longer required
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Update preferred version for xrt,zocl to pick latest bb file.
And add compatible string for versal-net in xrt*.bb file.
Signed-off-by: Ashwini Lomate <ashwini.lomate@amd.com>
|
|\
| |
| |
| |
| |
| | |
Renamed u-boot-xlnx to make it clear this is 2024.2 work.
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>
(cherry picked from commit 73c1f158c3c6d8fabc242fbd42a4bdfecb466a8b)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 60542eb1dea413c631330524836412cfefc933bb.
This also makes the same change to 2024.1 version.
This change caused:
ERROR: core-image-minimal-1.0-r0 do_rootfs: Unable to find package with name 'kernel-module-zocl' in SPDX file .../tmp/deploy/spdx/by-hash/zynqmp_generic/sstate:kernel-module-zocl:zynqmp_generic-poky-linux:202410.2.17.0:r0:zynqmp_generic:12:/kernel-module-zocl-6.6.10-xilinx-g3af4295e00ef.spdx.json
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY
configuration. The defined families are: zynq, zynqmp, versal and versal-net.
Our decision of breaking up versal-net from versal, is based on the SoC CPU
changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a
different SoC family.
In order to capture the individual capabilities that we used to handle via
SOC_VARIANT, we have defined the following features (some may have been
previously defined):
- mali400 (zynqmp eg and ev)
- vcu (zynqmp ev)
- rfsoc (zynqmp dr RF capabiltiies)
- aie - (versal ai & premium)
- vdu - (versal ai)
SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by
MACHINE_ARCH. This is based on the guideline that any recipes that use
MACHINE_FEATURES should be MACHINE_ARCH specific.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| | |
These files are already part of scarthgap, remove the local copies.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The path specified is the internal firmware path. This could be in a the
current deploy directory, a multiconfig deploy directory or some other place
directly specified by the user.
When using the sstate-cache, the build of the component in the a multiconfig
directory can be skipped, causing an error to find the component.
Instead we want to use OUR deploy directory, which will always have a copy
of the pmu firmware, no matter how it was constructed or packaged.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Create a new layer containing all code related to the Mali400 graphics
stack and software. This includes the Mali kernel module / patches,
libglu/libgles code, mesa, wayland, kernel recipe and udev rules. This
layer also includes a dynamic layer for the qt5 bbappends and patches.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| |
| |
| |
| |
| |
| |
| | |
Set QEMU to boot using the static OSPI file when it is available.
Signed-off-by: John Toomey <john.toomey@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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
To follow YP and our own conventions, rename the kernel module.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There is no need for multiple version, the latest version supports many
older kernels. Version is being set to 2023.2, as keeping the string at
1.0.0 is meaningless, since every version released has been 1.0.0.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There is no need for multiple versions, the latest version should work with
all of the kernels we care about. Version has been adjusted to 6.1.60 to
indicate the latest kernel it was actively tested with.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There is no need for multiple versions, the latest version will work with
all of the kernels we care about. Version has been adjusted to 6.1.60 to
indicate the latest kernel it was actively tested with.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove the special MALI_VERSION, and set the PV to the proper matching
version.
With code inspection, there is no purpose to the multiple versions, as
the module will work with different kernel versions. Remove unnecessary
recipes.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The recipe version is now 'major.minor_vivado'. In the future we may
drop the vivado component and just stay with major_minor. But this sets
us up to make that change easier in the future.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of recipe version and PV being different, move to recipe version
matching the expected PV value.
Note, prior pv had a 'v' in it, this has been removed to match upstream
Yocto Project numbering.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The 8.1.x integration is a forward port from poky as of commit
4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10. We need the 8.1.x version to
match the AMD qemu-xlnx fork version.
Remove all of the older 2022.1 - 2023.2 versions. No reason to keep these
old versions, as the latest will do everything the older one can.
Note, some of the devicetrees may have changed names, requiring BSPs with
integrated PS and PMU/PMC DTBs to be changed.
This version corrects the QMP integration with the Yocto Project ptest
runner. There may still be issues with the ptest runner, but qemu itself
should now be compatible.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|\| |
| | |
| | |
| | | |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
2022.2 version was incorrectly specified before, fix this.
Add the preferred_versions for u-boot related into conf/local.conf tied
to the XILINX_RELEASE_VERSION.
Add missing SRC_URI files as well.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add default 2022.1 and 2022.2 versions for ATF based on
XILINX_RELEASE_VERSION.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|