Re: [PATCH v3 10/16] hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot

2019-10-21 Thread Alistair Francis
On Sat, Oct 19, 2019 at 4:56 PM Philippe Mathieu-Daudé wrote: > > write_secondary_boot() is used in SMP configurations where the > CPU address space might not be the main System Bus. > The rom_add_blob_fixed_as() function allow us to specify an > address space. Use it to write each boot blob in

[PATCH v3 10/16] hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot

2019-10-19 Thread Philippe Mathieu-Daudé
write_secondary_boot() is used in SMP configurations where the CPU address space might not be the main System Bus. The rom_add_blob_fixed_as() function allow us to specify an address space. Use it to write each boot blob in the corresponding CPU address space. Signed-off-by: Philippe