Re: [PATCH 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading

2022-12-27 Thread Daniel Henrique Barboza
Hi Bin, On 12/27/22 03:48, Bin Meng wrote: At present create_fdt() calls htif_uses_elf_symbols() to determine whether to insert a property for the HTIF. This unfortunately creates a hidden dependency to riscv_load_{firmware,kernel} that create_fdt() must be called after the ELF {firmware,kernel

[PATCH 12/12] hw/riscv: spike: Decouple create_fdt() dependency to ELF loading

2022-12-26 Thread Bin Meng
At present create_fdt() calls htif_uses_elf_symbols() to determine whether to insert a property for the HTIF. This unfortunately creates a hidden dependency to riscv_load_{firmware,kernel} that create_fdt() must be called after the ELF {firmware,kernel} image has been loaded. Decouple such depend