Re: [PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function

2025-05-20 Thread Thomas Huth
On 09/05/2025 00.50, Zhuoying Cai wrote: Make the address variable a parameter of zipl_load_segment and return segment length. Modify this function for reuse in the next patch, which allows loading segment or signature data to the destination memory address. Add a comp_len variable to store the

[PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function

2025-05-08 Thread Zhuoying Cai
Make the address variable a parameter of zipl_load_segment and return segment length. Modify this function for reuse in the next patch, which allows loading segment or signature data to the destination memory address. Add a comp_len variable to store the length of a segment and return this variab