In message <[EMAIL PROTECTED]> you wrote:
>
> I always thought that when decompressing a uImage, that the entry point was 
> stored in the header, (at the beginning of the file) and was read after the 
> decompression took place - is that wrong?

I'm not sure what all the different architectures do,  but  at  least
for PowerPC, ARM and MIPS I know that one of the very first things we
do in the bootm code is to create a local copy of the image header.

Search for 'memcpy.*header'.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
You can do this in a number of ways.     IBM chose to do all of them.
Why do you find that funny?        -- D. Taylor, Computer Science 350

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to