mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
docs: aspeed: Minor updates
Some more controllers have been modeled recently. Reflect that in the list of supported devices. New machines were also added. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Peter Delevoryas <peter@pjd.dev> Reviewed-by: Joel Stanley <joel@jms.id.au> Message-Id: <20220706172131.809255-1-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
19d7c0d460
commit
1d6fb3d058
1 changed files with 10 additions and 4 deletions
|
@ -31,7 +31,10 @@ AST2600 SoC based machines :
|
||||||
- ``tacoma-bmc`` OpenPOWER Witherspoon POWER9 AST2600 BMC
|
- ``tacoma-bmc`` OpenPOWER Witherspoon POWER9 AST2600 BMC
|
||||||
- ``rainier-bmc`` IBM Rainier POWER10 BMC
|
- ``rainier-bmc`` IBM Rainier POWER10 BMC
|
||||||
- ``fuji-bmc`` Facebook Fuji BMC
|
- ``fuji-bmc`` Facebook Fuji BMC
|
||||||
|
- ``bletchley-bmc`` Facebook Bletchley BMC
|
||||||
- ``fby35-bmc`` Facebook fby35 BMC
|
- ``fby35-bmc`` Facebook fby35 BMC
|
||||||
|
- ``qcom-dc-scm-v1-bmc`` Qualcomm DC-SCM V1 BMC
|
||||||
|
- ``qcom-firework-bmc`` Qualcomm Firework BMC
|
||||||
|
|
||||||
Supported devices
|
Supported devices
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -40,7 +43,7 @@ Supported devices
|
||||||
* Interrupt Controller (VIC)
|
* Interrupt Controller (VIC)
|
||||||
* Timer Controller
|
* Timer Controller
|
||||||
* RTC Controller
|
* RTC Controller
|
||||||
* I2C Controller
|
* I2C Controller, including the new register interface of the AST2600
|
||||||
* System Control Unit (SCU)
|
* System Control Unit (SCU)
|
||||||
* SRAM mapping
|
* SRAM mapping
|
||||||
* X-DMA Controller (basic interface)
|
* X-DMA Controller (basic interface)
|
||||||
|
@ -57,6 +60,10 @@ Supported devices
|
||||||
* LPC Peripheral Controller (a subset of subdevices are supported)
|
* LPC Peripheral Controller (a subset of subdevices are supported)
|
||||||
* Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
|
* Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
|
||||||
* ADC
|
* ADC
|
||||||
|
* Secure Boot Controller (AST2600)
|
||||||
|
* eMMC Boot Controller (dummy)
|
||||||
|
* PECI Controller (minimal)
|
||||||
|
* I3C Controller
|
||||||
|
|
||||||
|
|
||||||
Missing devices
|
Missing devices
|
||||||
|
@ -68,12 +75,10 @@ Missing devices
|
||||||
* Super I/O Controller
|
* Super I/O Controller
|
||||||
* PCI-Express 1 Controller
|
* PCI-Express 1 Controller
|
||||||
* Graphic Display Controller
|
* Graphic Display Controller
|
||||||
* PECI Controller
|
|
||||||
* MCTP Controller
|
* MCTP Controller
|
||||||
* Mailbox Controller
|
* Mailbox Controller
|
||||||
* Virtual UART
|
* Virtual UART
|
||||||
* eSPI Controller
|
* eSPI Controller
|
||||||
* I3C Controller
|
|
||||||
|
|
||||||
Boot options
|
Boot options
|
||||||
------------
|
------------
|
||||||
|
@ -154,6 +159,8 @@ Supported devices
|
||||||
* LPC Peripheral Controller (a subset of subdevices are supported)
|
* LPC Peripheral Controller (a subset of subdevices are supported)
|
||||||
* Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
|
* Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
|
||||||
* ADC
|
* ADC
|
||||||
|
* Secure Boot Controller
|
||||||
|
* PECI Controller (minimal)
|
||||||
|
|
||||||
|
|
||||||
Missing devices
|
Missing devices
|
||||||
|
@ -161,7 +168,6 @@ Missing devices
|
||||||
|
|
||||||
* PWM and Fan Controller
|
* PWM and Fan Controller
|
||||||
* Slave GPIO Controller
|
* Slave GPIO Controller
|
||||||
* PECI Controller
|
|
||||||
* Mailbox Controller
|
* Mailbox Controller
|
||||||
* Virtual UART
|
* Virtual UART
|
||||||
* eSPI Controller
|
* eSPI Controller
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue