S390: ccw firmware: Add bootmap interpreter
commit685d49a63e0665f609973ffe4ba34f06981e1b03
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 19:02:49 +0000 (22 21:02 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (26 20:18 +0200)
treee65b92e72bd87848e739651c7a7b8fc26e0e6efd
parentc9c39d3b5ea870073703141ba04813c7a8779b02
S390: ccw firmware: Add bootmap interpreter

On s390, there is an architected boot map format that we can read to
boot a certain entry off the disk. Implement a simple reader for this
that always boots the first (default) entry.

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