aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-06-25 23:26:58 +0930
committerStewart Smith <stewart@linux.ibm.com>2018-06-26 13:29:59 +1000
commit5235791bbc66f1d14919f588ae24fbbbda2a0a2e (patch)
treede7295b143c5c1aaceb4c9da140f29d60d73b0fe /opal-ci
parent440ecc83ab75c7f241aa28c3f6cb82854cdc125c (diff)
downloadskiboot-5235791bbc66f1d14919f588ae24fbbbda2a0a2e.zip
skiboot-5235791bbc66f1d14919f588ae24fbbbda2a0a2e.tar.gz
skiboot-5235791bbc66f1d14919f588ae24fbbbda2a0a2e.tar.bz2
opal-ci: qemu: Use the powernv-3.0 branch
This is based off the current development version of Qemu, and importantly it contains the patch that allows skiboot and Linux to clear the PCR that we require to boot. Signed-off-by: Joel Stanley <joel@jms.id.au> [stewart: use the open-power/qemu.git tree for prosterity] 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 d852eb9..58a8977 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 powernv-2.12 git://github.com/legoater/qemu.git
+git clone --depth=1 -b qemu-powernv-for-skiboot-5 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"