Re: [PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable

2021-05-06 Thread Tom Rini
On Fri, Feb 26, 2021 at 10:17:33AM -0800, Farhan Ali wrote: > This change would enhance the existing 'gpt read' command to allow > (optionally) writing of the read GPT partitions to an environment > variable in the UBOOT partitions layout format. This would allow users > to easily change the

Re: [PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable

2021-05-04 Thread Heinrich Schuchardt
On 5/3/21 9:29 PM, Farhan Ali wrote: > Hi Heinrich, > > I was wondering if there are any other changes necessary? Nothing on my side. The patch was reviewed by Simon and now is is assigned to Tom. https://patchwork.ozlabs.org/project/uboot/patch/20210226181733.19307-1-farhan@broadcom.com/

Re: [PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable

2021-03-04 Thread Simon Glass
On Fri, 26 Feb 2021 at 13:17, Farhan Ali wrote: > > This change would enhance the existing 'gpt read' command to allow > (optionally) writing of the read GPT partitions to an environment > variable in the UBOOT partitions layout format. This would allow users > to easily change the overall

[PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable

2021-02-26 Thread Farhan Ali
This change would enhance the existing 'gpt read' command to allow (optionally) writing of the read GPT partitions to an environment variable in the UBOOT partitions layout format. This would allow users to easily change the overall partition settings by editing said variable and then using the