
Thanks Stefan:
Just reading some uboot install stuff and it appear to say what I am doing is ok but it does not seem to do everything. It say that it copies itself to upper memory then it should copy 8k of vector stuff to zero. So it looks like somehow I am missing the vector copy code, or it is not working.
Again it appears as though "trap init" initializes some vectors in the IVT, however it does not copy the code prologue and exception code. Can you see in the code where the contents of the first 8k of memory is copied?
Thanks Jerry Walden
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net]On Behalf Of Stefan Roese Sent: Wednesday, April 16, 2003 8:06 AM To: Jerry Walden; u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] IVT on 405GP
Hi Jerry!
Please find attached a binary file with a memory dump (address 0x0000--0x3fff) of our CPCI-405 board (PPC405GP based). I initialized the memory with 0xaa and then started U-Boot. You can see, which memory locations are written (with exception vector code) from U-Boot.
Hope this helps...
Best regards, Stefan.
If someone out there has a 405GP running with u-boot, I'd really appreciated a snapshot of the interrupt vector table. It appears that though the vector and and the int return vector are getting copied, however if prior to running u-boot I zero out all memory in the IVT, I see that not Prologue code etc is getting coping into those ares.
If I look at "trap_init" it appears as though it does not copy code, and only sets vectors.
If I look at "relocate_code" it appears as though it only starts to copy code from the top of the boot rom to the end. I do not see where the interrupt vectors are stored in the bootrom - although they must - so I must be missing a simple calculation someplace -
Any assistance is greatly appreciated.
Jerry Walden
This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users