[U-Boot] [PATCH 7/7] pxe: add support for parsing local syslinux files

Rob Herring robherring2 at gmail.com
Thu May 24 00:57:45 CEST 2012


On 05/23/2012 05:11 PM, Joe Hershberger wrote:
> Hi Rob,
> 
> On Wed, Mar 28, 2012 at 10:51 AM, Rob Herring <robherring2 at gmail.com> wrote:
>> From: Rob Herring <rob.herring at calxeda.com>
>>
>> Add a new command "sysboot" which parses syslinux menu files and boots
>> using kernel and initrd specified by menu files. The operation is similar
>> to "pxe boot" except local files on ext2 or fat filesystem are parsed.
>>
>> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
> 
> I attempted to apply this patch but it failed.
> 
> Applying: pxe: add support for parsing local syslinux files
> error: patch failed: common/cmd_pxe.c:322
> error: common/cmd_pxe.c: patch does not apply
> fatal: sha1 information is lacking or useless (common/cmd_pxe.c).
> Repository lacks necessary blobs to fall back on 3-way merge.
> Cannot fall back to three-way merge.
> Patch failed at 0007.
> 
> Please rebase the series and resend.

I rebased to Wolfgang's current master without any conflicts, so I'm
puzzled why this failed for you. I was originally based on this commit
plus a few otherwise unrelated highbank fixes:

commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2
Merge: 636f77a 85c344e
Author: Wolfgang Denk <wd at denx.de>
Date:   Fri Mar 23 21:59:16 2012 +0100

    Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

    * 'master' of git://git.denx.de/u-boot-cfi-flash:
      cfi: fix the incomplete erased status check in buffer write

What base were you applying these to?

Rob


More information about the U-Boot mailing list