Re: [U-Boot] [PATCH v1 03/15] part: extract MBR signature from partitions

2017-08-12 Thread Alexander Graf
On 10.08.17 20:29, Rob Clark wrote: From: Peter Jones EFI client programs need the signature information from the partition table to determine the disk a partition is on, so we need to fill that in here. Signed-off-by: Peter Jones [separated from efi_loader part, and fixed build-errors for

Re: [U-Boot] [PATCH v1 03/15] part: extract MBR signature from partitions

2017-08-11 Thread Rob Clark
Ok, looks like Alexander updated efi-next in last couple days, I'll rebase over the weekend. BR, -R On Fri, Aug 11, 2017 at 12:25 PM, Heinrich Schuchardt wrote: > > Hello Rob, > > I couldn't apply your patch to either of > > u-boot/agraf/efi-next nor > u-boot/master > > Applying: part: extract M

Re: [U-Boot] [PATCH v1 03/15] part: extract MBR signature from partitions

2017-08-11 Thread Heinrich Schuchardt
Hello Rob, I couldn't apply your patch to either of u-boot/agraf/efi-next nor u-boot/master Applying: part: extract MBR signature from partitions error: patch failed: include/blk.h:62 error: include/blk.h: patch does not apply Patch failed at 0001 part: extract MBR signature from partitions Pl

[U-Boot] [PATCH v1 03/15] part: extract MBR signature from partitions

2017-08-10 Thread Rob Clark
From: Peter Jones EFI client programs need the signature information from the partition table to determine the disk a partition is on, so we need to fill that in here. Signed-off-by: Peter Jones [separated from efi_loader part, and fixed build-errors for non- CONFIG_EFI_PARTITION case] Signed-