[U-Boot] [PATCH 00/11] MIPS: fixes and updates

Daniel Schwierzeck daniel.schwierzeck at googlemail.com
Mon Apr 2 13:54:18 CEST 2012


Hi Marek,

Am 31.03.2012 22:49, schrieb Marek Vasut:
<snip>
>
> My apologies for picking the rest of this series so late. Looks like the MIPS
> maintainer is n/a so I'll pull these through my staging tree once we'll fix some
> issues.
>
> Best regards,
> Marek Vasut

thanks for looking into this but parts of this series are either obsolete or
already applied by Wolfgang.

I'll resend a new series with bugfixes only as soon as MAKEALL is working again.
Currently the MIPS tree is completely broken. All boards fail with:

cmd_bootm.c: In function 'do_bootm_subcommand':
cmd_bootm.c:518:23: error: 'bootm_headers_t' has no member named 'lmb'
cmd_bootm.c: In function 'do_bootm':
cmd_bootm.c:665:21: error: 'bootm_headers_t' has no member named 'lmb'


git bisect says:

44f074c771c4b70d250b0d7ed2f7513488c678bb is the first bad commit
commit 44f074c771c4b70d250b0d7ed2f7513488c678bb
Author: Marek Vasut <marek.vasut at gmail.com>
Date:   Wed Mar 14 21:52:45 2012 +0000

    BOOT: Add "bootz" command to boot Linux zImage on ARM

    This command boots Linux zImage from where the zImage is loaded to. Passing
    initrd and fdt is supported.

    Tested on i.MX28 based DENX M28EVK
    Tested on PXA270 based Voipac PXA270.

    NOTE: This currently only supports ARM, but other architectures
can be easily
    added by defining bootz_setup().

I'll try to find a suitable fix.

-- 
Best regards,
Daniel


More information about the U-Boot mailing list