Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit ea12bb8

Browse files
committed
ppc64le: Add skiboot image
The Debian skiboot build fails to reboot or shutdown with Qemu 3.1. This has been fixed in skiboot master but not yet in the Debian package. The image added to the tree comes from the OpenPower CI system: https://openpower.xyz/job/openpower/job/openpower-op-build/label=slave,target=palmetto/ It is built from https://github.com/open-power/skiboot. This change should be reverted when Debian releases a fixed package. Resolves #137 Signed-off-by: Joel Stanley <[email protected]>
1 parent 413c65a commit ea12bb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ setup_variables() {
125125
qemu_cmdline=( -machine powernv
126126
-device "ipmi-bmc-sim,id=bmc0"
127127
-device "isa-ipmi-bt,bmc=bmc0,irq=10"
128-
-L /usr/share/skiboot -bios skiboot.lid
128+
-L images/ppc64le/ -bios skiboot.lid
129129
-initrd images/ppc64le/rootfs.cpio )
130130
export ARCH=powerpc
131131
export CROSS_COMPILE=powerpc64le-linux-gnu- ;;

images/ppc64le/skiboot.lid

1.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)