linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Trying to find out the current state of Linux on a MPC 8260
@ 1999-11-05 14:59 diekema_jon
  1999-11-05 18:59 ` Dan Malek
  0 siblings, 1 reply; 4+ messages in thread
From: diekema_jon @ 1999-11-05 14:59 UTC (permalink / raw)
  To: linuxppc-dev


	* I am starting the work of bringing up Linux kernel on the EST
	Corporation, http://www.estc.com/, SBC 8260 product.

	Ultimately, we will have a custom board that contains a MPC
	8240/8260 but the hardware development won't be real for a long
	time.

	I would like to leverage off of the work of others doing the 82XX
	Linux ports.  I have a number of basic questions, that I could use
	some help with:

	1) Where are the CVS archives that capture the PPC kernel
	   development activity located?  Do they support anonymous
	   access?  If not, what do I need to do to gain access as a named
	   user?

	   I have used anonymous CVS access to cvs.on.openprojects.net
	   before, but I am not sure that this is best choice.
	   http://cvs.on.openprojects.net/ doesn't give me any hints.

	   Example:
	
	   setenv CVSROOT ":pserver:anonymous@cvs.on.openprojects.net:/cvs/linux"
	   cvs login
	   cvs -z 3 checkout linux
	   cvs logout

	2) Has anybody gotten Linux kernel to run on the EST Corp. SBC 8260
	   board?  Or, is anybody is the process of doing this?

	3) Has anybody gotten Linux to run on the 8240/8260?  If so,
	   are there some hints or recipes available?

	   Date: Mon, 13 Sep 1999 00:33:24 -0400
	   From: Dan Malek <dmalek@jlc.net>
	   Subject: Re: LinuxPPC: porting to new platforms

	   Dan Malek reports

	   "I am nearly ready to post the first 8240 and 8260 changes.
	   The 8260 is an extension of the 8xx stuff today.  The 8xx is
	   somewhat changed to accomodate this, and will be in the 2.3.x
	   kernels."

	   Has this been done?  If so, where can I get the source?

	4) What is best way to get in touch with embedded MPC 82xx
	   developers?

	   linuxppc-embedded@lists.linuxppc.org
	   linuxppc-dev@lists.linuxppc.org

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trying to find out the current state of Linux on a MPC 8260
  1999-11-05 18:59 ` Dan Malek
@ 1999-11-05 18:29   ` diekema_jon
  1999-11-05 19:45     ` Dan Malek
  0 siblings, 1 reply; 4+ messages in thread
From: diekema_jon @ 1999-11-05 18:29 UTC (permalink / raw)
  To: Dan Malek; +Cc: linuxppc-embedded, linuxppc-dev


> Date: Fri, 05 Nov 1999 13:59:54 -0500
> From: Dan Malek <dan@netx4.com>
> Organization: NETx4, LLC

> Motorola gave me an 8240 Sandpoint that I have been using in my free
> time to port Linux/PPC.  Since this is a personal contribution of
> mine, people that pay me obviously have priority :-).  I should
> update CVS with the current sources....there are still some bugs in
> the configuration of the interrupt controller for the ISA bridge and
> 8259.

What CVS archives do you update?  

Is it ":pserver:anonymous@cvs.on.openprojects.net:/cvs/linux"?  

What are the collection names that contains the updates?  Is it just "linux"?

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trying to find out the current state of Linux on a MPC 8260
  1999-11-05 14:59 Trying to find out the current state of Linux on a MPC 8260 diekema_jon
@ 1999-11-05 18:59 ` Dan Malek
  1999-11-05 18:29   ` diekema_jon
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Malek @ 1999-11-05 18:59 UTC (permalink / raw)
  To: diekema_jon
  Cc: dmalek, linuxppc-embedded, linuxppc-dev, beatson_mark,
	vanbaren_gerald


diekema_jon wrote:

>         2) Has anybody gotten Linux kernel to run on the EST Corp. SBC 8260
>            board?  Or, is anybody is the process of doing this?

Yes.  Yes.

> 
>         3) Has anybody gotten Linux to run on the 8240/8260?  If so,
>            are there some hints or recipes available?

Yes.



>            Has this been done?  If so, where can I get the source?


A very fine company has paid me money to port Linux/PPC to the
EST 8260 (not EST).  I have it nearly completed and when they are
satisfied it meets their needs I will update the CVS according to
their wishes.  There is some software associated with it that
was not derived from GPL, althought it would be nice to include
that as GPL in the Linux tree.  The port will include support
for the serial ports, Ethernet on SCCs, and 10/100 on the FCCs.

Motorola gave me an 8240 Sandpoint that I have been using in
my free time to port Linux/PPC.  Since this is a personal
contribution of mine, people that pay me obviously have priority :-).
I should update CVS with the current sources....there are still
some bugs in the configuration of the interrupt controller for
the ISA bridge and 8259.
 

>         4) What is best way to get in touch with embedded MPC 82xx
>            developers?


You just did it.



	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Trying to find out the current state of Linux on a MPC 8260
  1999-11-05 18:29   ` diekema_jon
@ 1999-11-05 19:45     ` Dan Malek
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Malek @ 1999-11-05 19:45 UTC (permalink / raw)
  To: diekema_jon; +Cc: Dan Malek, linuxppc-embedded, linuxppc-dev


diekema_jon wrote:


> What CVS archives do you update?

I have access to the vger CVS tree, and only update the minimal
embedded 8xx and 82xx files.  I rely heavily (and thankfully :-)
on others to ensure these changes are propagated into Linus'
and other trees.


> What are the collection names that contains the updates?  Is it just "linux"?


Yes, for the kernel.

I think it is time to remind everyone finding, compiling and booting
a kernel is actually the easy part of the development effort.  The
real challenges are the applications.....creating the development
environment with compiler, libraries, debuggers and other tools
is time consuming.  I try to make the embedded things I do work
as closely to a desktop or server as possible, but there are
sometimes differences.



	-- Dan

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-11-05 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-05 14:59 Trying to find out the current state of Linux on a MPC 8260 diekema_jon
1999-11-05 18:59 ` Dan Malek
1999-11-05 18:29   ` diekema_jon
1999-11-05 19:45     ` Dan Malek

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).