From: ashish anand <ashisha@india.infogain.com>
To: Sarnath Kannan <sparc64@rediffmail.com>,
linuxppc-embedded@lists.linuxppc.org
Subject: Re: How to boot linux on sandpoint board ?
Date: Thu, 11 Oct 2001 06:35:03 +0530 [thread overview]
Message-ID: <3BC4F03F.85FD2557@india.infogain.com> (raw)
In-Reply-To: 20011011053513.17120.qmail@mailweb19.rediffmail.com
Sarnath Kannan wrote:
>
> Hi every1,
> Thanx for quick replies. Was a good introduction.
> But I have some more doubts.
> > Yes!... Linux has to be changed based on Architecure,
> > and the board (chipset). And for additional devices,
> > we can put in device drivers as necessary. For
> > example, port for PPC is different from
> > port for ARM or x86.
> Yeah,I can understand that linux for PPC is diff from
> linux for x86. But how come linux for PPC is diff
> from Linux on a sandpoint. For exp, in an IBM board,
> PIC always sits at IO addresses 0x20 and 0xA0. In any
> IBM board, whether it is for a PC or for a minimal
> board, the basic chipsets and their IO address space
> assignments (Which are hardwired, as in case of PIC,
> 8254) remain the same. So, if we need to run a
> desktop OS on a minimal board, the changes involved
> would be less. This is my understanding. Correct
> me if I am wrong. Coming to point, has sandpoint
> board got some additional chipsets ? or has it got
> the same chipsets arranged in a diff way, i mean
you should understand the fact that PPC is a general term.
don't be overcarried away by this..
there can be many processors based on PPC.
Likewise Sandpoint is a board where different processors can go as
PPMC card.
issues can vary with every combination .
things to start with high level idea of general PPC arch.
and manual of processor you are using.
first target should be successful booting.
as a shortcut tip booting you can get happening by setbat() and ioremap()
manipulations if reqd.also for your help there are discussions in this archive .
you can debug during booting by sending some characters on serial port.
but do it cautiousely as it may cause hang at some places if address decoding of that is not
setup during initialization .
later on sandpoint porting requires little more effort in terms of
peripheral support and interrupt (EPIC) initialisation.
but you should target these two later.
to the best of my remembrance I had used sandpoint on MODE 0 and 1 only.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2001-10-11 1:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-11 5:35 RE: Re:How to boot linux on sandpoint board ? Sarnath Kannan
2001-10-11 1:05 ` ashish anand [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-10-10 11:28 How " Sarnath K - CTD, Chennai.
2001-10-10 17:43 ` Mark A. Greer
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=3BC4F03F.85FD2557@india.infogain.com \
--to=ashisha@india.infogain.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=sparc64@rediffmail.com \
/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).