Re: [PATCH v4 18/28] pc-bios/s390-ccw: Refactor zipl_run()

2025-07-14 Thread Collin Walling
On 7/11/25 5:10 PM, 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 -

[PATCH v4 18/28] pc-bios/s390-ccw: Refactor zipl_run()

2025-07-11 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