Re: [U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command

2019-05-20 Thread Roman Stratiienko
Are there any updates of this patch? We need this functionality to retrieve UUID of the partition using it's name. But there are lot of commands that supports only partition index as an argument, so I assume it could be very useful there. This command can be also used alone can be used to find roo

Re: [U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command

2019-05-20 Thread Igor Opaniuk
+ Roman On Thu, Mar 21, 2019 at 5:42 PM Igor Opaniuk wrote: > > Hi Eugeniu, > > > On Mon, Mar 11, 2019 at 12:42 AM Eugeniu Rosca wrote: > > > > > > Hi Igor, > > > > On Mon, Feb 18, 2019 at 06:21:51PM +0200, Igor Opaniuk wrote: > > > From: Ruslan Trofymenko > > > > > > This sub-command serves f

Re: [U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command

2019-03-22 Thread Igor Opaniuk
Hi Eugeniu, On Mon, Mar 11, 2019 at 12:42 AM Eugeniu Rosca wrote: > > > Hi Igor, > > On Mon, Feb 18, 2019 at 06:21:51PM +0200, Igor Opaniuk wrote: > > From: Ruslan Trofymenko > > > > This sub-command serves for getting the partition index from > > partition name. > > [..] > > > CMD_PART_I

Re: [U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command

2019-03-10 Thread Eugeniu Rosca
Hi Igor, On Mon, Feb 18, 2019 at 06:21:51PM +0200, Igor Opaniuk wrote: > From: Ruslan Trofymenko > > This sub-command serves for getting the partition index from > partition name. [..] > CMD_PART_INFO_SIZE, > + CMD_PART_INFO_NUMBER IMHO 's/number/index/' (when referring to the id o

[U-Boot] [PATCH v3 1/7] cmd: part: Add 'number' sub-command

2019-02-18 Thread Igor Opaniuk
From: Ruslan Trofymenko This sub-command serves for getting the partition index from partition name. Also it can be used to test the existence of specified partition. Signed-off-by: Ruslan Trofymenko Signed-off-by: Igor Opaniuk Reviewed-by: Alistair Strachan Reviewed-by: Sam Protsenko Review