Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-02-05 Thread Simon Glass
Hi Vignesh, On Tue, 4 Feb 2020 at 00:58, Vignesh Raghavendra wrote: > > Faiz, > > On 31/01/20 11:44 pm, Simon Glass wrote: > > Hi Vignesh, > > > > On Thu, 30 Jan 2020 at 22:12, Vignesh Raghavendra wrote: > >> > >> Hi Simon, > >> > >> On 31/01/20 7:57 am, Simon Glass wrote: > >>> Hi Faiz, > >>>

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-02-03 Thread Vignesh Raghavendra
Faiz, On 31/01/20 11:44 pm, Simon Glass wrote: > Hi Vignesh, > > On Thu, 30 Jan 2020 at 22:12, Vignesh Raghavendra wrote: >> >> Hi Simon, >> >> On 31/01/20 7:57 am, Simon Glass wrote: >>> Hi Faiz, >>> >>> On Thu, 30 Jan 2020 at 08:22, Faiz Abbas wrote: Hi Simon, On 22/10/19

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-01-31 Thread Simon Glass
Hi Vignesh, On Thu, 30 Jan 2020 at 22:12, Vignesh Raghavendra wrote: > > Hi Simon, > > On 31/01/20 7:57 am, Simon Glass wrote: > > Hi Faiz, > > > > On Thu, 30 Jan 2020 at 08:22, Faiz Abbas wrote: > >> > >> Hi Simon, > >> > >> On 22/10/19 4:56 am, Simon Glass wrote: > >>> With a bit of code

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-01-30 Thread Vignesh Raghavendra
Hi Simon, On 31/01/20 7:57 am, Simon Glass wrote: > Hi Faiz, > > On Thu, 30 Jan 2020 at 08:22, Faiz Abbas wrote: >> >> Hi Simon, >> >> On 22/10/19 4:56 am, Simon Glass wrote: >>> With a bit of code reordering we can support %p using the existing code >>> for ulong. >>> >>> Move the %p code up

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-01-30 Thread Simon Glass
Hi Faiz, On Thu, 30 Jan 2020 at 08:22, Faiz Abbas wrote: > > Hi Simon, > > On 22/10/19 4:56 am, Simon Glass wrote: > > With a bit of code reordering we can support %p using the existing code > > for ulong. > > > > Move the %p code up and adjust the logic accordingly. > > > > Signed-off-by: Simon

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2020-01-30 Thread Faiz Abbas
Hi Simon, On 22/10/19 4:56 am, Simon Glass wrote: > With a bit of code reordering we can support %p using the existing code > for ulong. > > Move the %p code up and adjust the logic accordingly. > > Signed-off-by: Simon Glass > --- > This patch seems to have broken Ethernet boot in

Re: [U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2019-10-29 Thread sjg
With a bit of code reordering we can support %p using the existing code for ulong. Move the %p code up and adjust the logic accordingly. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to support %p without DEBUG lib/tiny-printf.c | 30 +- 1 file

[U-Boot] [PATCH v2 03/10] tiny-printf: Reorder code to support %p

2019-10-21 Thread Simon Glass
With a bit of code reordering we can support %p using the existing code for ulong. Move the %p code up and adjust the logic accordingly. Signed-off-by: Simon Glass --- Changes in v2: - Add a new patch to support %p without DEBUG lib/tiny-printf.c | 30 +- 1 file