All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/3] docs: aspeed: Minor updates
@ 2021-11-17  1:09 Joel Stanley
  2021-11-17  1:09 ` [RESEND PATCH 1/3] docs: aspeed: Add new boards Joel Stanley
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Joel Stanley @ 2021-11-17  1:09 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, Cédric Le Goater, qemu-devel

Here are some small updates to the aspeed docs.

Joel Stanley (3):
  docs: aspeed: Add new boards
  docs: aspeed: Update OpenBMC image URL
  docs: aspeed: Give an example of booting a kernel

 docs/system/arm/aspeed.rst | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

-- 
2.33.0



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

* [RESEND PATCH 1/3] docs: aspeed: Add new boards
  2021-11-17  1:09 [RESEND PATCH 0/3] docs: aspeed: Minor updates Joel Stanley
@ 2021-11-17  1:09 ` Joel Stanley
  2021-11-17  6:41   ` [SPAM] " Cédric Le Goater
  2021-11-17  1:09 ` [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL Joel Stanley
  2021-11-17  1:09 ` [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel Joel Stanley
  2 siblings, 1 reply; 7+ messages in thread
From: Joel Stanley @ 2021-11-17  1:09 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, Cédric Le Goater, qemu-devel

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 docs/system/arm/aspeed.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index cec87e3743d0..b091c0c61dec 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -14,6 +14,7 @@ AST2400 SoC based machines :
 
 - ``palmetto-bmc``         OpenPOWER Palmetto POWER8 BMC
 - ``quanta-q71l-bmc``      OpenBMC Quanta BMC
+- ``supermicrox11-bmc``    Supermicro X11 BMC
 
 AST2500 SoC based machines :
 
@@ -22,11 +23,14 @@ AST2500 SoC based machines :
 - ``witherspoon-bmc``      OpenPOWER Witherspoon POWER9 BMC
 - ``sonorapass-bmc``       OCP SonoraPass BMC
 - ``swift-bmc``            OpenPOWER Swift BMC POWER9
+- ``fp5280g2-bmc``         Inspur FP5280G2 BMC
+- ``g220a-bmc``            Bytedance G220A BMC
 
 AST2600 SoC based machines :
 
 - ``ast2600-evb``          Aspeed AST2600 Evaluation board (Cortex-A7)
 - ``tacoma-bmc``           OpenPOWER Witherspoon POWER9 AST2600 BMC
+- ``rainier-bmc``          IBM Rainier BMC
 
 Supported devices
 -----------------
-- 
2.33.0



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

* [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL
  2021-11-17  1:09 [RESEND PATCH 0/3] docs: aspeed: Minor updates Joel Stanley
  2021-11-17  1:09 ` [RESEND PATCH 1/3] docs: aspeed: Add new boards Joel Stanley
@ 2021-11-17  1:09 ` Joel Stanley
  2021-11-17  6:42   ` [SPAM] " Cédric Le Goater
  2021-11-17  1:09 ` [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel Joel Stanley
  2 siblings, 1 reply; 7+ messages in thread
From: Joel Stanley @ 2021-11-17  1:09 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, Cédric Le Goater, qemu-devel

This is the latest URL for the OpenBMC CI. The old URL still works, but
redirects.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 docs/system/arm/aspeed.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index b091c0c61dec..4bed7b5221b4 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -81,7 +81,7 @@ The Aspeed machines can be started using the ``-kernel`` option to
 load a Linux kernel or from a firmware. Images can be downloaded from
 the OpenBMC jenkins :
 
-   https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/distro=ubuntu,label=docker-builder
+   https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/
 
 or directly from the OpenBMC GitHub release repository :
 
-- 
2.33.0



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

* [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel
  2021-11-17  1:09 [RESEND PATCH 0/3] docs: aspeed: Minor updates Joel Stanley
  2021-11-17  1:09 ` [RESEND PATCH 1/3] docs: aspeed: Add new boards Joel Stanley
  2021-11-17  1:09 ` [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL Joel Stanley
@ 2021-11-17  1:09 ` Joel Stanley
  2021-11-17  6:47   ` [SPAM] " Cédric Le Goater
  2 siblings, 1 reply; 7+ messages in thread
From: Joel Stanley @ 2021-11-17  1:09 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, Cédric Le Goater, qemu-devel

A common use case for the ASPEED machine is to boot a Linux kernel.
Provide a full example command line.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 docs/system/arm/aspeed.rst | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index 4bed7b5221b4..de408b0364ea 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -77,9 +77,9 @@ Missing devices
 Boot options
 ------------
 
-The Aspeed machines can be started using the ``-kernel`` option to
-load a Linux kernel or from a firmware. Images can be downloaded from
-the OpenBMC jenkins :
+The Aspeed machines can be started using the ``-kernel`` and ``-dtb`` options
+to load a Linux kernel or from a firmware. Images can be downloaded from the
+OpenBMC jenkins :
 
    https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/
 
@@ -87,6 +87,15 @@ or directly from the OpenBMC GitHub release repository :
 
    https://github.com/openbmc/openbmc/releases
 
+To boot a kernel directly from a Linux build tree:
+
+.. code-block:: bash
+
+  $ qemu-system-arm -M ast2600-evb -nographic \
+        -kernel arch/arm/boot/zImage \
+        -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \
+        -initrd rootfs.cpio
+
 The image should be attached as an MTD drive. Run :
 
 .. code-block:: bash
-- 
2.33.0



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

* Re: [SPAM] [RESEND PATCH 1/3] docs: aspeed: Add new boards
  2021-11-17  1:09 ` [RESEND PATCH 1/3] docs: aspeed: Add new boards Joel Stanley
@ 2021-11-17  6:41   ` Cédric Le Goater
  0 siblings, 0 replies; 7+ messages in thread
From: Cédric Le Goater @ 2021-11-17  6:41 UTC (permalink / raw)
  To: Joel Stanley, Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, qemu-devel

On 11/17/21 02:09, Joel Stanley wrote:
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>   docs/system/arm/aspeed.rst | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
> index cec87e3743d0..b091c0c61dec 100644
> --- a/docs/system/arm/aspeed.rst
> +++ b/docs/system/arm/aspeed.rst
> @@ -14,6 +14,7 @@ AST2400 SoC based machines :
>   
>   - ``palmetto-bmc``         OpenPOWER Palmetto POWER8 BMC
>   - ``quanta-q71l-bmc``      OpenBMC Quanta BMC
> +- ``supermicrox11-bmc``    Supermicro X11 BMC
>   
>   AST2500 SoC based machines :
>   
> @@ -22,11 +23,14 @@ AST2500 SoC based machines :
>   - ``witherspoon-bmc``      OpenPOWER Witherspoon POWER9 BMC
>   - ``sonorapass-bmc``       OCP SonoraPass BMC
>   - ``swift-bmc``            OpenPOWER Swift BMC POWER9

That reminds me that this board is scheduled for removal in 7.0

> +- ``fp5280g2-bmc``         Inspur FP5280G2 BMC
> +- ``g220a-bmc``            Bytedance G220A BMC
>   
>   AST2600 SoC based machines :
>   
>   - ``ast2600-evb``          Aspeed AST2600 Evaluation board (Cortex-A7)
>   - ``tacoma-bmc``           OpenPOWER Witherspoon POWER9 AST2600 BMC
> +- ``rainier-bmc``          IBM Rainier BMC

May be we should add POWER10 in the description ^

and we merged the Fuji BMC also.

Thanks,

C.

>   
>   Supported devices
>   -----------------
> 



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

* Re: [SPAM] [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL
  2021-11-17  1:09 ` [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL Joel Stanley
@ 2021-11-17  6:42   ` Cédric Le Goater
  0 siblings, 0 replies; 7+ messages in thread
From: Cédric Le Goater @ 2021-11-17  6:42 UTC (permalink / raw)
  To: Joel Stanley, Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, qemu-devel

On 11/17/21 02:09, Joel Stanley wrote:
> This is the latest URL for the OpenBMC CI. The old URL still works, but
> redirects.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>

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


Thanks

C.

> ---
>   docs/system/arm/aspeed.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
> index b091c0c61dec..4bed7b5221b4 100644
> --- a/docs/system/arm/aspeed.rst
> +++ b/docs/system/arm/aspeed.rst
> @@ -81,7 +81,7 @@ The Aspeed machines can be started using the ``-kernel`` option to
>   load a Linux kernel or from a firmware. Images can be downloaded from
>   the OpenBMC jenkins :
>   
> -   https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/distro=ubuntu,label=docker-builder
> +   https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/
>   
>   or directly from the OpenBMC GitHub release repository :
>   
> 



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

* Re: [SPAM] [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel
  2021-11-17  1:09 ` [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel Joel Stanley
@ 2021-11-17  6:47   ` Cédric Le Goater
  0 siblings, 0 replies; 7+ messages in thread
From: Cédric Le Goater @ 2021-11-17  6:47 UTC (permalink / raw)
  To: Joel Stanley, Peter Maydell; +Cc: Andrew Jeffery, qemu-arm, qemu-devel

On 11/17/21 02:09, Joel Stanley wrote:
> A common use case for the ASPEED machine is to boot a Linux kernel.
> Provide a full example command line.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>

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

Thanks

C.


> ---
>   docs/system/arm/aspeed.rst | 15 ++++++++++++---
>   1 file changed, 12 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
> index 4bed7b5221b4..de408b0364ea 100644
> --- a/docs/system/arm/aspeed.rst
> +++ b/docs/system/arm/aspeed.rst
> @@ -77,9 +77,9 @@ Missing devices
>   Boot options
>   ------------
>   
> -The Aspeed machines can be started using the ``-kernel`` option to
> -load a Linux kernel or from a firmware. Images can be downloaded from
> -the OpenBMC jenkins :
> +The Aspeed machines can be started using the ``-kernel`` and ``-dtb`` options
> +to load a Linux kernel or from a firmware. Images can be downloaded from the
> +OpenBMC jenkins :
>   
>      https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/
>   
> @@ -87,6 +87,15 @@ or directly from the OpenBMC GitHub release repository :
>   
>      https://github.com/openbmc/openbmc/releases
>   
> +To boot a kernel directly from a Linux build tree:
> +
> +.. code-block:: bash
> +
> +  $ qemu-system-arm -M ast2600-evb -nographic \
> +        -kernel arch/arm/boot/zImage \
> +        -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \
> +        -initrd rootfs.cpio
> +
>   The image should be attached as an MTD drive. Run :
>   
>   .. code-block:: bash
> 



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

end of thread, other threads:[~2021-11-17  6:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  1:09 [RESEND PATCH 0/3] docs: aspeed: Minor updates Joel Stanley
2021-11-17  1:09 ` [RESEND PATCH 1/3] docs: aspeed: Add new boards Joel Stanley
2021-11-17  6:41   ` [SPAM] " Cédric Le Goater
2021-11-17  1:09 ` [RESEND PATCH 2/3] docs: aspeed: Update OpenBMC image URL Joel Stanley
2021-11-17  6:42   ` [SPAM] " Cédric Le Goater
2021-11-17  1:09 ` [RESEND PATCH 3/3] docs: aspeed: Give an example of booting a kernel Joel Stanley
2021-11-17  6:47   ` [SPAM] " 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.