In message <[EMAIL PROTECTED]> you wrote:
> Moving the interrupt vectors to low memory can cause issues if the code
> gets overwritten via some image loading command (tftp, boot*, etc.) and
> interrupts (like the decrementer are enabled).

Oops? This is expected and normal behaviour. Did anybody complain
about this?

> On 85xx there is no reason to copy the interrupt vectors to low memory
> since we can run them in high memory since we are a Book-E core.

High memory means leave them in flash?

Then you will probably see nice crashes as soon as you erase U-Boot
for example to install a new version.

All references to flash memory must be relocated to RAM, including the
exception vectors, of course.

> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
> ---
> 
> This is a fix for 1.3.4.

I don't think so. Seems to introduce a bug.

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]
"It follows that any commander in chief who undertakes to carry out a
plan which he considers defective is at fault; he must put forth  his
reasons,  insist  of  the  plan being changed, and finally tender his
resignation rather than be the instrument of his army's downfall."
- Napoleon, "Military Maxims and Thought"

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to