On 6/27/20 1:55 AM, Havard Skinnemoen wrote: > Reviewed-by: Cédric Le Goater <c...@kaod.org> > Signed-off-by: Havard Skinnemoen <hskinnem...@google.com> > --- [...] > +Boot options > +------------ > + > +The Nuvoton machines can boot from an OpenBMC firmware image, or directly > into > +a kernel using the ``-kernel`` option. OpenBMC images for `quanta-gsj` and > +possibly others can be downloaded from the OpenPOWER jenkins : > + > + https://openpower.xyz/
I can only see the build log, not the u-boot/kernel binaries. Can you point me to an example please? > + > +Booting a full firmware image requires a Boot ROM specified via the ``-bios`` > +option to QEMU. The firmware image should be attached as an MTD drive. > Example : > + > +.. code-block:: bash > + > + $ qemu-system-arm -machine quanta-gsj -nographic \ > + -bios npcm7xx_bootrom.bin \ > + -drive file=image-bmc,if=mtd,bus=0,unit=0,format=raw > diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst > index 1bd477a293..38a9daa9b9 100644 > --- a/docs/system/target-arm.rst > +++ b/docs/system/target-arm.rst > @@ -84,6 +84,7 @@ undocumented; you can get a complete list by running > arm/aspeed > arm/musicpal > arm/nseries > + arm/nuvoton > arm/orangepi > arm/palm > arm/xscale >