From: Vladimir Gurevich <vag@paulidav.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problems with the port to PPC 405EP ev. board
Date: Mon, 17 Mar 2003 10:25:33 -0800 [thread overview]
Message-ID: <3E76131D.1070608@paulidav.org> (raw)
In-Reply-To: <5.1.1.6.0.20030317171757.00a81480@192.168.2.1>
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
next prev parent reply other threads:[~2003-03-17 18:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-17 15:11 [U-Boot-Users] Problems with the port to PPC 405EP ev. board llandre
2003-03-17 15:23 ` Vladimir Gurevich
[not found] ` <5.1.1.6.0.20030317171757.00a81480@192.168.2.1>
2003-03-17 18:25 ` Vladimir Gurevich [this message]
2003-03-18 15:49 ` llandre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E76131D.1070608@paulidav.org \
--to=vag@paulidav.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.