mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

This patch is being moved to the 5.2.0-1 QEMU configuration because the Xilinx QEMU build uses the 5-1 configuration and this patch does not apply to Xilinx's modified tree. This also adds a new patch that applies correctly to Xilinx's modified QEMU tree. Updates #4919
31 lines
948 B
INI
31 lines
948 B
INI
#
|
|
# Xilinx Qemu from git
|
|
#
|
|
|
|
%if %{release} == %{nil}
|
|
%define release 1
|
|
%endif
|
|
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%include %{_configdir}/bare-config.cfg
|
|
|
|
%define qemu_version xilinx-v2020.2
|
|
|
|
#
|
|
# Checkout the version tag and initialize all submodules.
|
|
#
|
|
%source set qemu git://github.com/Xilinx/qemu.git?protocol=https?checkout=%{qemu_version}?submodule=dtc?submodule=slirp?submodule=ui/keycodemapdb?submodule=tests/fp/berkeley-softfloat-3?submodule=tests/fp/berkeley-testfloat-3
|
|
|
|
#
|
|
# Patch to fix cgem priority queue interrupt functionality issue
|
|
#
|
|
%patch add qemu --rsb-file=xlnx_cgem_zynqmp_versal.patch -p1 https://devel.rtems.org/raw-attachment/ticket/4919/0001-hw-arm-xlnx-Connect-secondary-CGEM-IRQs-xlnx.patch
|
|
%hash sha512 xlnx_cgem_zynqmp_versal.patch \
|
|
tGjJn7o8/fQwdC0sgsYmPW6bqDzMkwhKRqBwuuy8sdEKivDj7uGISMj7p8Iwy9fkHiO3Dd3feno+iz5fHYGBkA==
|
|
|
|
#
|
|
# The Qemu build instructions. We use 5.x.x Release 1.
|
|
#
|
|
%include %{_configdir}/qemu-5-1.cfg
|