[U-Boot] [PATCH v2] gpt: add part-uuid and part-num subcommands

2017-12-13 Thread Andrey Yurovsky
age scheme). Add "gpt part-uuid" to retrieve the partition UUID for a given label and "gpt part-num" to retrieve the partition number for a given label along with some documentation. Signed-off-by: Andrey Yurovsky --- cmd/gpt.c | 75 +

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-12-05 Thread Andrey Yurovsky
asz Majewski >> >> wrote: >> >> > Hi Andrey, >> >> > >> >> >> Hi Lukasz, >> >> >> >> >> >> On Thu, Nov 9, 2017 at 2:28 PM, Lukasz Majewski >> >> >> wrote: >>

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-12-04 Thread Andrey Yurovsky
, 2017 at 2:28 PM, Lukasz Majewski >> >> wrote: >> >> > On Thu, 9 Nov 2017 07:34:44 -0800 >> >> > Andrey Yurovsky wrote: >> >> > >> >> >> On Thu, Nov 9, 2017 at 1:55 AM, Lukasz Majewski >> >> >> wrote

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-12-04 Thread Andrey Yurovsky
Hi Lukasz, On Tue, Nov 14, 2017 at 1:45 AM, Lukasz Majewski wrote: > Hi Andrey, > >> Hi Lukasz, >> >> On Thu, Nov 9, 2017 at 2:28 PM, Lukasz Majewski >> wrote: >> > On Thu, 9 Nov 2017 07:34:44 -0800 >> > Andrey Yurovsky wrote: >> &

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-11 Thread Andrey Yurovsky
Hi Lukasz, On Thu, Nov 9, 2017 at 2:28 PM, Lukasz Majewski wrote: > On Thu, 9 Nov 2017 07:34:44 -0800 > Andrey Yurovsky wrote: > >> On Thu, Nov 9, 2017 at 1:55 AM, Lukasz Majewski >> wrote: >> > Hi Andrey, >> > >> >> Hi Otavio, >>

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-10 Thread Andrey Yurovsky
On Thu, Nov 9, 2017 at 1:55 AM, Lukasz Majewski wrote: > Hi Andrey, > >> Hi Otavio, >> >> On Wed, Nov 8, 2017 at 2:47 AM, Otavio Salvador >> wrote: >> > On Tue, Nov 7, 2017 at 10:43 PM, your name >> > wrote: >> >> From: Andrey

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-08 Thread Andrey Yurovsky
On Wed, Nov 8, 2017 at 2:47 AM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Tue, Nov 7, 2017 at 10:43 PM, your name wrote: > > From: Andrey Yurovsky > > > > It is useful to be able to retrieve a partition UUID or number given > > the partition

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-08 Thread Andrey Yurovsky
Hi Otavio, On Wed, Nov 8, 2017 at 2:47 AM, Otavio Salvador wrote: > On Tue, Nov 7, 2017 at 10:43 PM, your name wrote: >> From: Andrey Yurovsky >> >> It is useful to be able to retrieve a partition UUID or number given >> the partition label, for instance some syst

[U-Boot] [PATCH] mtd: nand: build MXS driver for MX7 as well

2017-02-10 Thread Andrey Yurovsky
with the Sabre board and a NAND Flash soldered to U12. Signed-off-by: Andrey Yurovsky --- drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 65bb040..a2ea9b1 100644 --- a/drivers/mtd/nand/Kconfig