Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-09 Thread Lukasz Majewski
Hi Steve, > Hi Lukasz, > > On 14-12-08 03:21 AM, Lukasz Majewski wrote: > > Hi Steve, > > > >> Implement a feature to allow fastboot to write the downloaded image > >> to the space reserved for the Protective MBR and the Primary GUID > >> Partition Table. > >> > >> Signed-off-by: Steve Rae > >>

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-08 Thread Steve Rae
Hi Lukasz, On 14-12-08 03:21 AM, Lukasz Majewski wrote: Hi Steve, Implement a feature to allow fastboot to write the downloaded image to the space reserved for the Protective MBR and the Primary GUID Partition Table. Signed-off-by: Steve Rae --- README | 7 +++ common/fb_mm

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-08 Thread Lukasz Majewski
Hi Marek, > On Thursday, December 04, 2014 at 11:36:33 PM, Steve Rae wrote: > > Implement a feature to allow fastboot to write the downloaded image > > to the space reserved for the Protective MBR and the Primary GUID > > Partition Table. > > > > Signed-off-by: Steve Rae > > Lukasz, what do you

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-08 Thread Lukasz Majewski
Hi Steve, > Implement a feature to allow fastboot to write the downloaded image > to the space reserved for the Protective MBR and the Primary GUID > Partition Table. > > Signed-off-by: Steve Rae > --- > > README | 7 +++ > common/fb_mmc.c | 19 --- > 2 files chan

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-06 Thread Marek Vasut
On Thursday, December 04, 2014 at 11:36:33 PM, Steve Rae wrote: > Implement a feature to allow fastboot to write the downloaded image > to the space reserved for the Protective MBR and the Primary GUID > Partition Table. > > Signed-off-by: Steve Rae Lukasz, what do you think please ? In my opti

[U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-04 Thread Steve Rae
Implement a feature to allow fastboot to write the downloaded image to the space reserved for the Protective MBR and the Primary GUID Partition Table. Signed-off-by: Steve Rae --- README | 7 +++ common/fb_mmc.c | 19 --- 2 files changed, 23 insertions(+), 3 deleti

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-09-23 Thread Marek Vasut
On Monday, September 22, 2014 at 11:29:10 PM, Steve Rae wrote: > Implement a feature to allow fastboot to write the downloaded image > to the space reserved for the Protective MBR and the Primary GUID > Partition Table. > > Signed-off-by: Steve Rae Please CC Lukasz ... Best regards, Marek Vasut

[U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-09-22 Thread Steve Rae
Implement a feature to allow fastboot to write the downloaded image to the space reserved for the Protective MBR and the Primary GUID Partition Table. Signed-off-by: Steve Rae --- This series depends on: http://patchwork.ozlabs.org/patch/383184/ (to 388186) README | 7 +++ commo