diff options
author | Joel Stanley <joel@jms.id.au> | 2018-06-25 23:26:58 +0930 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-06-26 13:29:59 +1000 |
commit | 5235791bbc66f1d14919f588ae24fbbbda2a0a2e (patch) | |
tree | de7295b143c5c1aaceb4c9da140f29d60d73b0fe /opal-ci | |
parent | 440ecc83ab75c7f241aa28c3f6cb82854cdc125c (diff) | |
download | skiboot-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-x | opal-ci/build-qemu-powernv.sh | 2 |
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" |