Re: [PATCH 4/5] s390x: Add boot device fallback infrastructure

2024-06-05 Thread Thomas Huth
On 05/06/2024 10.20, Thomas Huth wrote: On 29/05/2024 17.43, jro...@linux.ibm.com wrote: From: Jared Rossi Add a routine for loading the next IPLB if a device fails to boot. This includes some minor changes to the List-Directed IPL routine so that the failing device may be retried using the l

Re: [PATCH 4/5] s390x: Add boot device fallback infrastructure

2024-06-05 Thread Thomas Huth
On 29/05/2024 17.43, jro...@linux.ibm.com wrote: From: Jared Rossi Add a routine for loading the next IPLB if a device fails to boot. This includes some minor changes to the List-Directed IPL routine so that the failing device may be retried using the legacy boot pointers before moving on to t

[PATCH 4/5] s390x: Add boot device fallback infrastructure

2024-05-29 Thread jrossi
From: Jared Rossi Add a routine for loading the next IPLB if a device fails to boot. This includes some minor changes to the List-Directed IPL routine so that the failing device may be retried using the legacy boot pointers before moving on to the next device. Signed-off-by: Jared Rossi --- p