Re: [PATCH v4 10/20] hw/arm/allwinner-h3: add Boot ROM support

2020-02-02 Thread Niek Linnenbank
On Sun, Jan 19, 2020 at 8:14 PM Philippe Mathieu-Daudé wrote: > On 1/19/20 1:50 AM, Niek Linnenbank wrote: > > A real Allwinner H3 SoC contains a Boot ROM which is the > > first code that runs right after the SoC is powered on. > > The Boot ROM is responsible for loading user code (e.g. a bootloa

Re: [PATCH v4 10/20] hw/arm/allwinner-h3: add Boot ROM support

2020-01-19 Thread Philippe Mathieu-Daudé
On 1/19/20 1:50 AM, Niek Linnenbank wrote: A real Allwinner H3 SoC contains a Boot ROM which is the first code that runs right after the SoC is powered on. The Boot ROM is responsible for loading user code (e.g. a bootloader) from any of the supported external devices and writing the downloaded c