All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: riscv: debug UART for MAIX
@ 2020-07-29 17:23 Heinrich Schuchardt
  2020-07-29 17:32 ` Sean Anderson
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA47347A9@ATCPCS16.andestech.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-07-29 17:23 UTC (permalink / raw)
  To: u-boot

Provide the required settings for the debug UART.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/board/sipeed/maix.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/board/sipeed/maix.rst b/doc/board/sipeed/maix.rst
index c235cb44a8..b1894f3a6f 100644
--- a/doc/board/sipeed/maix.rst
+++ b/doc/board/sipeed/maix.rst
@@ -262,6 +262,16 @@ Boot Sequence
    stage.
 8. The boot hart jumps to ``0x80000000``.

+Debug UART
+^^^^^^^^^^
+
+The Debug UART is provided with the following settings::
+
+    CONFIG_DEBUG_UART=y
+    CONFIG_DEBUG_UART_SIFIVE=y
+    CONFIG_DEBUG_UART_BASE=0x38000000
+    CONFIG_DEBUG_UART_CLOCK=390000000
+
 Resetting the board
 ^^^^^^^^^^^^^^^^^^^

--
2.27.0

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

* [PATCH 1/1] doc: riscv: debug UART for MAIX
  2020-07-29 17:23 [PATCH 1/1] doc: riscv: debug UART for MAIX Heinrich Schuchardt
@ 2020-07-29 17:32 ` Sean Anderson
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA47347A9@ATCPCS16.andestech.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Sean Anderson @ 2020-07-29 17:32 UTC (permalink / raw)
  To: u-boot

On 7/29/20 1:23 PM, Heinrich Schuchardt wrote:
> Provide the required settings for the debug UART.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/board/sipeed/maix.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/board/sipeed/maix.rst b/doc/board/sipeed/maix.rst
> index c235cb44a8..b1894f3a6f 100644
> --- a/doc/board/sipeed/maix.rst
> +++ b/doc/board/sipeed/maix.rst
> @@ -262,6 +262,16 @@ Boot Sequence
>     stage.
>  8. The boot hart jumps to ``0x80000000``.
> 
> +Debug UART
> +^^^^^^^^^^
> +
> +The Debug UART is provided with the following settings::
> +
> +    CONFIG_DEBUG_UART=y
> +    CONFIG_DEBUG_UART_SIFIVE=y
> +    CONFIG_DEBUG_UART_BASE=0x38000000
> +    CONFIG_DEBUG_UART_CLOCK=390000000
> +
>  Resetting the board
>  ^^^^^^^^^^^^^^^^^^^
> 
> --
> 2.27.0
> 

Reviewed-by: Sean Anderson <seanga2@gmail.com>

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

* [PATCH 1/1] doc: riscv: debug UART for MAIX
       [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA47347A9@ATCPCS16.andestech.com>
@ 2020-08-13  5:42   ` Rick Chen
  2020-08-13  5:58     ` Heinrich Schuchardt
  0 siblings, 1 reply; 4+ messages in thread
From: Rick Chen @ 2020-08-13  5:42 UTC (permalink / raw)
  To: u-boot

Hi Heinrich

> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Heinrich Schuchardt
> Sent: Thursday, July 30, 2020 1:24 AM
> To: Sean Anderson
> Cc: u-boot at lists.denx.de; Heinrich Schuchardt
> Subject: [PATCH 1/1] doc: riscv: debug UART for MAIX
>
> Provide the required settings for the debug UART.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/board/sipeed/maix.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>

Applying: doc: riscv: debug UART for MAIX
error: patch failed: doc/board/sipeed/maix.rst:262
error: doc/board/sipeed/maix.rst: patch does not apply
Patch failed at 0001 doc: riscv: debug UART for MAIX

Thanks,
Rick

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

* [PATCH 1/1] doc: riscv: debug UART for MAIX
  2020-08-13  5:42   ` Rick Chen
@ 2020-08-13  5:58     ` Heinrich Schuchardt
  0 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-08-13  5:58 UTC (permalink / raw)
  To: u-boot

On 8/13/20 7:42 AM, Rick Chen wrote:
> Hi Heinrich
>
>> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Heinrich Schuchardt
>> Sent: Thursday, July 30, 2020 1:24 AM
>> To: Sean Anderson
>> Cc: u-boot at lists.denx.de; Heinrich Schuchardt
>> Subject: [PATCH 1/1] doc: riscv: debug UART for MAIX
>>
>> Provide the required settings for the debug UART.
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
>> ---
>>  doc/board/sipeed/maix.rst | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>>
>
> Applying: doc: riscv: debug UART for MAIX
> error: patch failed: doc/board/sipeed/maix.rst:262
> error: doc/board/sipeed/maix.rst: patch does not apply
> Patch failed at 0001 doc: riscv: debug UART for MAIX
>
> Thanks,
> Rick
>


The problem is with the patch sequence. Please, apply

[v2,1/1] doc: riscv: Update documentation for Sipeed MAIX boards
https://patchwork.ozlabs.org/project/uboot/patch/20200728180530.135264-1-xypron.glpk at gmx.de/

first.

Best regards

Heinrich

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

end of thread, other threads:[~2020-08-13  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 17:23 [PATCH 1/1] doc: riscv: debug UART for MAIX Heinrich Schuchardt
2020-07-29 17:32 ` Sean Anderson
     [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA47347A9@ATCPCS16.andestech.com>
2020-08-13  5:42   ` Rick Chen
2020-08-13  5:58     ` Heinrich Schuchardt

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.