hw/arm: Add support for kudo-bmc board.
[qemu.git] / docs / system / arm / nuvoton.rst
blobadf497e679133bca7d59d4aa32df9b0c25334b7a
1 Nuvoton iBMC boards (``*-bmc``, ``npcm750-evb``, ``quanta-gsj``)
2 ================================================================
4 The `Nuvoton iBMC`_ chips (NPCM7xx) are a family of ARM-based SoCs that are
5 designed to be used as Baseboard Management Controllers (BMCs) in various
6 servers. They all feature one or two ARM Cortex-A9 CPU cores, as well as an
7 assortment of peripherals targeted for either Enterprise or Data Center /
8 Hyperscale applications. The former is a superset of the latter, so NPCM750 has
9 all the peripherals of NPCM730 and more.
11 .. _Nuvoton iBMC: https://www.nuvoton.com/products/cloud-computing/ibmc/
13 The NPCM750 SoC has two Cortex-A9 cores and is targeted for the Enterprise
14 segment. The following machines are based on this chip :
16 - ``npcm750-evb``       Nuvoton NPCM750 Evaluation board
18 The NPCM730 SoC has two Cortex-A9 cores and is targeted for Data Center and
19 Hyperscale applications. The following machines are based on this chip :
21 - ``quanta-gbs-bmc``    Quanta GBS server BMC
22 - ``quanta-gsj``        Quanta GSJ server BMC
23 - ``kudo-bmc``          Fii USA Kudo server BMC
25 There are also two more SoCs, NPCM710 and NPCM705, which are single-core
26 variants of NPCM750 and NPCM730, respectively. These are currently not
27 supported by QEMU.
29 Supported devices
30 -----------------
32  * SMP (Dual Core Cortex-A9)
33  * Cortex-A9MPCore built-in peripherals: SCU, GIC, Global Timer, Private Timer
34    and Watchdog.
35  * SRAM, ROM and DRAM mappings
36  * System Global Control Registers (GCR)
37  * Clock and reset controller (CLK)
38  * Timer controller (TIM)
39  * Serial ports (16550-based)
40  * DDR4 memory controller (dummy interface indicating memory training is done)
41  * OTP controllers (no protection features)
42  * Flash Interface Unit (FIU; no protection features)
43  * Random Number Generator (RNG)
44  * USB host (USBH)
45  * GPIO controller
46  * Analog to Digital Converter (ADC)
47  * Pulse Width Modulation (PWM)
48  * SMBus controller (SMBF)
49  * Ethernet controller (EMC)
50  * Tachometer
52 Missing devices
53 ---------------
55  * LPC/eSPI host-to-BMC interface, including
57    * Keyboard and mouse controller interface (KBCI)
58    * Keyboard Controller Style (KCS) channels
59    * BIOS POST code FIFO
60    * System Wake-up Control (SWC)
61    * Shared memory (SHM)
62    * eSPI slave interface
64  * Ethernet controller (GMAC)
65  * USB device (USBD)
66  * Peripheral SPI controller (PSPI)
67  * SD/MMC host
68  * PECI interface
69  * PCI and PCIe root complex and bridges
70  * VDM and MCTP support
71  * Serial I/O expansion
72  * LPC/eSPI host
73  * Coprocessor
74  * Graphics
75  * Video capture
76  * Encoding compression engine
77  * Security features
79 Boot options
80 ------------
82 The Nuvoton machines can boot from an OpenBMC firmware image, or directly into
83 a kernel using the ``-kernel`` option. OpenBMC images for ``quanta-gsj`` and
84 possibly others can be downloaded from the OpenPOWER jenkins :
86    https://openpower.xyz/
88 The firmware image should be attached as an MTD drive. Example :
90 .. code-block:: bash
92   $ qemu-system-arm -machine quanta-gsj -nographic \
93       -drive file=image-bmc,if=mtd,bus=0,unit=0,format=raw
95 The default root password for test images is usually ``0penBmc``.