Re: [PATCH v2 0/2] powerpc/shared/console: Console baud rate fixes

2021-04-16 Thread Gedare Bloom
On Fri, Apr 16, 2021 at 8:57 AM wrote: > > > > > On Apr 15, 2021, at 08:55 , Joel Sherrill wrote: > > > > No one has posted publicly about these in 5 days and asking privately a > > group of mvme users, I only got feedback from Heinz > > > > == > > I can only note that we have some (m

Re: [PATCH v2 0/2] powerpc/shared/console: Console baud rate fixes

2021-04-16 Thread dufault
> On Apr 15, 2021, at 08:55 , Joel Sherrill wrote: > > No one has posted publicly about these in 5 days and asking privately a > group of mvme users, I only got feedback from Heinz > > == > I can only note that we have some (many) users who would like to stay at the > fixed 9600 b

Re: [PATCH v2 0/2] powerpc/shared/console: Console baud rate fixes

2021-04-15 Thread Joel Sherrill
No one has posted publicly about these in 5 days and asking privately a group of mvme users, I only got feedback from Heinz == I can only note that we have some (many) users who would like to stay at the fixed 9600 baud because that is what they have been used to since "forever”. I had

Re: [PATCH v2 0/2] powerpc/shared/console: Console baud rate fixes

2021-04-10 Thread dufault
> On Apr 10, 2021, at 08:41 , wrote: > > The "powerpc/shared/console" code has the start-up console value fixed > at 9600 baud. This changes the hard-wired constant "9600" in the code > to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration > support in both the "waf" and the

[PATCH v2 0/2] powerpc/shared/console: Console baud rate fixes

2021-04-10 Thread dufault
From: Peter Dufault The "powerpc/shared/console" code has the start-up console value fixed at 9600 baud. This changes the hard-wired constant "9600" in the code to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration support in both the "waf" and the legacy configuration systems.