Re: [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

2020-06-17 Thread Havard Skinnemoen
On Wed, Jun 17, 2020 at 6:35 PM Joel Stanley wrote: > On Wed, 17 Jun 2020 at 16:42, Cédric Le Goater wrote: > > > > On 6/12/20 12:30 AM, Havard Skinnemoen wrote: > > > This allows these NPCM7xx-based boards to boot from a flash image, e.g. > > > one built with OpenBMC. For example like this: > >

Re: [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

2020-06-17 Thread Joel Stanley
On Wed, 17 Jun 2020 at 16:42, Cédric Le Goater wrote: > > On 6/12/20 12:30 AM, Havard Skinnemoen wrote: > > This allows these NPCM7xx-based boards to boot from a flash image, e.g. > > one built with OpenBMC. For example like this: > > > > IMAGE=${OPENBMC}/build/tmp/deploy/images/gsj/image-bmc > >

Re: [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

2020-06-17 Thread Cédric Le Goater
On 6/12/20 12:30 AM, Havard Skinnemoen wrote: > This allows these NPCM7xx-based boards to boot from a flash image, e.g. > one built with OpenBMC. For example like this: > > IMAGE=${OPENBMC}/build/tmp/deploy/images/gsj/image-bmc could you put the image on some site when ready ? > qemu-system-arm

Re: [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

2020-06-12 Thread Havard Skinnemoen
On Thu, Jun 11, 2020 at 3:30 PM Havard Skinnemoen wrote: > @@ -57,18 +72,30 @@ static NPCM7xxState *npcm7xx_create_soc(MachineState > *machine) > static void npcm750_evb_init(MachineState *machine) > { > NPCM7xxState *soc; > +DriveInfo *dinfo; > > soc = npcm7xx_create_soc(machine)

[PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj

2020-06-11 Thread Havard Skinnemoen
This allows these NPCM7xx-based boards to boot from a flash image, e.g. one built with OpenBMC. For example like this: IMAGE=${OPENBMC}/build/tmp/deploy/images/gsj/image-bmc qemu-system-arm -machine quanta-gsj -nographic \ -bios ~/qemu/bootrom/npcm7xx_bootrom.bin \ -drive file=${IM