summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/bootmap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-26S390: ccw firmware: Add bootmap interpreterAlexander Graf1-0/+235
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>