Re: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs

2018-05-09 Thread Heinrich Schuchardt
On 05/08/2018 12:43 PM, Jonathan Gray wrote: > Add back part of patch send out as > 'rockchip: enable SYS_NS16550 for all SoCs by default' that seems to have > gotten lost when it got merged to set SYS_NS16550_MEM32. > > Allows serial output to work on tinker-rk3288 again after > c3c0331db1fb7b1f4

Re: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs

2018-05-09 Thread Dr. Philipp Tomsich
Kever, if this affects all SoCs, then apparently nobody tested -rc3 … I had made sure that all these last-minute changes had gone in before rc3. Regards, Philipp. > On 9 May 2018, at 10:12, Dr. Philipp Tomsich > wrote: > > Kever, > > There were a number a merge conflicts with this series an

Re: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs

2018-05-09 Thread Dr. Philipp Tomsich
Kever, There were a number a merge conflicts with this series and it looks like I missed one of them. This is the risk when I try to resolve conflicts instead of asking for a series to be rebased onto master… Regards, Philipp. > On 9 May 2018, at 10:06, Kever Yang wrote: > > Hi Jonathan, >

Re: [U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs

2018-05-09 Thread Kever Yang
Hi Jonathan,     Thanks for the patch, and it's interesting how this is missing, it means all the rockchip socs can not get console output with v2018.05 :( Thanks, - Kever On 05/08/2018 06:43 PM, Jonathan Gray wrote: > Add back part of patch send out as > 'rockchip: enable SYS_NS16550 for all

[U-Boot] [PATCH] rockchip: set SYS_NS16550_MEM32 for all SoCs

2018-05-08 Thread Jonathan Gray
Add back part of patch send out as 'rockchip: enable SYS_NS16550 for all SoCs by default' that seems to have gotten lost when it got merged to set SYS_NS16550_MEM32. Allows serial output to work on tinker-rk3288 again after c3c0331db1fb7b1f4ff41e144fc04353b37c785c. Signed-off-by: Kever Yang Sign