[PATCH v2] user/bsps: Mention fixed console baud rate for zynq

2021-03-05 Thread Jan Sommer
---
 user/bsps/arm/xilinx-zynq.rst | 12 
 1 file changed, 12 insertions(+)

diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/bsps/arm/xilinx-zynq.rst
index 365c336..29f9cb0 100644
--- a/user/bsps/arm/xilinx-zynq.rst
+++ b/user/bsps/arm/xilinx-zynq.rst
@@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is half the CPU
 clock. This function is declared ``weak`` so you can override the
 default behaviour by providing it in your application.
 
+Console
+---
+
+The console driver for the UARTs will always be initialized to a 
+baud rate of 115200 with 8 bit characters, 1 stop bit and no parity
+bits during start up.
+Previous configurations programmed into the hardware by the Xilinx
+tools or a bootloader will be overwritten.
+
+The settings for the console driver can be changed by the user
+application through the termios API afterwards.
+
 Debugging with xilinx_zynq_a9_qemu
 --
 
-- 
2.17.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


RE: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq

2021-03-15 Thread Jan.Sommer
Could someone please have a look at this patch?

> -Original Message-
> From: Sommer, Jan
> Sent: Friday, March 5, 2021 7:04 PM
> To: devel@rtems.org
> Cc: Sommer, Jan 
> Subject: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq
> 
> ---
>  user/bsps/arm/xilinx-zynq.rst | 12 
>  1 file changed, 12 insertions(+)
> 
> diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/bsps/arm/xilinx-zynq.rst
> index 365c336..29f9cb0 100644
> --- a/user/bsps/arm/xilinx-zynq.rst
> +++ b/user/bsps/arm/xilinx-zynq.rst
> @@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is half the
> CPU  clock. This function is declared ``weak`` so you can override the  
> default
> behaviour by providing it in your application.
> 
> +Console
> +---
> +
> +The console driver for the UARTs will always be initialized to a baud
> +rate of 115200 with 8 bit characters, 1 stop bit and no parity bits
> +during start up.
> +Previous configurations programmed into the hardware by the Xilinx
> +tools or a bootloader will be overwritten.
> +
> +The settings for the console driver can be changed by the user
> +application through the termios API afterwards.
> +
>  Debugging with xilinx_zynq_a9_qemu
>  --
> 
> --
> 2.17.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq

2021-03-15 Thread Joel Sherrill
If this matches the state of the got master, then ok.

On Mon, Mar 15, 2021, 7:55 AM  wrote:

> Could someone please have a look at this patch?
>
> > -Original Message-
> > From: Sommer, Jan
> > Sent: Friday, March 5, 2021 7:04 PM
> > To: devel@rtems.org
> > Cc: Sommer, Jan 
> > Subject: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq
> >
> > ---
> >  user/bsps/arm/xilinx-zynq.rst | 12 
> >  1 file changed, 12 insertions(+)
> >
> > diff --git a/user/bsps/arm/xilinx-zynq.rst
> b/user/bsps/arm/xilinx-zynq.rst
> > index 365c336..29f9cb0 100644
> > --- a/user/bsps/arm/xilinx-zynq.rst
> > +++ b/user/bsps/arm/xilinx-zynq.rst
> > @@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is half
> the
> > CPU  clock. This function is declared ``weak`` so you can override the
> default
> > behaviour by providing it in your application.
> >
> > +Console
> > +---
> > +
> > +The console driver for the UARTs will always be initialized to a baud
> > +rate of 115200 with 8 bit characters, 1 stop bit and no parity bits
> > +during start up.
> > +Previous configurations programmed into the hardware by the Xilinx
> > +tools or a bootloader will be overwritten.
> > +
> > +The settings for the console driver can be changed by the user
> > +application through the termios API afterwards.
> > +
> >  Debugging with xilinx_zynq_a9_qemu
> >  --
> >
> > --
> > 2.17.1
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq

2021-03-15 Thread Gedare Bloom
Yeah go ahead, thanks Jan.

On Mon, Mar 15, 2021 at 6:58 AM Joel Sherrill  wrote:
>
> If this matches the state of the got master, then ok.
>
> On Mon, Mar 15, 2021, 7:55 AM  wrote:
>>
>> Could someone please have a look at this patch?
>>
>> > -Original Message-
>> > From: Sommer, Jan
>> > Sent: Friday, March 5, 2021 7:04 PM
>> > To: devel@rtems.org
>> > Cc: Sommer, Jan 
>> > Subject: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq
>> >
>> > ---
>> >  user/bsps/arm/xilinx-zynq.rst | 12 
>> >  1 file changed, 12 insertions(+)
>> >
>> > diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/bsps/arm/xilinx-zynq.rst
>> > index 365c336..29f9cb0 100644
>> > --- a/user/bsps/arm/xilinx-zynq.rst
>> > +++ b/user/bsps/arm/xilinx-zynq.rst
>> > @@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is half 
>> > the
>> > CPU  clock. This function is declared ``weak`` so you can override the  
>> > default
>> > behaviour by providing it in your application.
>> >
>> > +Console
>> > +---
>> > +
>> > +The console driver for the UARTs will always be initialized to a baud
>> > +rate of 115200 with 8 bit characters, 1 stop bit and no parity bits
>> > +during start up.
>> > +Previous configurations programmed into the hardware by the Xilinx
>> > +tools or a bootloader will be overwritten.
>> > +
>> > +The settings for the console driver can be changed by the user
>> > +application through the termios API afterwards.
>> > +
>> >  Debugging with xilinx_zynq_a9_qemu
>> >  --
>> >
>> > --
>> > 2.17.1
>>
>> ___
>> devel mailing list
>> devel@rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


RE: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq

2021-03-16 Thread Jan.Sommer
Thanks. Pushed to master.

> -Original Message-
> From: Gedare Bloom 
> Sent: Monday, March 15, 2021 11:08 PM
> To: Joel Sherrill 
> Cc: Sommer, Jan ; rtems-de...@rtems.org
> 
> Subject: Re: [PATCH v2] user/bsps: Mention fixed console baud rate for zynq
> 
> Yeah go ahead, thanks Jan.
> 
> On Mon, Mar 15, 2021 at 6:58 AM Joel Sherrill  wrote:
> >
> > If this matches the state of the got master, then ok.
> >
> > On Mon, Mar 15, 2021, 7:55 AM  wrote:
> >>
> >> Could someone please have a look at this patch?
> >>
> >> > -Original Message-
> >> > From: Sommer, Jan
> >> > Sent: Friday, March 5, 2021 7:04 PM
> >> > To: devel@rtems.org
> >> > Cc: Sommer, Jan 
> >> > Subject: [PATCH v2] user/bsps: Mention fixed console baud rate for
> >> > zynq
> >> >
> >> > ---
> >> >  user/bsps/arm/xilinx-zynq.rst | 12 
> >> >  1 file changed, 12 insertions(+)
> >> >
> >> > diff --git a/user/bsps/arm/xilinx-zynq.rst
> >> > b/user/bsps/arm/xilinx-zynq.rst index 365c336..29f9cb0 100644
> >> > --- a/user/bsps/arm/xilinx-zynq.rst
> >> > +++ b/user/bsps/arm/xilinx-zynq.rst
> >> > @@ -37,6 +37,18 @@ to return the peripheral clock. Normally this is
> >> > half the CPU  clock. This function is declared ``weak`` so you can
> >> > override the  default behaviour by providing it in your application.
> >> >
> >> > +Console
> >> > +---
> >> > +
> >> > +The console driver for the UARTs will always be initialized to a
> >> > +baud rate of 115200 with 8 bit characters, 1 stop bit and no
> >> > +parity bits during start up.
> >> > +Previous configurations programmed into the hardware by the Xilinx
> >> > +tools or a bootloader will be overwritten.
> >> > +
> >> > +The settings for the console driver can be changed by the user
> >> > +application through the termios API afterwards.
> >> > +
> >> >  Debugging with xilinx_zynq_a9_qemu
> >> >  --
> >> >
> >> > --
> >> > 2.17.1
> >>
> >> ___
> >> devel mailing list
> >> devel@rtems.org
> >> http://lists.rtems.org/mailman/listinfo/devel
> >
> > ___
> > devel mailing list
> > devel@rtems.org
> > http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel