Re: [PATCH v5 17/19] pc-bios/s390x: Enable multi-device boot loop

2024-10-22 Thread Thomas Huth
On 20/10/2024 03.29, jro...@linux.ibm.com wrote: From: Jared Rossi Allow attempts to boot from multiple IPL devices. If the first device fails to IPL, select the pre-built IPLB for the next device in the boot order and attempt to IPL from it. Continue this process until IPL is successful or the

[PATCH v5 17/19] pc-bios/s390x: Enable multi-device boot loop

2024-10-19 Thread jrossi
From: Jared Rossi Allow attempts to boot from multiple IPL devices. If the first device fails to IPL, select the pre-built IPLB for the next device in the boot order and attempt to IPL from it. Continue this process until IPL is successful or there are no devices left to try. Signed-off-by: Jare