Re: [U-Boot] [PATCH 07/13] log: Add a console driver

2017-09-26 Thread Simon Glass
Hi Bin, On 17 September 2017 at 23:45, Bin Meng wrote: > On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: >> It is useful to display log messages on the console. Add a simple driver >> to handle this. >> >> Signed-off-by: Simon Glass >> --- >> >> common/Kconfig | 20 ++

Re: [U-Boot] [PATCH 07/13] log: Add a console driver

2017-09-17 Thread Bin Meng
On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: > It is useful to display log messages on the console. Add a simple driver > to handle this. > > Signed-off-by: Simon Glass > --- > > common/Kconfig | 20 > common/Makefile | 1 + > common/log_console.c | 23 +++

[U-Boot] [PATCH 07/13] log: Add a console driver

2017-09-16 Thread Simon Glass
It is useful to display log messages on the console. Add a simple driver to handle this. Signed-off-by: Simon Glass --- common/Kconfig | 20 common/Makefile | 1 + common/log_console.c | 23 +++ 3 files changed, 44 insertions(+) create mode