aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-12-12 15:32:58 +1030
committerStewart Smith <stewart@linux.ibm.com>2018-12-13 10:23:17 +1100
commit6932a97ce37b5bb820b7daf437c7d4c3a6599a8e (patch)
tree2c5b9303c072294e24f71837b571a3861f253fed /opal-ci
parent8da47e00d153617cdde28182f7e22f85a097cf8f (diff)
downloadskiboot-6932a97ce37b5bb820b7daf437c7d4c3a6599a8e.zip
skiboot-6932a97ce37b5bb820b7daf437c7d4c3a6599a8e.tar.gz
skiboot-6932a97ce37b5bb820b7daf437c7d4c3a6599a8e.tar.bz2
ci: Bump Qemu version
This moves the qemu version to qemu-powernv-for-skiboot-7 which is based on upstream's 3.1.0, and supports a Power9 machine. It also includes a fix for the skiboot XSCOM errors: XSCOM: read error gcid=0x0 pcb_addr=0x1020013 stat=0x0 There is no modelling of the xscom behaviour but the reads/writes now succeed which is enough for skiboot to not error out. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-qemu-powernv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index 0e87496..904f0e6 100755
--- a/opal-ci/build-qemu-powernv.sh
+++ b/opal-ci/build-qemu-powernv.sh
@@ -2,7 +2,7 @@
set -e
set -vx
-git clone --depth=1 -b qemu-powernv-for-skiboot-6 git://github.com/open-power/qemu.git
+git clone --depth=1 -b qemu-powernv-for-skiboot-7 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"