diff options
author | Chris Rauer | 2021-09-13 17:07:22 +0200 |
---|---|---|
committer | Peter Maydell | 2021-09-13 17:07:54 +0200 |
commit | 3b8a4733d1dfb3dd7cbf32fa031b092e28eedd0f (patch) | |
tree | 98b22528646bd2b70b60f5f7004ad8f8f17180a6 /docs | |
parent | hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM (diff) | |
download | qemu-3b8a4733d1dfb3dd7cbf32fa031b092e28eedd0f.tar.gz qemu-3b8a4733d1dfb3dd7cbf32fa031b092e28eedd0f.tar.xz qemu-3b8a4733d1dfb3dd7cbf32fa031b092e28eedd0f.zip |
hw/arm: Add support for kudo-bmc board.
kudo-bmc is a board supported by OpenBMC.
https://github.com/openbmc/openbmc/tree/master/meta-fii/meta-kudo
Since v1:
- hyphenated Cortex-A9
Tested: Booted kudo firmware.
Signed-off-by: Chris Rauer <crauer@google.com>
Reviewed-by: Patrick Venture <venture@google.com>
Message-id: 20210907223234.1165705-1-crauer@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/arm/nuvoton.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst index 69f57c2886..adf497e679 100644 --- a/docs/system/arm/nuvoton.rst +++ b/docs/system/arm/nuvoton.rst @@ -20,6 +20,7 @@ Hyperscale applications. The following machines are based on this chip : - ``quanta-gbs-bmc`` Quanta GBS server BMC - ``quanta-gsj`` Quanta GSJ server BMC +- ``kudo-bmc`` Fii USA Kudo server BMC There are also two more SoCs, NPCM710 and NPCM705, which are single-core variants of NPCM750 and NPCM730, respectively. These are currently not |