aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/start.S
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2013-05-06 19:56:27 +0200
committerAurelien Jarno <aurelien@aurel32.net>2013-05-06 19:56:27 +0200
commitfe677fd1b3fde96110898fde5101bea4cfe6e063 (patch)
tree8e1134a7a8dbcc189495348eee34827fac233ccb /pc-bios/s390-ccw/start.S
parente0ff466c86bfb3b865865431bf8aa67287691917 (diff)
parent2ddef429d14136a0156a75b1d77b72cb3bdad18f (diff)
Merge branch 's390-for-upstream' of git://github.com/agraf/qemu
* 's390-for-upstream' of git://github.com/agraf/qemu: s390: update s390-ccw.img S390: BIOS boot from given device S390: Add virtio-blk boot S390: Merging s390_ipl_cpu and s390_ipl_reset S390: BIOS create link to src folder for .img file S390: BIOS check for file
Diffstat (limited to 'pc-bios/s390-ccw/start.S')
-rw-r--r--pc-bios/s390-ccw/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc-bios/s390-ccw/start.S b/pc-bios/s390-ccw/start.S
index 09deee7fc0..5d5df0d616 100644
--- a/pc-bios/s390-ccw/start.S
+++ b/pc-bios/s390-ccw/start.S
@@ -14,6 +14,8 @@
_start:
larl %r15, stack + 0x8000 /* Set up stack */
+larl %r6, boot_value
+stg %r7, 0(%r6) /* save the boot_value before any function calls */
j main /* And call C */
/*