Re: [RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-03-07 Thread Eric Farman
On Fri, 2023-03-03 at 13:38 +0100, Thomas Huth wrote: > On 21/02/2023 18.45, jro...@linux.ibm.com wrote: > > From: Jared Rossi > > > > Check for a List Directed IPL Boot Record, which would supersede > > the CCW type > > entries.  If the record is valid, proceed to use the new style > > pointers

Re: [RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-03-06 Thread Jared Rossi
Sounds good.  Thanks Thomas. Regards, Jared Rossi On 3/6/23 7:12 AM, Thomas Huth wrote: On 21/02/2023 18.45, jro...@linux.ibm.com wrote: From: Jared Rossi Check for a List Directed IPL Boot Record, which would supersede the CCW type entries.  If the record is valid, proceed to use the new

Re: [RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-03-06 Thread Thomas Huth
On 21/02/2023 18.45, jro...@linux.ibm.com wrote: From: Jared Rossi Check for a List Directed IPL Boot Record, which would supersede the CCW type entries. If the record is valid, proceed to use the new style pointers and perform LD-IPL. Each block pointer is interpreted as either an LD-IPL poin

Re: [RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-03-03 Thread Thomas Huth
On 21/02/2023 18.45, jro...@linux.ibm.com wrote: From: Jared Rossi Check for a List Directed IPL Boot Record, which would supersede the CCW type entries. If the record is valid, proceed to use the new style pointers and perform LD-IPL. Each block pointer is interpreted as either an LD-IPL poin

Re: [RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-03-03 Thread Thomas Huth
On 21/02/2023 18.45, jro...@linux.ibm.com wrote: From: Jared Rossi Check for a List Directed IPL Boot Record, which would supersede the CCW type entries. If the record is valid, proceed to use the new style pointers and perform LD-IPL. Each block pointer is interpreted as either an LD-IPL poin

[RESEND PATCH 1/1] pc-bios: Add support for List-Directed IPL from ECKD DASD

2023-02-21 Thread jrossi
From: Jared Rossi Check for a List Directed IPL Boot Record, which would supersede the CCW type entries. If the record is valid, proceed to use the new style pointers and perform LD-IPL. Each block pointer is interpreted as either an LD-IPL pointer or a legacy CCW pointer depending on the type o