S390: IPL: Support ELF firmware
commit3325995640e0a598c4c350a1a02357b422e90973
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 14:47:32 +0000 (22 16:47 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:23 +0000 (26 20:18 +0200)
tree5011996b8158b929ee51e70beaff58a39faaac5b
parent74ad2d22c1f6e2b24412f6b2adea7d6f9a719047
S390: IPL: Support ELF firmware

Our firmware blob is always a raw file that we load at a fixed address today.
Support loading an ELF blob instead that we can map high up in memory.

This way we don't have to be so conscious about size constraints.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/s390x/ipl.c