* ELKS porting to DSP
@ 2003-09-25 3:20 srinivas srungaram
2003-09-26 15:46 ` Gregg C Levine
0 siblings, 1 reply; 6+ messages in thread
From: srinivas srungaram @ 2003-09-25 3:20 UTC (permalink / raw)
To: Linux-8086
Hellow all !
I am trying to port elks on to Blackfin DSP (21535).
I took the working sources form the elks site which worked on my 86 machine.
Can any one suggest me what are the exact issuues (problems) that comes into picture while porting.
i.e I want to know which parts of the code need to changed......
My present status of this project :
I compiled the C sources of elks with Blackfin compiler commenting out assembly part and trying to
port..
Srinivas
_____________________________________________________________
I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ELKS porting to DSP
2003-09-25 3:20 ELKS porting to DSP srinivas srungaram
@ 2003-09-26 15:46 ` Gregg C Levine
0 siblings, 0 replies; 6+ messages in thread
From: Gregg C Levine @ 2003-09-26 15:46 UTC (permalink / raw)
To: srinivasa.srungaram, Linux-8086
Hello from Gregg C Levine
Everything. ELKS is a x86 targeted project. As it happens, ELKS can not be
ported to that DSP with out major work. You are strongly suggested to
contact the company that makes the chip regarding a more suitable Real Time
kernel. Also please examine the archives of this group, as we went over this
subject, three times much earlier.
Gregg C Levine obiwanthejediknight@att.net
<This signature will be replaced, pending an approval from the Jedi Council.
>
----- Original Message -----
From: "srinivas srungaram" <sskumar341@krify.com>
To: <Linux-8086@Vger.Kernel.Org>
Sent: Wednesday, September 24, 2003 11:20 PM
Subject: ELKS porting to DSP
> Hellow all !
>
> I am trying to port elks on to Blackfin DSP (21535).
> I took the working sources form the elks site which worked on my 86
machine.
>
> Can any one suggest me what are the exact issuues (problems) that
comes into picture while porting.
> i.e I want to know which parts of the code need to changed......
>
> My present status of this project :
> I compiled the C sources of elks with Blackfin compiler
commenting out assembly part and trying to
> port..
>
> Srinivas
>
>
> _____________________________________________________________
> I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: ELKS porting to DSP
@ 2003-09-27 5:44 srinivas srungaram
2003-09-27 14:39 ` Gregg C Levine
0 siblings, 1 reply; 6+ messages in thread
From: srinivas srungaram @ 2003-09-27 5:44 UTC (permalink / raw)
To: obiwanthejediknight, Linux-8086
Hello Gregg C Levine and ALL !
I and my colleage only discussed this topic , 3 months earlier.
Now I am on this project...
So can u tell me which parts of the code need to be changed.I want to have minimal code to be booted first and later want to add one by one.
I want to make minimum kernel Image and bootit from the DSP . This is my first aim.
Thinking in this way Plz , suggest me the directories wise changes( like kernel / , fs , / arch/i86/kernel/ , arch/i86/mm/ ).
I am facing problems to understand all the code as i am new to this field.
Please Help me,
Thanks and Regards
Srinivas
-----Original Message-----
From: Gregg C Levine [mailto:obiwanthejediknight@worldnet.att.net]
Sent: Fri 9/26/2003 9:16 PM
To: Srinivasa Kumar Srungaram; Linux-8086@Vger.Kernel.Org
Cc:
Subject: Re: ELKS porting to DSP
Hello from Gregg C Levine
Everything. ELKS is a x86 targeted project. As it happens, ELKS can not be
ported to that DSP with out major work. You are strongly suggested to
contact the company that makes the chip regarding a more suitable Real Time
kernel. Also please examine the archives of this group, as we went over this
subject, three times much earlier.
Gregg C Levine obiwanthejediknight@att.net
<This signature will be replaced, pending an approval from the Jedi Council.
>
----- Original Message -----
From: "srinivas srungaram" <sskumar341@krify.com>
To: <Linux-8086@Vger.Kernel.Org>
Sent: Wednesday, September 24, 2003 11:20 PM
Subject: ELKS porting to DSP
> Hellow all !
>
> I am trying to port elks on to Blackfin DSP (21535).
> I took the working sources form the elks site which worked on my 86
machine.
>
> Can any one suggest me what are the exact issuues (problems) that
comes into picture while porting.
> i.e I want to know which parts of the code need to changed......
>
> My present status of this project :
> I compiled the C sources of elks with Blackfin compiler
commenting out assembly part and trying to
> port..
>
> Srinivas
>
>
> _____________________________________________________________
> I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
_____________________________________________________________
I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ELKS porting to DSP
2003-09-27 5:44 srinivas srungaram
@ 2003-09-27 14:39 ` Gregg C Levine
2003-09-27 16:03 ` Harry Kalogirou
0 siblings, 1 reply; 6+ messages in thread
From: Gregg C Levine @ 2003-09-27 14:39 UTC (permalink / raw)
To: srinivasa.srungaram, Linux-8086
Hello (again) from Gregg C Levine
I remember. And I also remember that the group told your colleage that ELKS
was, (still is), an x86 targeted OS. That unlike the actual Linux Kernel, it
wasn't portable. Oh it could be installed on a Psion, but not here. This DSP
does not use the x86 instruction set. Your ideas while lofty and good, don't
work. It would require a major rewrite of the entire kernel, and that's not
poissible, because it is an x86 targeted one. Your better off, investigating
my earlier advice, or even trying to port native Linux to it. Some related
processors are targets.
Gregg C Levine obiwanthejediknight@att.net
<This signature will be replaced, pending an approval from the Jedi Council.
>
----- Original Message -----
From: "srinivas srungaram" <sskumar341@krify.com>
To: <obiwanthejediknight@worldnet.att.net>; <Linux-8086@Vger.Kernel.Org>
Sent: Saturday, September 27, 2003 1:44 AM
Subject: RE: ELKS porting to DSP
> Hello Gregg C Levine and ALL !
>
> I and my colleage only discussed this topic , 3 months earlier.
> Now I am on this project...
> So can u tell me which parts of the code need to be changed.I want to
have minimal code to be booted first and later want to add one by one.
>
> I want to make minimum kernel Image and bootit from the DSP . This is my
first aim.
> Thinking in this way Plz , suggest me the directories wise changes(
like kernel / , fs , / arch/i86/kernel/ , arch/i86/mm/ ).
>
> I am facing problems to understand all the code as i am new to this
field.
> Please Help me,
>
> Thanks and Regards
> Srinivas
>
> -----Original Message-----
> From: Gregg C Levine [mailto:obiwanthejediknight@worldnet.att.net]
> Sent: Fri 9/26/2003 9:16 PM
> To: Srinivasa Kumar Srungaram; Linux-8086@Vger.Kernel.Org
> Cc:
> Subject: Re: ELKS porting to DSP
>
>
> Hello from Gregg C Levine
> Everything. ELKS is a x86 targeted project. As it happens, ELKS can not be
> ported to that DSP with out major work. You are strongly suggested to
> contact the company that makes the chip regarding a more suitable Real
Time
> kernel. Also please examine the archives of this group, as we went over
this
> subject, three times much earlier.
> Gregg C Levine obiwanthejediknight@att.net
> <This signature will be replaced, pending an approval from the Jedi
Council.
> >
> ----- Original Message -----
> From: "srinivas srungaram" <sskumar341@krify.com>
> To: <Linux-8086@Vger.Kernel.Org>
> Sent: Wednesday, September 24, 2003 11:20 PM
> Subject: ELKS porting to DSP
>
>
> > Hellow all !
> >
> > I am trying to port elks on to Blackfin DSP (21535).
> > I took the working sources form the elks site which worked on my 86
> machine.
> >
> > Can any one suggest me what are the exact issuues (problems) that
> comes into picture while porting.
> > i.e I want to know which parts of the code need to changed......
> >
> > My present status of this project :
> > I compiled the C sources of elks with Blackfin compiler
> commenting out assembly part and trying to
> > port..
> >
> > Srinivas
> >
> >
> > _____________________________________________________________
> > I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
>
> _____________________________________________________________
> I use Krify Mail - http://mail.krify.com Get Yourname at Krify today!
> -
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ELKS porting to DSP
2003-09-27 14:39 ` Gregg C Levine
@ 2003-09-27 16:03 ` Harry Kalogirou
2003-09-29 0:55 ` Syed Faisal Akber
0 siblings, 1 reply; 6+ messages in thread
From: Harry Kalogirou @ 2003-09-27 16:03 UTC (permalink / raw)
To: Gregg C Levine; +Cc: srinivasa.srungaram, Linux-8086
> Hello (again) from Gregg C Levine
> I remember. And I also remember that the group told your colleage that ELKS
> was, (still is), an x86 targeted OS. That unlike the actual Linux Kernel, it
> wasn't portable. Oh it could be installed on a Psion, but not here. This DSP
> does not use the x86 instruction set. Your ideas while lofty and good, don't
> work. It would require a major rewrite of the entire kernel, and that's not
> poissible, because it is an x86 targeted one. Your better off, investigating
> my earlier advice, or even trying to port native Linux to it. Some related
> processors are targets.
Major rewrite of the kernel? I'm not familiar with the DSP chip. But
major rewrite is probably never required. The rewrite will take place in
the assembly parts of the kernel and possibly in the memory manager of
the kernel.
--
Harry Kalogirou <harkal@gmx.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ELKS porting to DSP
2003-09-27 16:03 ` Harry Kalogirou
@ 2003-09-29 0:55 ` Syed Faisal Akber
0 siblings, 0 replies; 6+ messages in thread
From: Syed Faisal Akber @ 2003-09-29 0:55 UTC (permalink / raw)
To: Harry Kalogirou; +Cc: Gregg C Levine, srinivasa.srungaram, Linux-8086
On Sat, 27 Sep 2003, Harry Kalogirou wrote:
> Major rewrite of the kernel? I'm not familiar with the DSP chip. But
> major rewrite is probably never required. The rewrite will take place in
> the assembly parts of the kernel and possibly in the memory manager of
> the kernel.
>
Having worked with the blackFIN processor I can tell you that a major
re-write of the memory management model and many other parts of the kernel
would be required. uClinux would be a better kernel to work with or the
new Linux 2.6 kernel.
Srinivasa should contact the manufacturer (Analog Devices) as they once
claimed on their web-site that they were working on a version of Linux
for blackFIN.
Regards,
Faisal Akber
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-09-29 0:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-25 3:20 ELKS porting to DSP srinivas srungaram
2003-09-26 15:46 ` Gregg C Levine
-- strict thread matches above, loose matches on Subject: below --
2003-09-27 5:44 srinivas srungaram
2003-09-27 14:39 ` Gregg C Levine
2003-09-27 16:03 ` Harry Kalogirou
2003-09-29 0:55 ` Syed Faisal Akber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox