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 s...@broadcom.com ---

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 s...@broadcom.com --- README | 7 +++ common/fb_mmc.c | 19 --- 2

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 s...@broadcom.com Lukasz, what

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 s...@broadcom.com --- README | 7

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 s...@broadcom.com Lukasz, what do you think please

[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 s...@broadcom.com --- README | 7 +++ common/fb_mmc.c | 19 --- 2 files changed, 23

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 s...@broadcom.com Please CC Lukasz ... Best

[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 s...@broadcom.com --- This series depends on: http://patchwork.ozlabs.org/patch/383184/ (to 388186) README |