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

2020-03-11 Thread Niek Linnenbank
On Wed, Mar 11, 2020 at 2:58 PM Alex Bennée wrote: > > Niek Linnenbank writes: > > > 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

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

2020-03-11 Thread Alex Bennée
Niek Linnenbank writes: > 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 > code to

[PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support

2020-03-10 Thread Niek Linnenbank
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 code to internal SRAM. After loading the SoC b