Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Simon Glass
On 11 April 2017 at 08:13, Tom Rini wrote: > On Tue, Apr 11, 2017 at 08:03:07AM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 11 April 2017 at 08:00, Tom Rini wrote: >> > On Tue, Apr 11, 2017 at 07:56:06AM -0600, Simon Glass wrote: >> >> On 10 April 2017 at 00:53, Vignesh R wrote: >> >> > Add su

Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Tom Rini
On Tue, Apr 11, 2017 at 08:03:07AM -0600, Simon Glass wrote: > Hi Tom, > > On 11 April 2017 at 08:00, Tom Rini wrote: > > On Tue, Apr 11, 2017 at 07:56:06AM -0600, Simon Glass wrote: > >> On 10 April 2017 at 00:53, Vignesh R wrote: > >> > Add support for %p, %pa[p], %pM, %pm and %pI4 formats to

Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Simon Glass
Hi Tom, On 11 April 2017 at 08:00, Tom Rini wrote: > On Tue, Apr 11, 2017 at 07:56:06AM -0600, Simon Glass wrote: >> On 10 April 2017 at 00:53, Vignesh R wrote: >> > Add support for %p, %pa[p], %pM, %pm and %pI4 formats to tiny-printf. >> > %pM and %pI4 are widely used by SPL networking stack an

Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Tom Rini
On Tue, Apr 11, 2017 at 07:56:06AM -0600, Simon Glass wrote: > On 10 April 2017 at 00:53, Vignesh R wrote: > > Add support for %p, %pa[p], %pM, %pm and %pI4 formats to tiny-printf. > > %pM and %pI4 are widely used by SPL networking stack and is required if > > networking support is desired in SPL.

Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Simon Glass
On 10 April 2017 at 00:53, Vignesh R wrote: > Add support for %p, %pa[p], %pM, %pm and %pI4 formats to tiny-printf. > %pM and %pI4 are widely used by SPL networking stack and is required if > networking support is desired in SPL. > %p, %pa and %pap are mostly used by debug prints and hence support

Re: [U-Boot] [PATCH v2] tiny-printf: Add support for %p format

2017-04-11 Thread Tom Rini
On Mon, Apr 10, 2017 at 12:23:22PM +0530, Vignesh R wrote: > Add support for %p, %pa[p], %pM, %pm and %pI4 formats to tiny-printf. > %pM and %pI4 are widely used by SPL networking stack and is required if > networking support is desired in SPL. > %p, %pa and %pap are mostly used by debug prints an