All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Add minibmc section in aspeed document
@ 2022-05-06  3:15 Jamin Lin
  2022-05-06  3:15 ` [PATCH v1 1/1] docs: add " Jamin Lin
  0 siblings, 1 reply; 3+ messages in thread
From: Jamin Lin @ 2022-05-06  3:15 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Andrew Jeffery,
	Joel Stanley, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: troy_lee, steven_lee

- v1:
add minibmc section in aspeed document

Jamin Lin (1):
  docs: add minibmc section in aspeed document

 docs/system/arm/aspeed.rst | 61 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v1 1/1] docs: add minibmc section in aspeed document
  2022-05-06  3:15 [PATCH v1 0/1] Add minibmc section in aspeed document Jamin Lin
@ 2022-05-06  3:15 ` Jamin Lin
  2022-05-06  6:10   ` Cédric Le Goater
  0 siblings, 1 reply; 3+ messages in thread
From: Jamin Lin @ 2022-05-06  3:15 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Andrew Jeffery,
	Joel Stanley, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: troy_lee, steven_lee

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
 docs/system/arm/aspeed.rst | 61 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index 60ed94f187..6f2e4fb53d 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -120,3 +120,64 @@ FMC chip and a bigger (64M) SPI chip, use :
 .. code-block:: bash
 
   -M ast2500-evb,fmc-model=mx25l25635e,spi-model=mx66u51235f
+
+
+Aspeed minibmc family boards (``ast1030-evb``)
+==================================================================
+
+The QEMU Aspeed machines model mini BMCs of various Aspeed evaluation
+boards. They are based on different releases of the
+Aspeed SoC : the AST1030 integrating an ARM Cortex M4F CPU (200MHz).
+
+The SoC comes with SRAM, SPI, I2C, etc.
+
+AST1030 SoC based machines :
+
+- ``ast1030-evb``          Aspeed AST1030 Evaluation board (Cortex-M4F)
+
+Supported devices
+-----------------
+
+ * SMP (for the AST1030 Cortex-M4F)
+ * Interrupt Controller (VIC)
+ * Timer Controller
+ * I2C Controller
+ * System Control Unit (SCU)
+ * SRAM mapping
+ * Static Memory Controller (SMC or FMC) - Only SPI Flash support
+ * SPI Memory Controller
+ * USB 2.0 Controller
+ * Watchdog Controller
+ * GPIO Controller (Master only)
+ * UART
+ * LPC Peripheral Controller (a subset of subdevices are supported)
+ * Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
+ * ADC
+
+
+Missing devices
+---------------
+
+ * PWM and Fan Controller
+ * Slave GPIO Controller
+ * PECI Controller
+ * Mailbox Controller
+ * Virtual UART
+ * eSPI Controller
+ * I3C Controller
+
+Boot options
+------------
+
+The Aspeed machines can be started using the ``-kernel`` to load a
+Zephyr OS or from a firmware. Images can be downloaded from the
+ASPEED GitHub release repository :
+
+   https://github.com/AspeedTech-BMC/zephyr/releases
+
+To boot a kernel directly from a Zephyr build tree:
+
+.. code-block:: bash
+
+  $ qemu-system-arm -M ast1030-evb -nographic \
+        -kernel zephyr.elf
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 1/1] docs: add minibmc section in aspeed document
  2022-05-06  3:15 ` [PATCH v1 1/1] docs: add " Jamin Lin
@ 2022-05-06  6:10   ` Cédric Le Goater
  0 siblings, 0 replies; 3+ messages in thread
From: Cédric Le Goater @ 2022-05-06  6:10 UTC (permalink / raw)
  To: Jamin Lin, Peter Maydell, Andrew Jeffery, Joel Stanley,
	open list:ASPEED BMCs, open list:All patches CC here
  Cc: troy_lee, steven_lee

On 5/6/22 05:15, Jamin Lin wrote:
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>

Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.


> ---
>   docs/system/arm/aspeed.rst | 61 ++++++++++++++++++++++++++++++++++++++
>   1 file changed, 61 insertions(+)
> 
> diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
> index 60ed94f187..6f2e4fb53d 100644
> --- a/docs/system/arm/aspeed.rst
> +++ b/docs/system/arm/aspeed.rst
> @@ -120,3 +120,64 @@ FMC chip and a bigger (64M) SPI chip, use :
>   .. code-block:: bash
>   
>     -M ast2500-evb,fmc-model=mx25l25635e,spi-model=mx66u51235f
> +
> +
> +Aspeed minibmc family boards (``ast1030-evb``)
> +==================================================================
> +
> +The QEMU Aspeed machines model mini BMCs of various Aspeed evaluation
> +boards. They are based on different releases of the
> +Aspeed SoC : the AST1030 integrating an ARM Cortex M4F CPU (200MHz).
> +
> +The SoC comes with SRAM, SPI, I2C, etc.
> +
> +AST1030 SoC based machines :
> +
> +- ``ast1030-evb``          Aspeed AST1030 Evaluation board (Cortex-M4F)
> +
> +Supported devices
> +-----------------
> +
> + * SMP (for the AST1030 Cortex-M4F)
> + * Interrupt Controller (VIC)
> + * Timer Controller
> + * I2C Controller
> + * System Control Unit (SCU)
> + * SRAM mapping
> + * Static Memory Controller (SMC or FMC) - Only SPI Flash support
> + * SPI Memory Controller
> + * USB 2.0 Controller
> + * Watchdog Controller
> + * GPIO Controller (Master only)
> + * UART
> + * LPC Peripheral Controller (a subset of subdevices are supported)
> + * Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA
> + * ADC
> +
> +
> +Missing devices
> +---------------
> +
> + * PWM and Fan Controller
> + * Slave GPIO Controller
> + * PECI Controller
> + * Mailbox Controller
> + * Virtual UART
> + * eSPI Controller
> + * I3C Controller
> +
> +Boot options
> +------------
> +
> +The Aspeed machines can be started using the ``-kernel`` to load a
> +Zephyr OS or from a firmware. Images can be downloaded from the
> +ASPEED GitHub release repository :
> +
> +   https://github.com/AspeedTech-BMC/zephyr/releases
> +
> +To boot a kernel directly from a Zephyr build tree:
> +
> +.. code-block:: bash
> +
> +  $ qemu-system-arm -M ast1030-evb -nographic \
> +        -kernel zephyr.elf



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-06  6:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  3:15 [PATCH v1 0/1] Add minibmc section in aspeed document Jamin Lin
2022-05-06  3:15 ` [PATCH v1 1/1] docs: add " Jamin Lin
2022-05-06  6:10   ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.