Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-28 Thread Simon Glass
Hi Masahiro, On 27 September 2017 at 11:11, Masahiro Yamada wrote: > Hi Simon, > > > 2017-09-27 4:10 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 20 September 2017 at 11:19, Masahiro Yamada >> wrote: >>> Hi

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-27 Thread Masahiro Yamada
Hi Simon, 2017-09-27 4:10 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 20 September 2017 at 11:19, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-09-20 22:49 GMT+09:00 Simon Glass : >>> Hi Masahiro, >>> >>> On 19

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-27 Thread Masahiro Yamada
Hi Philipp, 2017-09-21 2:51 GMT+09:00 Dr. Philipp Tomsich : > Masahiro, > >> On 20 Sep 2017, at 19:34, Masahiro Yamada >> wrote: >> >> 2017-09-20 23:37 GMT+09:00 Dr. Philipp Tomsich >>

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-26 Thread Simon Glass
Hi Masahiro, On 20 September 2017 at 11:19, Masahiro Yamada wrote: > Hi Simon, > > > 2017-09-20 22:49 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 19 September 2017 at 20:51, Masahiro Yamada >> wrote: >>> Hi

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-24 Thread Simon Glass
Hi Bin, On 22 September 2017 at 07:37, Bin Meng wrote: > Hi Simon, > > On Thu, Sep 21, 2017 at 12:58 PM, Simon Glass wrote: >> Hi Bin, >> >> On 20 September 2017 at 08:41, Bin Meng wrote: >>> >>> Hi Simon, >>> >>> On Wed, Sep 20, 2017

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-22 Thread Bin Meng
Hi Simon, On Thu, Sep 21, 2017 at 12:58 PM, Simon Glass wrote: > Hi Bin, > > On 20 September 2017 at 08:41, Bin Meng wrote: >> >> Hi Simon, >> >> On Wed, Sep 20, 2017 at 9:50 PM, Simon Glass wrote: >> > Hi Bin, >> > >> > On 17 September

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Simon Glass
Hi Bin, On 20 September 2017 at 08:41, Bin Meng wrote: > > Hi Simon, > > On Wed, Sep 20, 2017 at 9:50 PM, Simon Glass wrote: > > Hi Bin, > > > > On 17 September 2017 at 21:45, Bin Meng wrote: > >> Hi Simon, > >> > >> On Sun, Sep 17,

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Dr. Philipp Tomsich
Masahiro, > On 20 Sep 2017, at 19:34, Masahiro Yamada > wrote: > > 2017-09-20 23:37 GMT+09:00 Dr. Philipp Tomsich > : >> Masahiro & Simon, >> >>> On 20 Sep 2017, at 15:49, Simon Glass wrote: >>> >>> Hi

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Masahiro Yamada
2017-09-20 23:37 GMT+09:00 Dr. Philipp Tomsich : > Masahiro & Simon, > >> On 20 Sep 2017, at 15:49, Simon Glass wrote: >> >> Hi Masahiro, >> >> On 19 September 2017 at 20:51, Masahiro Yamada >> wrote: >>> Hi

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Masahiro Yamada
Hi Simon, 2017-09-20 22:49 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 19 September 2017 at 20:51, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-09-17 6:23 GMT+09:00 Simon Glass : >> >>> >>> +menu "Logging" >>> + >>>

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Dr. Philipp Tomsich
> On 20 Sep 2017, at 16:41, Bin Meng wrote: > > Hi Simon, > > On Wed, Sep 20, 2017 at 9:50 PM, Simon Glass wrote: >> Hi Bin, >> >> On 17 September 2017 at 21:45, Bin Meng wrote: >>> Hi Simon, >>> >>> On Sun, Sep 17, 2017 at 5:23

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Bin Meng
Hi Simon, On Wed, Sep 20, 2017 at 9:50 PM, Simon Glass wrote: > Hi Bin, > > On 17 September 2017 at 21:45, Bin Meng wrote: >> Hi Simon, >> >> On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: >>> Add the logging header file and

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Dr. Philipp Tomsich
Masahiro & Simon, > On 20 Sep 2017, at 15:49, Simon Glass wrote: > > Hi Masahiro, > > On 19 September 2017 at 20:51, Masahiro Yamada > wrote: >> Hi Simon, >> >> >> 2017-09-17 6:23 GMT+09:00 Simon Glass : >> >>> >>> +menu

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Simon Glass
Hi Masahiro, On 19 September 2017 at 20:51, Masahiro Yamada wrote: > Hi Simon, > > > 2017-09-17 6:23 GMT+09:00 Simon Glass : > >> >> +menu "Logging" >> + >> +config LOG >> + bool "Enable logging support" >> + help >> + This

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Simon Glass
Hi Bin, On 17 September 2017 at 21:45, Bin Meng wrote: > Hi Simon, > > On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: >> Add the logging header file and implementation with some configuration >> options to control it. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-19 Thread Masahiro Yamada
Hi Simon, 2017-09-17 6:23 GMT+09:00 Simon Glass : > > +menu "Logging" > + > +config LOG > + bool "Enable logging support" > + help > + This enables support for logging of status and debug messages. These > + can be displayed on the console,

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-17 Thread Bin Meng
Hi Simon, On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: > Add the logging header file and implementation with some configuration > options to control it. > > Signed-off-by: Simon Glass > --- > > MAINTAINERS | 9 ++ >