Re: [U-Boot] [PATCH 10/10] x86: chromebook_link: Enable the debug UART

2015-09-14 Thread Bin Meng
On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > Add support for the debug UART on link. This is useful for early debugging. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/cpu.c | 7 +++ > configs/chromebook_link_defconfig |

[U-Boot] [PATCH 10/10] x86: chromebook_link: Enable the debug UART

2015-09-08 Thread Simon Glass
Add support for the debug UART on link. This is useful for early debugging. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/cpu.c | 7 +++ configs/chromebook_link_defconfig | 10 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git