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

2014-12-11 Thread Lukasz Majewski
Hi Steve, > Hi Lukasz, > > On 14-12-09 01:05 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 v2] fastboot: handle flash write to GPT partition

2014-12-10 Thread Steve Rae
Hi Lukasz, On 14-12-09 01:05 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 --- Changes in v2: add validation of the GPT befo

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

2014-12-09 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 > --- > > Changes in v2: > add validation of the GPT before writing to flash > (suggested by: Lukas

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

2014-12-08 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 --- Changes in v2: add validation of the GPT before writing to flash (suggested by: Lukasz Majewski ) README