Re: [PATCH v5 08/11] hw/mem: Stubbed out NPCM7xx Memory Controller model

2020-07-09 Thread Philippe Mathieu-Daudé
On 7/9/20 2:36 AM, Havard Skinnemoen wrote: > This just implements the bare minimum to cause the boot block to skip > memory initialization. > > Reviewed-by: Tyrone Ting > Reviewed-by: Cédric Le Goater > Signed-off-by: Havard Skinnemoen > --- > include/hw/arm/npcm7xx.h| 2 + > include/hw/

[PATCH v5 08/11] hw/mem: Stubbed out NPCM7xx Memory Controller model

2020-07-08 Thread Havard Skinnemoen
This just implements the bare minimum to cause the boot block to skip memory initialization. Reviewed-by: Tyrone Ting Reviewed-by: Cédric Le Goater Signed-off-by: Havard Skinnemoen --- include/hw/arm/npcm7xx.h| 2 + include/hw/mem/npcm7xx_mc.h | 36 hw/arm/npcm7xx.c