[U-Boot-Users] Problems with the port to PPC 405EP ev. board
Vladimir Gurevich
vag at paulidav.org
Mon Mar 17 19:25:33 CET 2003
Hello,
My suggestion will be to move your pll_write and reset_cpu
functions to the bottom of the file, at least past the exception
vectors. Remember, that the execution starts at 0x100
and there are only 256 bytes before the next exception
vector. Your problem is that your code is too big to
be placed in the exception vector space and thus overlapped with
the next vector.
Hope, this helps.
Vladimir
llandre wrote:
>
>> Hello,
>>
>> I'd guess that attaching your new start.S or, at least,
>> the diff to the original one will definitely help...
>
>
> Sorry, I thought we were not allowed to send attachments to the mailing
> list.
> I attached the new start.S. The new code is enclosed by the "#if
> (defined(CONFIG_BUBINGA405EP) && defined(CONFIG_NO_SERIAL_EEPROM))"
> directives.
>
>
>
> llandre
More information about the U-Boot
mailing list