Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-07-23 Thread Rayagonda Kokatanur
Hi Simon, On Sat, May 16, 2020 at 2:33 AM Simon Glass wrote: > > Hi Rayagonda, > > On Wed, 13 May 2020 at 09:28, Rayagonda Kokatanur > wrote: > > > > From: Corneliu Doban > > > > Add eMMC and GPT support. > > - GPT partition list and command to create the GPT added to u-boot > > environment >

Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-05-15 Thread Simon Glass
Hi Rayagonda, On Wed, 13 May 2020 at 09:28, Rayagonda Kokatanur wrote: > > From: Corneliu Doban > > Add eMMC and GPT support. > - GPT partition list and command to create the GPT added to u-boot > environment > - eMMC boot commands added to u-boot environment > - new gpt commands (enumarate an

Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-05-14 Thread Heinrich Schuchardt
On 15.05.20 07:52, Rayagonda Kokatanur wrote: > Hi Heinrich, > > On Fri, May 15, 2020 at 5:27 AM Heinrich Schuchardt > wrote: >> >> On 5/13/20 5:27 PM, Rayagonda Kokatanur wrote: >>> From: Corneliu Doban >>> >>> Add eMMC and GPT support. >>> - GPT partition list and command to create the GPT add

Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-05-14 Thread Rayagonda Kokatanur
Hi Heinrich, On Fri, May 15, 2020 at 5:27 AM Heinrich Schuchardt wrote: > > On 5/13/20 5:27 PM, Rayagonda Kokatanur wrote: > > From: Corneliu Doban > > > > Add eMMC and GPT support. > > - GPT partition list and command to create the GPT added to u-boot > > environment > > - eMMC boot commands

Re: [PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-05-14 Thread Heinrich Schuchardt
On 5/13/20 5:27 PM, Rayagonda Kokatanur wrote: > From: Corneliu Doban > > Add eMMC and GPT support. > - GPT partition list and command to create the GPT added to u-boot > environment > - eMMC boot commands added to u-boot environment > - new gpt commands (enumarate and setenv) that are used by b

[PATCH v3 1/1] cmd: gpt: add eMMC and GPT support

2020-05-13 Thread Rayagonda Kokatanur
From: Corneliu Doban Add eMMC and GPT support. - GPT partition list and command to create the GPT added to u-boot environment - eMMC boot commands added to u-boot environment - new gpt commands (enumarate and setenv) that are used by broadcom update scripts and boot commands - eMMC specific u