All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix opensbi build steps for AX25-AE350
@ 2019-12-30 14:29 Jagan Teki
  2019-12-30 23:32 ` Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jagan Teki @ 2019-12-30 14:29 UTC (permalink / raw)
  To: u-boot

OpenSBI build steps are marked as normal text in
AX25-AE350 documentation.

Move them into code-block so-that it can show it
as build steps.

Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 doc/board/AndesTech/ax25-ae350.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/board/AndesTech/ax25-ae350.rst b/doc/board/AndesTech/ax25-ae350.rst
index 89c485f88f..f795476d85 100644
--- a/doc/board/AndesTech/ax25-ae350.rst
+++ b/doc/board/AndesTech/ax25-ae350.rst
@@ -337,9 +337,11 @@ How to build U-Boot SPL
 Before building U-Boot SPL, OpenSBI must be build first. OpenSBI can be
 cloned and build for AE350 as below:
 
-git clone https://github.com/riscv/opensbi.git
-cd opensbi
-make PLATFORM=andes/ae350
+.. code-block:: none
+
+        git clone https://github.com/riscv/opensbi.git
+        cd opensbi
+        make PLATFORM=andes/ae350
 
 Copy OpenSBI FW_DYNAMIC image (build\platform\andes\ae350\firmware\fw_dynamic.bin)
 into U-Boot root directory
-- 
2.18.0.321.gffc6fa0e3

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

* [PATCH] doc: fix opensbi build steps for AX25-AE350
  2019-12-30 14:29 [PATCH] doc: fix opensbi build steps for AX25-AE350 Jagan Teki
@ 2019-12-30 23:32 ` Bin Meng
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA46B9138@ATCPCS16.andestech.com>
  2020-02-04 14:54 ` Bin Meng
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2019-12-30 23:32 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 30, 2019 at 10:29 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> OpenSBI build steps are marked as normal text in
> AX25-AE350 documentation.
>
> Move them into code-block so-that it can show it
> as build steps.
>
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  doc/board/AndesTech/ax25-ae350.rst | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* [PATCH] doc: fix opensbi build steps for AX25-AE350
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA46B9138@ATCPCS16.andestech.com>
@ 2019-12-31  1:39   ` Rick Chen
  0 siblings, 0 replies; 4+ messages in thread
From: Rick Chen @ 2019-12-31  1:39 UTC (permalink / raw)
  To: u-boot

> From: Jagan Teki [mailto:jagan at amarulasolutions.com]
> Sent: Monday, December 30, 2019 10:29 PM
> To: Rick Jian-Zhi Chen(陳建志); Bin Meng
> Cc: u-boot at lists.denx.de; Jagan Teki; Heinrich Schuchardt
> Subject: [PATCH] doc: fix opensbi build steps for AX25-AE350
>
> OpenSBI build steps are marked as normal text in
> AX25-AE350 documentation.
>
> Move them into code-block so-that it can show it as build steps.
>
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Reviewed-by: Rick Chen <rick@andestech.com>

> ---
>  doc/board/AndesTech/ax25-ae350.rst | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/doc/board/AndesTech/ax25-ae350.rst b/doc/board/AndesTech/ax25-ae350.rst
> index 89c485f88f..f795476d85 100644
> --- a/doc/board/AndesTech/ax25-ae350.rst
> +++ b/doc/board/AndesTech/ax25-ae350.rst
> @@ -337,9 +337,11 @@ How to build U-Boot SPL  Before building U-Boot SPL, OpenSBI must be build first. OpenSBI can be  cloned and build for AE350 as below:
>
> -git clone https://github.com/riscv/opensbi.git
> -cd opensbi
> -make PLATFORM=andes/ae350
> +.. code-block:: none
> +
> +        git clone https://github.com/riscv/opensbi.git
> +        cd opensbi
> +        make PLATFORM=andes/ae350
>
>  Copy OpenSBI FW_DYNAMIC image (build\platform\andes\ae350\firmware\fw_dynamic.bin)
>  into U-Boot root directory
> --
> 2.18.0.321.gffc6fa0e3

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

* [PATCH] doc: fix opensbi build steps for AX25-AE350
  2019-12-30 14:29 [PATCH] doc: fix opensbi build steps for AX25-AE350 Jagan Teki
  2019-12-30 23:32 ` Bin Meng
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA46B9138@ATCPCS16.andestech.com>
@ 2020-02-04 14:54 ` Bin Meng
  2 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2020-02-04 14:54 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 30, 2019 at 10:29 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> OpenSBI build steps are marked as normal text in
> AX25-AE350 documentation.
>
> Move them into code-block so-that it can show it
> as build steps.
>
> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  doc/board/AndesTech/ax25-ae350.rst | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>

Tested-by: Bin Meng <bmeng.cn@gmail.com>

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

end of thread, other threads:[~2020-02-04 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 14:29 [PATCH] doc: fix opensbi build steps for AX25-AE350 Jagan Teki
2019-12-30 23:32 ` Bin Meng
     [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA46B9138@ATCPCS16.andestech.com>
2019-12-31  1:39   ` Rick Chen
2020-02-04 14:54 ` Bin Meng

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.