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-10-31 17:33:34 +1100
commit9da1e28ed4c010870b81fd59e6a34c15dd88c722 (patch)
tree33253158e156cd97b34a198c5e8f855456ecf7fb /opal-ci
parentb93b22df1a8b8ace4ffc080b28877fde7eaa3dde (diff)
downloadskiboot-9da1e28ed4c010870b81fd59e6a34c15dd88c722.zip
skiboot-9da1e28ed4c010870b81fd59e6a34c15dd88c722.tar.gz
skiboot-9da1e28ed4c010870b81fd59e6a34c15dd88c722.tar.bz2
opal-ci: qemu: Use the powernv-3.0 branchv6.0.10
[ Upstream commit 5235791bbc66f1d14919f588ae24fbbbda2a0a2e ] 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"