mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
CI: Cherry-pick reset support for m68k for QEMU
In order to support the reset pytest on QEMU on m68k platforms we need to grab this change from upstream. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
96afd8a3bb
commit
074bfab54d
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
|
|||
git config user.email u-boot@denx.de && \
|
||||
git format-patch 0c7ffc977195~..0c7ffc977195 && \
|
||||
git am 0001-hw-net-cadence_gem-Fix-MDIO_OP_xxx-values.patch && \
|
||||
git cherry-pick d3c79c3974 && \
|
||||
./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,m68k-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,sh4-softmmu,x86_64-softmmu,xtensa-softmmu" && \
|
||||
make -j$(nproc) all install && \
|
||||
rm -rf /tmp/qemu
|
||||
|
|
Loading…
Add table
Reference in a new issue