summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu
Commit message (Collapse)AuthorAgeFilesLines
* meta-xilinx-core: qemu: Fix Upstream-Status entriesMark Hatle2024-11-243-1/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Fix variable usageMark Hatle2024-11-216-10/+11
| | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx-system-native: Update pmu-rom dependencyMark Hatle2024-11-111-1/+1
| | | | | | | | | There was a previous change that avoided the warning message if xilinx_pmu-rom-native was defined, but the dependency was never enabled. Match both LICENSE_FLAGS_ACCEPTED of xilinx or xilinx_pmu-rom-native Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu: Update to 2024.2 branchMark Hatle2024-10-232-2/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dts : Updated SRCREV for 2024.2_3091Sivaprasad Addepalli2024-10-061-1/+1
| | | | | zynqmp: Add zc1751-dc1/dc2 boards zynqmp: move i2c controllers definition to zynqmp-iou.dtsi
* qemu-devicetrees: Add qemu versal-net-alt versionMark Hatle2024-10-052-0/+292
| | | | | | | | Create an alternative DTB where the serial port 0 and 1 are the Linux capable serial ports. This matches the requirements of the default Yocto Project runqemu/testimage. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu : Updated SRCREV for 2024.2_9327Sivaprasad Addepalli2024-10-041-1/+1
| | | | ssi/xlnx-versal-ospi: Enable 64bit access on dac
* dts : Updated SRCREV for 2024.2_9123Sivaprasad Addepalli2024-10-011-1/+1
| | | | vn-p-b2197-00-x-prc-07: Add additional ospi flash
* dts : Updated SRCREV for 2024.2_7791Sivaprasad Addepalli2024-09-201-1/+1
| | | | versal-vitis.dtsi: dont drop the ddr node unconditionnally
* qemu : Updated SRCREV for 2024.2_5043Sivaprasad Addepalli2024-09-201-1/+1
| | | | | | | | | | versal: pmc-sysmon: Link NEW_DATA_FLAGx clearing to irq versal: pmc-sysmon: Fix NEW_DATA_FLAGn handling versal: pmc-sysmon: Infer sensors initial measurements versal: pmc-sysmon: Fix writes to root PCSR_CONTROL versal: pmc-sysmon: Add retrieval of enabled sensors versal: pmc-sysmon: Fill info only for enabled sensors versal: pmc-sysmon: Use non-0 form of voltage setting
* qemu-devicetrees: Move from target to native/nativesdk packageMark Hatle2024-09-161-5/+5
| | | | | | | 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>
* dts : Updated SRCREV for 2024.2_2511Sivaprasad Addepalli2024-09-081-1/+1
| | | | board-versal-net-psx-virt: Change the cpu frequency
* qemu : Updated SRCREV for 2024.2_2903Sivaprasad Addepalli2024-09-081-1/+1
| | | | xlnx-versal-pmx-global: Introduce DOMAIN_ISO_CNTRL persitent register support
* qemu : Updated SRCREV for 2024.2_9883Sivaprasad Addepalli2024-09-051-1/+1
| | | | | | | | versal: pmc-sysmon: Add measurement-file property for scripting injections versal: pmc-sysmon: Fix device temperature report versal: pmc-sysmon: Add VCCINT_FPD and VCCINT_LPD injections versal: pmc-sysmon: Set initial measurement by injection versal: pmc-sysmon: Fix lost root-id in sensor info
* qemu : Updated SRCREV for 2024.2_9347Sivaprasad Addepalli2024-09-031-1/+1
| | | | | | hcd-dwc3: Correct default number of maximum slots xlnx-versal-ddrmc-ub: Add fields related to DDRMC5C xlnx-versal-pmc-int: Add axi slave switch resets
* dts : Updated SRCREV for 2024.2_7155Sivaprasad Addepalli2024-09-031-1/+1
| | | | | zynqmp:usb_dwc3: Correct USB maximum slots to 64 board-versal-xcvm2152-ps-virt: Update idcode
* qemu-devicetrees: Add alternative vck190 configMark Hatle2024-08-272-0/+1468
| | | | | | | | Reorder the serial ports for an alternative vck190 machine. This puts the Linux (APU) serial ports first in the processing order which will help enable Yocto Project testimage support. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* qemu-xilinx: Backport QMP changes for YP compatibilityMark Hatle2024-08-273-0/+1099
| | | | | | | | Yocto Project scarthgap requries a slightly newer qmp in order for testimage and other automations to work. Backport the necessary changes to enable the required interfaces. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dts : Updated SRCREV for 2024.2_2263Sivaprasad Addepalli2024-08-261-1/+1
| | | | versal: Add Versal Alveo V80 board
* dts : Updated SRCREV for 2024.2_5239Sivaprasad Addepalli2024-07-311-1/+1
| | | | Updated commit ID to latest HEAD
* qemu : Updated SRCREV for 2024.2_9619Sivaprasad Addepalli2024-07-241-1/+1
| | | | Updated commit ID to latest HEAD
* dts : Updated SRCREV for 2024.2_4307Sivaprasad Addepalli2024-07-231-1/+1
| | | | Updated commit ID to latest HEAD
* meta-xilinx-core: qemu-xilinx-multiarch-helper-native fix default helpMark Hatle2024-07-171-4/+35
| | | | | | | | | | | | | | | | | | | | | Code change is based on the discussion with Corey Thompson on the meta-xilinx@lists.yoctoproject.org mailing list. It was pointed out that the default help behavior did not match what runqemu was expecting from the actual qemu execution. We need to properly handle the user asking from help information or improperly invoking the binary with correct return codes. The new behavior will ensure that incorrect arguments results in a non-zero return code with an error message or basic help text. If the user passes -h, -help or --help (matching qemu's behavior) will report the basic help text, and then invoke the APU, PMU or PLM qemu as appropriate to augment and provide the full set of arguments. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 7f196888506291f7274f93d734a427f3e0226219) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* dts : Updated SRCREV for 2024.2_9207Sivaprasad Addepalli2024-07-111-1/+1
| | | | Updated commit ID to latest HEAD
* qemu : Updated SRCREV for 2024.2_6495Sivaprasad Addepalli2024-07-111-1/+1
| | | | Updated commit ID to latest HEAD
* Merge remote-tracking branch 'xilinx/2024.1_2024.2' into 2024.2Mark Hatle2024-06-282-2/+2
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * dts : Updated SRCREV for 2024.1_2024.2_2195Sivaprasad Addepalli2024-06-281-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_7243Sivaprasad Addepalli2024-06-281-1/+1
| | | | | | | | Updated commit ID to latest HEAD
* | Merge remote-tracking branch 'xilinx/2024.1_2024.2' into 2024.2Mark Hatle2024-06-252-2/+2
|\| | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu : Updated SRCREV for 2024.1_2024.2_3123Sivaprasad Addepalli2024-06-211-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_7503Sivaprasad Addepalli2024-06-161-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * dts : Updated SRCREV for 2024.1_2024.2_6071Sivaprasad Addepalli2024-06-151-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu : Updated SRCREV for 2024.1_2024.2_2891Sivaprasad Addepalli2024-06-141-1/+1
| | | | | | | | Updated commit ID to latest HEAD
* | Merge remote-tracking branch 'xilinx/2024.1_2024.2' into base-changesMark Hatle2024-06-111-1/+1
|\| | | | | | | | | | | Renamed u-boot-xlnx to make it clear this is 2024.2 work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu : Updated SRCREV for 2024.1_2024.2_8699Sivaprasad Addepalli2024-06-101-1/+1
| | | | | | | | Updated commit ID to latest HEAD
| * qemu: Bump to lastest master (2024.2) versionsMark Hatle2024-05-295-1/+88
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 16b37ceac501e1cba75a9c25d2f4960e9773ab4b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu : Updated SRCREV for 2024.1_4679Sivaprasad Addepalli2024-04-121-1/+1
| | | | | | | | | | | | fdt_generic_devices: Add phy aliases arm_generic_fdt: Create ethernet phy in postinit fdt_generic_util: Add a postinit call back
| * Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-102-2/+2
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu : Updated SRCREV for 2024.1_2095Sivaprasad Addepalli2024-04-081-1/+1
| | | | | | | | m25p80: Consider 4byte address for octal ddr mode
| * dts : Updated SRCREV for 2024.1_1751Sivaprasad Addepalli2024-04-081-1/+1
| | | | | | | | vck190: Add 2g OSPI flash
| * dts : Updated SRCREV for 2024.1_2055Sivaprasad Addepalli2024-04-081-1/+1
| | | | | | | | | | | | versal: Add support for xqvm1102, xqve2102, xqvp2502, xqvp1052 and xqve2302 versal: Add support for xave2602 and xave2802 versal: SE variants support
| * dts : Updated SRCREV for 2024.1_6971Sivaprasad Addepalli2024-04-051-1/+1
| | | | | | | | | | | | versal: Add support for the SE variant of xcvp1002 versal: Add support for the SE variant of xcvm2152 versal: Add support for xcvm2152
| * qemu : Updated SRCREV for 2024.1_3207Sivaprasad Addepalli2024-03-131-1/+1
| | | | | | | | | | | | | | | | | | m25p80: Add sfdp data to the mt35xu01g flash versal-ospi: Enable indac with dac is disabled ssi: versal-ospi-v1: Enable indac writes and dac with indac ssi: xlnx-versal-ospi: Fix indac address range ssi: versal-ospi: Allow required bytes for indac ops versal-ospi: Add support to handle tuning sequence
| * dts : Updated SRCREV for 2024.1_2415Sivaprasad Addepalli2024-03-091-1/+1
| | | | | | | | vpk180: Place default memory of 8Gb for DDR2
| * qemu : Updated SRCREV for 2024.1_1335Sivaprasad Addepalli2024-03-041-1/+1
| | | | | | | | misc: xlnx-versal-aes: Change encrypted key endianess
| * qemu : Updated SRCREV for 2024.1_6223Sivaprasad Addepalli2024-03-031-1/+1
| | | | | | | | | | | | | | hw/misc/xlnx-versal-net-rpu-pcil: refine powerdownreq signals hw/misc/xlnx-versal-net-rpu-pcil: add rpu-standby-wfi input xlnx-versal-psm-global: switch apu wakeup as client_gpio hw/intc/arm_gicv3: fix the logic for the wakerequest signal
| * dts : Updated SRCREV for 2024.1_8643Sivaprasad Addepalli2024-03-021-1/+1
| | | | | | | | | | | | | | versal-psx-rpu: wire rpu wfi to rpu_pcil versal-ps*-virt: drop apu_intc_redirect versal-ps-apu: restrict to 2 APUs versal-psm: wire apu wakeup request
| * dts : Updated SRCREV for 2024.1_5783Sivaprasad Addepalli2024-03-011-1/+1
| | | | | | | | | | | | versal-psm: reset the psm bus with the lpd versal-psm: bind the psm-cpu reset to the crp versal-psm: demacro-ify the iomodule creation
| * dts : Updated SRCREV for 2024.1_8499Sivaprasad Addepalli2024-02-241-1/+1
| | | | | | | | zynqmp: gpu: Connect GPU to ZynqMP
| * qemu : Updated SRCREV for 2024.1_7263Sivaprasad Addepalli2024-02-231-1/+1
| | | | | | | | hw/display: Introduce ARM MALI-400 stub device