Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2018-09-06 Thread Christian Gmeiner
Am Mi., 5. Sep. 2018 um 17:10 Uhr schrieb Tom Rini : > > On Wed, Sep 05, 2018 at 12:57:39PM +0800, Bin Meng wrote: > > Hi Christian, > > > > On Tue, Sep 4, 2018 at 6:07 PM Christian Gmeiner > > wrote: > > > > > > Hi all, > > > > > > I totally forgot to answer that mail - but as I need this change

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2018-09-05 Thread Tom Rini
On Wed, Sep 05, 2018 at 12:57:39PM +0800, Bin Meng wrote: > Hi Christian, > > On Tue, Sep 4, 2018 at 6:07 PM Christian Gmeiner > wrote: > > > > Hi all, > > > > I totally forgot to answer that mail - but as I need this change my > > motivation is back. > > > > Am Do., 22. Juni 2017 um 08:50 Uhr sc

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2018-09-04 Thread Bin Meng
Hi Christian, On Tue, Sep 4, 2018 at 6:07 PM Christian Gmeiner wrote: > > Hi all, > > I totally forgot to answer that mail - but as I need this change my > motivation is back. > > Am Do., 22. Juni 2017 um 08:50 Uhr schrieb Bin Meng : > > > > Hi Christian, > > > > On Fri, Jun 9, 2017 at 8:58 AM, T

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2018-09-04 Thread Christian Gmeiner
Hi all, I totally forgot to answer that mail - but as I need this change my motivation is back. Am Do., 22. Juni 2017 um 08:50 Uhr schrieb Bin Meng : > > Hi Christian, > > On Fri, Jun 9, 2017 at 8:58 AM, Tom Rini wrote: > > On Thu, Jun 08, 2017 at 09:38:49AM +0200, Christian Gmeiner wrote: > >>

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2017-06-21 Thread Bin Meng
Hi Christian, On Fri, Jun 9, 2017 at 8:58 AM, Tom Rini wrote: > On Thu, Jun 08, 2017 at 09:38:49AM +0200, Christian Gmeiner wrote: >> Hi Tom >> >> 2017-06-06 22:04 GMT+02:00 Tom Rini : >> > On Tue, Jun 06, 2017 at 01:51:38PM +0200, Christian Gmeiner wrote: >> > >> >> Signed-off-by: Christian Gmei

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2017-06-08 Thread Tom Rini
On Thu, Jun 08, 2017 at 09:38:49AM +0200, Christian Gmeiner wrote: > Hi Tom > > 2017-06-06 22:04 GMT+02:00 Tom Rini : > > On Tue, Jun 06, 2017 at 01:51:38PM +0200, Christian Gmeiner wrote: > > > >> Signed-off-by: Christian Gmeiner > >> --- > >> include/configs/x86-common.h | 2 +- > >> 1 file ch

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2017-06-08 Thread Christian Gmeiner
Hi Tom 2017-06-06 22:04 GMT+02:00 Tom Rini : > On Tue, Jun 06, 2017 at 01:51:38PM +0200, Christian Gmeiner wrote: > >> Signed-off-by: Christian Gmeiner >> --- >> include/configs/x86-common.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/configs/x86-common.h

Re: [U-Boot] [PATCH] x86: extend baudrate table with 57600

2017-06-06 Thread Tom Rini
On Tue, Jun 06, 2017 at 01:51:38PM +0200, Christian Gmeiner wrote: > Signed-off-by: Christian Gmeiner > --- > include/configs/x86-common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h > index b5ef8b5..9a9771

[U-Boot] [PATCH] x86: extend baudrate table with 57600

2017-06-06 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- include/configs/x86-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index b5ef8b5..9a97714 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@