From: JobHunts02 at aol.com <JobHunts02@aol.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: U-boot with IBM-PPC440GP - questions
Date: Mon, 25 Apr 2005 21:58:25 EDT [thread overview]
Message-ID: <156.4fe76940.2f9efa41@aol.com> (raw)
In the posting below, what does "sure" mean as an answer to question #3?
>>> (3) - My board uses the LXT972 as the Ethernet transceiver (PHY). Does
>>> the boot loader support it?
>> Sure.
I am porting U-Boot to a custom board that has an LXT972 Ethernet Transceiver
(PHY). Should U-Boot support it without making changes to the code? If
changes are necessary, what are they?
Without making changes to U-Boot, I am finding that auto-negotiation times
out. Thus, I am wondering what "sure" means.
Thank you for the clarification.
From: Wolfgang Denk <wd@de...>
Re: U-boot with IBM-PPC440GP - questions
2004-07-19 11:43
In message <40FBFF16.50003@cy...> you wrote:
> > (please answer with copy to me, because I am not subscribed to the
> mailing list)
This is a one-time exception. You ask here, so we reply here.
> (1) - Did anyone use the U-boot with the IBM-440GP? If so, could you
> give me an idea of the boot time, both with the default configuration
> and with an optimized configuration?
I did such measurements lately, but on a slower system (405EP at 133
MHz); in this application it was critical how long it takes until a
certain Linux device driver starts running to empty some FIFOs.
Without any modifications to the code the driver started running not
more than 600 milliseconds after Power-on; the Linux kernel starts
loading about 175 ms after power-on. Approx. 110ms of this time is
spent for the PCI initialization; if you omit this, you can probably
start the Linux kernel 65 ms after power-on.
> (2) - The binary file (u-boot.bin) generated was too big for me (almost
> half Mbytes). Could it be smaller, how? Is it already compressed?
The image is mostly empty. The size is determined by the link address
in flash and the faxt that the reset vector is the last word in flash
- there is a huge gap. The actual code is MUCH scmaller:
-> MAKEALL EBONY
Configuring for EBONY board...
text data bss dec hex filename
163772 24316 23948 212036 33c44 u-boot
As you can see, the real size is 212036 bytes = 207 kB.
> (3) - My board uses the LXT972 as the Ethernet transceiver (PHY). Does
> the boot loader support it?
Sure.
> (4) - I will use the Montavista Linux as operating system. Have anyone
> done that already? How hard is it to integrate the U-boot with it?
Zero effort.
> (5) - Will I have to publish the changes which are specific to my board,
> if I use the u-boot?
If you distribute the board with your modified U-Boot, yes. U-Boot is
covered by the GPL.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at de...
An age is called Dark not because the light fails to shine, but
because people refuse to see it. -- James Michener, "Space"
next reply other threads:[~2005-04-26 1:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-26 1:58 JobHunts02 at aol.com [this message]
2005-04-26 7:11 ` [U-Boot-Users] Re: U-boot with IBM-PPC440GP - questions Wolfgang Denk
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=156.4fe76940.2f9efa41@aol.com \
--to=jobhunts02@aol.com \
--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.