Re: [PATCH v5 05/11] hw/arm: Add two NPCM7xx-based machines

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/9/20 7:57 AM, Philippe Mathieu-Daudé wrote: > On 7/9/20 2:36 AM, Havard Skinnemoen wrote: >> This adds two new machines, both supported by OpenBMC: >> >> - npcm750-evb: Nuvoton NPCM750 Evaluation Board. >> - quanta-gsj: A board with a NPCM730 chip. >> >> They rely on the NPCM7xx SoC device

Re: [PATCH v5 05/11] hw/arm: Add two NPCM7xx-based machines

2020-07-08 Thread Philippe Mathieu-Daudé
On 7/9/20 2:36 AM, Havard Skinnemoen wrote: > This adds two new machines, both supported by OpenBMC: > > - npcm750-evb: Nuvoton NPCM750 Evaluation Board. > - quanta-gsj: A board with a NPCM730 chip. > > They rely on the NPCM7xx SoC device to do the heavy lifting. They are > almost completely

[PATCH v5 05/11] hw/arm: Add two NPCM7xx-based machines

2020-07-08 Thread Havard Skinnemoen
This adds two new machines, both supported by OpenBMC: - npcm750-evb: Nuvoton NPCM750 Evaluation Board. - quanta-gsj: A board with a NPCM730 chip. They rely on the NPCM7xx SoC device to do the heavy lifting. They are almost completely identical at the moment, apart from the SoC type, which cu