Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Stefan Roese
Hi Bin, On 19.01.2016 12:02, Bin Meng wrote: Hi Stefan, On Tue, Jan 19, 2016 at 6:54 PM, Stefan Roese wrote: Hi Bin, On 19.01.2016 11:15, Bin Meng wrote: On Tue, Jan 19, 2016 at 5:29 PM, Stefan Roese wrote: Hi Bin, (added Simon again to Cc) On 19.01.2016 09:44, Bin Meng wrote: Hi S

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Bin Meng
Hi Stefan, On Tue, Jan 19, 2016 at 6:54 PM, Stefan Roese wrote: > Hi Bin, > > > On 19.01.2016 11:15, Bin Meng wrote: >> >> On Tue, Jan 19, 2016 at 5:29 PM, Stefan Roese wrote: >>> >>> Hi Bin, >>> >>> (added Simon again to Cc) >>> >>> On 19.01.2016 09:44, Bin Meng wrote: Hi Stefan,

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Stefan Roese
Hi Bin, On 19.01.2016 11:15, Bin Meng wrote: On Tue, Jan 19, 2016 at 5:29 PM, Stefan Roese wrote: Hi Bin, (added Simon again to Cc) On 19.01.2016 09:44, Bin Meng wrote: Hi Stefan, On Tue, Jan 19, 2016 at 4:40 PM, Bin Meng wrote: Hi Stefan, On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Bin Meng
Hi Stefan, On Tue, Jan 19, 2016 at 5:29 PM, Stefan Roese wrote: > Hi Bin, > > (added Simon again to Cc) > > On 19.01.2016 09:44, Bin Meng wrote: >> Hi Stefan, >> >> On Tue, Jan 19, 2016 at 4:40 PM, Bin Meng wrote: >>> Hi Stefan, >>> >>> On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese wrote:

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Stefan Roese
Hi Bin, (added Simon again to Cc) On 19.01.2016 09:44, Bin Meng wrote: > Hi Stefan, > > On Tue, Jan 19, 2016 at 4:40 PM, Bin Meng wrote: >> Hi Stefan, >> >> On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese wrote: >>> Some BayTrail boards may want to use a different legacy UART than the >>> intern

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Stefan Roese
Hi Bin, On 19.01.2016 09:44, Bin Meng wrote: On Tue, Jan 19, 2016 at 4:40 PM, Bin Meng wrote: Hi Stefan, On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese wrote: Some BayTrail boards may want to use a different legacy UART than the internal one. E.g. one provided by a Winbond Super IO chip, lik

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Bin Meng
Hi Stefan, On Tue, Jan 19, 2016 at 4:40 PM, Bin Meng wrote: > Hi Stefan, > > On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese wrote: >> Some BayTrail boards may want to use a different legacy UART than the >> internal one. E.g. one provided by a Winbond Super IO chip, like the >> W83627. This patch

Re: [U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-19 Thread Bin Meng
Hi Stefan, On Mon, Jan 18, 2016 at 5:56 PM, Stefan Roese wrote: > Some BayTrail boards may want to use a different legacy UART than the > internal one. E.g. one provided by a Winbond Super IO chip, like the > W83627. This patch adds a function to disable this BayTrail internal > UART for this pur

[U-Boot] [PATCH 2/3] x86: BayTrail: Add function to disable the internal legacy UART

2016-01-18 Thread Stefan Roese
Some BayTrail boards may want to use a different legacy UART than the internal one. E.g. one provided by a Winbond Super IO chip, like the W83627. This patch adds a function to disable this BayTrail internal UART for this purpose. Signed-off-by: Stefan Roese Cc: Bin Meng Cc: Simon Glass --- ar