On Mon, 27 Nov 2017 15:55:33 -0500 "Collin L. Walling" <wall...@linux.vnet.ibm.com> wrote:
> ECKD DASDs have different IPL structures for CDL and LDL > formats. The current Ipl1 and Ipl2 structs follow the CDL > format, so we prepend "EckdCdl" to them. A new struct, > EckdLdlIpl1 is introduced and contains boot info for LDL. So does this add support for LDL DASD, or does it simply enhance the code? It's unclear from the desription alone. > > Also introduce structs for IPL stages 1 and 1b and for > disk geometry. > > Signed-off-by: Collin L. Walling <wall...@linux.vnet.ibm.com> > Acked-by: Janosch Frank <fran...@linux.vnet.ibm.com> > --- > pc-bios/s390-ccw/bootmap.c | 24 ++++++++++---------- > pc-bios/s390-ccw/bootmap.h | 55 > +++++++++++++++++++++++++++++++++------------- > 2 files changed, 53 insertions(+), 26 deletions(-)