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

2024-09-30 Thread Jared Rossi
On 9/30/24 9:08 AM, Thomas Huth wrote: On 27/09/2024 02.51, 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. Continu

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

2024-09-30 Thread Jared Rossi
On 9/30/24 8:32 AM, Thomas Huth wrote: On 27/09/2024 02.51, jro...@linux.ibm.com wrote: From: Jared Rossi   -/* - * No boot device has been specified, so we have to scan through the - * channels to find one. - */ -static void probe_boot_device(void) -{ -    int ssid, sch_no, ret; - -    for

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

2024-09-30 Thread Thomas Huth
On 27/09/2024 02.51, 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

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

2024-09-30 Thread Thomas Huth
On 27/09/2024 02.51, 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 17/18] pc-bios/s390x: Enable multi-device boot loop

2024-09-26 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