Re: [PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()

2025-05-20 Thread Thomas Huth
On 09/05/2025 00.50, Zhuoying Cai wrote: Refactor to enhance readability before enabling secure IPL in later patches. Signed-off-by: Zhuoying Cai --- pc-bios/s390-ccw/bootmap.c | 58 ++ 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/pc-bio

[PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()

2025-05-08 Thread Zhuoying Cai
Refactor to enhance readability before enabling secure IPL in later patches. Signed-off-by: Zhuoying Cai --- pc-bios/s390-ccw/bootmap.c | 58 ++ 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/pc-bios/s390-ccw/bootmap.c b/pc-bios/s390-ccw/bootm