Re: [PATCH v5 2/4] xen/ppc: Set up a basic C environment

2023-07-24 Thread Jan Beulich
On 21.07.2023 19:02, Shawn Anastasio wrote: > Update ppc64/head.S to set up an initial boot stack, zero the .bss > section, and jump to C. The required setup is done using 32-bit > immediate address loads for now, but they will be changed to > TOC-relative loads once the position-independent code m

[PATCH v5 2/4] xen/ppc: Set up a basic C environment

2023-07-21 Thread Shawn Anastasio
Update ppc64/head.S to set up an initial boot stack, zero the .bss section, and jump to C. The required setup is done using 32-bit immediate address loads for now, but they will be changed to TOC-relative loads once the position-independent code model is enabled. Additionally, move the cpu0_boot_s