Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-21 Thread Sughosh Ganu
On Wed, 21 Aug 2024 at 19:30, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 21 Aug 2024 at 01:48, Sughosh Ganu wrote: > > > > On Wed, 21 Aug 2024 at 07:41, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Tue, 20 Aug 2024 at 04:23, Sughosh Ganu > > > wrote: > > > > > > > > On Fri, 16

Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-21 Thread Simon Glass
Hi Sughosh, On Wed, 21 Aug 2024 at 01:48, Sughosh Ganu wrote: > > On Wed, 21 Aug 2024 at 07:41, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Tue, 20 Aug 2024 at 04:23, Sughosh Ganu wrote: > > > > > > On Fri, 16 Aug 2024 at 02:03, Simon Glass wrote: > > > > > > > > Hi Sughosh, > > > > > >

Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-21 Thread Sughosh Ganu
On Wed, 21 Aug 2024 at 07:41, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 20 Aug 2024 at 04:23, Sughosh Ganu wrote: > > > > On Fri, 16 Aug 2024 at 02:03, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Wed, 14 Aug 2024 at 05:03, Sughosh Ganu > > > wrote: > > > > > > > > Instead of

Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-20 Thread Simon Glass
Hi Sughosh, On Tue, 20 Aug 2024 at 04:23, Sughosh Ganu wrote: > > On Fri, 16 Aug 2024 at 02:03, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 14 Aug 2024 at 05:03, Sughosh Ganu wrote: > > > > > > Instead of printing the LMB flags as numerical values, print them as > > > strings. This m

Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-20 Thread Sughosh Ganu
On Fri, 16 Aug 2024 at 02:03, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 14 Aug 2024 at 05:03, Sughosh Ganu wrote: > > > > Instead of printing the LMB flags as numerical values, print them as > > strings. This makes it easier to understand what flags are associated > > with the lmb region. Al

Re: [PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-15 Thread Simon Glass
Hi Sughosh, On Wed, 14 Aug 2024 at 05:03, Sughosh Ganu wrote: > > Instead of printing the LMB flags as numerical values, print them as > strings. This makes it easier to understand what flags are associated > with the lmb region. Also make corresponding changes to the bdinfo > command's test code

[PATCH v2 32/32] lmb: add logic to print lmb flag strings

2024-08-14 Thread Sughosh Ganu
Instead of printing the LMB flags as numerical values, print them as strings. This makes it easier to understand what flags are associated with the lmb region. Also make corresponding changes to the bdinfo command's test code. Signed-off-by: Sughosh Ganu --- Changes since V1: New patch lib/lmb.