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

Commit 04b1078

Browse files
authored
Merge pull request #138 from shenki/ppc64le-qemu-fix
ppc64le: Add skiboot image
2 parents 413c65a + ea12bb8 commit 04b1078

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)