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
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