Re: [U-Boot] [PATCH 0/9] log: Support control over the log output format

2018-01-24 Thread Tom Rini
On Wed, Jan 24, 2018 at 05:52:37AM -0700, Simon Glass wrote: > Hi Tom, > On 19 January 2018 at 09:20, Tom Rini wrote: > > > > On Thu, Jan 18, 2018 at 01:40:51PM -0800, Simon Glass wrote: > > > Hi, > > > > > > On 28 December 2017 at 12:14, Simon Glass wrote: > > > > This adds a few more features t

Re: [U-Boot] [PATCH 0/9] log: Support control over the log output format

2018-01-24 Thread Simon Glass
Hi Tom, On 19 January 2018 at 09:20, Tom Rini wrote: > > On Thu, Jan 18, 2018 at 01:40:51PM -0800, Simon Glass wrote: > > Hi, > > > > On 28 December 2017 at 12:14, Simon Glass wrote: > > > This adds a few more features to the log system: > > > > > > - 'log format' command to control the log outpu

Re: [U-Boot] [PATCH 0/9] log: Support control over the log output format

2018-01-19 Thread Tom Rini
On Thu, Jan 18, 2018 at 01:40:51PM -0800, Simon Glass wrote: > Hi, > > On 28 December 2017 at 12:14, Simon Glass wrote: > > This adds a few more features to the log system: > > > > - 'log format' command to control the log output format > > - 'log rec' command to output a log record manually > >

Re: [U-Boot] [PATCH 0/9] log: Support control over the log output format

2018-01-18 Thread Simon Glass
Hi, On 28 December 2017 at 12:14, Simon Glass wrote: > This adds a few more features to the log system: > > - 'log format' command to control the log output format > - 'log rec' command to output a log record manually > - log_ret() function to log error-return values > > With these we have more c

[U-Boot] [PATCH 0/9] log: Support control over the log output format

2017-12-28 Thread Simon Glass
This adds a few more features to the log system: - 'log format' command to control the log output format - 'log rec' command to output a log record manually - log_ret() function to log error-return values With these we have more control over how log records are output as well as the ability to lo