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:
> >
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
>
>
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
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)
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