diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-24 14:29:25 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-24 14:29:25 -0800 |
| commit | 34e2652a1ae39dd4ad43b5f931664e74570e9303 (patch) | |
| tree | e86bdfebdd60b8c5cbf85eed51d47af2119f9218 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | |
| parent | 18fa6e5d4a9b3135fa2555ad12c9a307cb76052c (diff) | |
| download | meta-xilinx-34e2652a1ae39dd4ad43b5f931664e74570e9303.tar.gz | |
qemu: Move to latest in-progress development version
Move from the initial qemu-xilinx 6.1.0 version to the current development
version.
Changelog qemu-devicetrees:
versal-psm: Add psm err management module
versal: Add vitis variant for xcvc2802
versal: Add xcvc2802 & xcve2802 devices
versal: memmap: npi: Allow AIE2 NPI range to be overriden
versal: Make generic npi default for all boards
versal: remote-port: Add a PL to XRAM port
versal: lpd: Move the XRAM into a separate memory region
zynqmp: Fix DDR aliasing onto qemu_sysmem
versal-pmc-sys: Connect efuse-cache to sysmon
versal: smmu: Versal has 1 global + 32 context interrupts
vpk180: Add new board dts
xcvp1802: Add ssit property
board-versal-ps-virt: Add include guards
xcvp1802-virt: This virt board is for VPK180 emulation
versal: Add pmc error management node
vitis: versal: Prepare for NPI forwarding
versal: remote-port: Allocate device for NPI forwarding
versal: memmap: Add the AIE2 adress range
versal-ps-iou: Configure the number of interrupts an slots on usb_dwc3
zynqmp-iou: Configure the number of interrupts an slots on usb_dwc3
versal-pmc-sec: Improve the error message
board-versal-pmc-virt: Fix DDR size
Changelog qemu-xilinx:
versal-psm-error-mng: Fix the mask reg updates
versal-psm-error-mng: Add PSM error management module
versal-pmc-error-mng: Update MASK regs based on EN/DIS
versal: puf: Fix puf-id generation
versal: xram-slcr: Reflect XRAM power up/down status
versal: sysmon: Model secure efuse transfer
versal: pmc: efuse-cache: Implement sysmon data-source interface
xlnx-efuse: Introduce sysmon data-source interface
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc')
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc index d268f3e7..9f402a2b 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" | |||
| 12 | 12 | ||
| 13 | XILINX_QEMU_VERSION ?= "v6.1.0" | 13 | XILINX_QEMU_VERSION ?= "v6.1.0" |
| 14 | BRANCH ?= "master" | 14 | BRANCH ?= "master" |
| 15 | SRCREV = "8dd1b8cabff3e3e5b965d7a60472278ca4e27ceb" | 15 | SRCREV = "58e43069b15879cf8bc926ebae02a21909fb7df8" |
| 16 | 16 | ||
| 17 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 17 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 18 | 18 | ||
