]> git.proxmox.com Git - qemu.git/commit
S390: ccw firmware: Add start assembly
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 18:56:08 +0000 (20:56 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (20:18 +0200)
commit80fea6e8930384d7d8adae0eb1a00acb7647f7ec
treeda9435d53b46861396d138c8d0813d8be041f6e4
parentd0249ce5a8d11564958262fd567d1ea770358134
S390: ccw firmware: Add start assembly

We want to write most of our code in C, so add a small assembly
stub that jumps straight into C code for us to continue booting.

Signed-off-by: Alexander Graf <agraf@suse.de>
pc-bios/s390-ccw/start.S [new file with mode: 0644]