Re: [PATCH] hw/elf_ops: Use physical address about kernel entry

2025-03-09 Thread bibo mao
Gently ping :) On 2025/2/19 上午10:17, Bibo Mao wrote: With load_elf() API, if input parameter translate_fn is set, loading address is converted to physical address. It should be the same for entry address, since MMU is disabled when system power on, the first instruction of PC should be physical

[PATCH] hw/elf_ops: Use physical address about kernel entry

2025-02-18 Thread Bibo Mao
With load_elf() API, if input parameter translate_fn is set, loading address is converted to physical address. It should be the same for entry address, since MMU is disabled when system power on, the first instruction of PC should be physical address. Signed-off-by: Bibo Mao --- include/hw/elf_o