<div dir="ltr">No one has posted publicly about these in 5 days and asking privately a <div>group of mvme users, I only got feedback from Heinz </div><div><br></div><div>==============<br>I can only note that we have some (many) users who would like to stay at the fixed 9600 baud because that is what<br>they have been used to since "forever”.<br>I had received feedback on the MVME2500. There I had set the console of this QorIQ based system to the typical<br>125600 baud for arm (also with the option BSP_CONSOLE_BAUD). Some were not happy that there are two different<br>baud rates for the different MVME boards.<br>I personally find Paul's approach ok and if the default value (bsp-defaults) eventually stays at 9600 baud on all<br>these boards could everyone be happy?</div><div><br></div><div> ==============  </div><div><br></div><div>This patch series makes all the mvme BSPs consistent so I plan to </div><div>merge these today.</div><div><br></div><div>--joel<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 10, 2021 at 7:41 AM <<a href="mailto:dufault@hda.com">dufault@hda.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Peter Dufault <<a href="mailto:dufault@hda.com" target="_blank">dufault@hda.com</a>><br>
<br>
The "powerpc/shared/console" code has the start-up console value fixed<br>
at 9600 baud.  This changes the hard-wired constant "9600" in the code<br>
to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration<br>
support in both the "waf" and the legacy configuration systems.<br>
<br>
In addition, once the shared console baud rate can be set to start at<br>
anything other than 9600 the termios code will reset it to 9600 at the<br>
first open.<br>
<br>
Peter Dufault (2):<br>
  powerpc/shared/console: Make console baud rate configurable.<br>
  powerpc/shared/console: "termios" first open sets console baud to 9600<br>
<br>
 bsps/powerpc/shared/console/console.c                  | 4 ++--<br>
 bsps/powerpc/shared/console/uart.c                     | 5 ++++-<br>
 c/src/lib/libbsp/powerpc/beatnik/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>          | 4 ++++<br>
 c/src/lib/libbsp/powerpc/haleakala/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>        | 4 ++++<br>
 c/src/lib/libbsp/powerpc/motorola_powerpc/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> | 4 ++++<br>
 c/src/lib/libbsp/powerpc/mvme3100/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>         | 4 ++++<br>
 c/src/lib/libbsp/powerpc/mvme5500/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a>         | 4 ++++<br>
 spec/build/bsps/optconsolebaud.yml                     | 5 +++++<br>
 spec/build/bsps/powerpc/beatnik/bspbeatnik.yml         | 2 ++<br>
 spec/build/bsps/powerpc/haleakala/bsphaleakala.yml     | 2 ++<br>
 spec/build/bsps/powerpc/motorola_powerpc/obj.yml       | 4 +++-<br>
 spec/build/bsps/powerpc/mvme3100/bspmvme3100.yml       | 2 ++<br>
 spec/build/bsps/powerpc/mvme5500/bspmvme5500.yml       | 2 ++<br>
 13 files changed, 42 insertions(+), 4 deletions(-)<br>
<br>
-- <br>
1.8.3.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>