Re: [PATCH] xen/ppc: Ensure ELF sections' physical load addresses start at 0x0

2024-03-20 Thread Andrew Cooper
On 20/03/2024 6:00 pm, Shawn Anastasio wrote: > Some boot mechanisms, including the new linux file_load kexec systemcall > used by system firmware v2.10 on RaptorCS systems will try to honor the > physical address field of the ELF LOAD section header, which will fail > when the address is based

[PATCH] xen/ppc: Ensure ELF sections' physical load addresses start at 0x0

2024-03-20 Thread Shawn Anastasio
Some boot mechanisms, including the new linux file_load kexec systemcall used by system firmware v2.10 on RaptorCS systems will try to honor the physical address field of the ELF LOAD section header, which will fail when the address is based off of XEN_VIRT_START (0xc000). To ensure