From: Wolfgang Denk <wd@denx.de>
To: "Hyun-Joon Cha" <tachyon@postech.ac.kr>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Serial
Date: Tue, 29 Aug 2000 09:58:27 +0200 [thread overview]
Message-ID: <200008290758.JAA02594@denx.local.net> (raw)
In-Reply-To: Your message of "Tue, 29 Aug 2000 11:28:36 +0900." <051301c01160$d5e0b560$1952df8d@SOYANG>
In message <051301c01160$d5e0b560$1952df8d@SOYANG> you wrote:
>
> I'm using 8xxrom-0.3.0 for boot loader and MVista-2.2.13 for kernel.
Forget 8xxrom. It's dead.
Use the new PPCBoot instead. See http://ppcboot.sourceforge.net/
> I tried to remove serial driver for some reason.
What are these reasons? Do you have another interface to interact
with the board instead?
> I have 4 questions abou it.
The following answers are for PPCBoot code.
> 0. If I remove it, will board boot correctly?
Yes, it will. But you will still have a lot of dead code (interactive
commands) which you might remove as well.
> 1. Can I expect some performance gain with removal?
What type of "performance" do you mean?
Linux will not run any faster when you remove the serial driver from
the boot loader.
If you're talking about boot times, the difference is minimal - you
can get nearly the same with PPCBoot configured with
CONFIG_BOOTCOMMAND set to the command you need to boot and
CONFIG_BOOTDELAY set to 0 so it will boot immediately.
> 2. Are there any easy way to do it?
Just remove the relevant code.
But to be honest: I see a lot of disadvantages, and no real
advantages. But you didn't tell us your reasons, so I cannot comment
on this.
Hope this helps.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
A day without sunshine is like night.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2000-08-29 7:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-08-29 2:28 Serial Hyun-Joon Cha
2000-08-29 7:58 ` Wolfgang Denk [this message]
2000-08-30 1:17 ` Serial Graham Stoney
-- strict thread matches above, loose matches on Subject: below --
2000-06-16 1:54 Serial Giuliano Pochini
2000-06-16 16:14 ` Serial Dan Malek
2000-06-16 19:31 ` Serial Benjamin Herrenschmidt
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=200008290758.JAA02594@denx.local.net \
--to=wd@denx.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=tachyon@postech.ac.kr \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).