Message ID | 20181212023402.715-4-joel@jms.id.au |
---|---|
State | Superseded |
Headers | show |
Series | CI Updates | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot | success | Test snowpatch/job/snowpatch-skiboot on branch master |
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh index 0e87496f9a24..904f0e67be94 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"
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> --- opal-ci/build-qemu-powernv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)