Re: [PATCH 05/21] hw/arm/omap1: Create the RAM in the board

2019-10-21 Thread Richard Henderson
On 10/20/19 3:56 PM, Philippe Mathieu-Daudé wrote: > The SDRAM is incorrectly created in the OMAP310 SoC. > Move its creation in the board code, this will later allow the > board to have the QOM ownership of the RAM. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/omap1.c| 12 ++

[PATCH 05/21] hw/arm/omap1: Create the RAM in the board

2019-10-20 Thread Philippe Mathieu-Daudé
The SDRAM is incorrectly created in the OMAP310 SoC. Move its creation in the board code, this will later allow the board to have the QOM ownership of the RAM. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/omap1.c| 12 +--- hw/arm/omap_sx1.c | 8 ++-- hw/arm/palm.c