S390: ccw firmware: Add main program
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 18:57:58 +0000 (20:57 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (20:18 +0200)
commit92f2ca38b01578075208799dd2f060fcc3638ed4
treed4f35e0a826559a37eec31452d95db14d98bf375
parent80fea6e8930384d7d8adae0eb1a00acb7647f7ec
S390: ccw firmware: Add main program

This C file is the main driving piece of the s390 ccw firmware. It
provides a search for a workable block device, sets it as the default
to boot off of and boots from it.

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