[U-Boot] [PATCH v2 15/21] Refactor the bootm command to reduce code duplication
Stefan Roese
sr at denx.de
Fri Jun 28 06:12:20 CEST 2013
Hi Simon,
On 06/28/2013 04:14 AM, Simon Glass wrote:
> I can create something with or without compression and I cannot see the
> failure. Tom is seeing it though. I will see if I can get another board
> to try. If you have any ideas please let me know.
Sorry, but I don't have any ideas. I also checked the parameters of the
gunzip call. And they were identical in the working (before this patch)
and non-working version (with this patch). gunzip() just didn't return.
One idea: It might have something to do with the interrupt disabling, as
powerpc compresses to 0. And thats the location of the interrupt vectors
(timer?). Just an idea. Do you remember shuffling the
disable_interrupts() call around?
I'll check myself in a few hours.
Thanks,
Stefan
More information about the U-Boot
mailing list