* RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? [not found] <3CBC55BF.C3E5870F@esteem.com> @ 2002-04-17 1:23 ` Jacky Wang 2002-04-17 17:11 ` Conn Clark 2002-04-18 15:01 ` Sven Boehringer 0 siblings, 2 replies; 11+ messages in thread From: Jacky Wang @ 2002-04-17 1:23 UTC (permalink / raw) To: Conn Clark; +Cc: May Ling List Conn, hmm...... sounds good. but, I am a newbie about programming with linux kernel and MPC850. Could you tell me which kernel release and how to port it smoothly? Jacky -----Original Message----- From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark Sent: Wednesday, April 17, 2002 12:48 AM To: Jacky Wang Cc: May Ling List Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang wrote: > > Hi everyone, > > I am interesting about how to port m8xx_pcmcia driver to linux kernel w/ MPC850. > > Would you mind to share your successful experience with me? > > Best Regards > Jacky Wang > We have done it. There shouldn't be much to do provided you have the PCMCIA interface connected correctly. There was a mistake in the Motorola manual on the MPC850. It involved two lines having to be swapped. Conn -- ***************************************************************** If you live at home long enough, your parents will move out. ***************************************************************** Conn Clark Engineering Stooge clark@esteem.com Electronic Systems Technology Inc. www.esteem.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-17 1:23 ` Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang @ 2002-04-17 17:11 ` Conn Clark 2002-04-18 1:31 ` Jacky Wang 2002-04-18 15:01 ` Sven Boehringer 1 sibling, 1 reply; 11+ messages in thread From: Conn Clark @ 2002-04-17 17:11 UTC (permalink / raw) To: Jacky Wang; +Cc: May Ling List Jacky Wang wrote: > > Conn, > > hmm...... > sounds good. > > but, I am a newbie about programming with linux kernel and MPC850. > Could you tell me which kernel release and how to port it smoothly? We are using kernel 2.2.13 and pcmcia card services 3.1.10 . Unfortunately our hardware is proprietary and doesn't have a full pcmcia interface. I had to comment out all the voltage detect and such. Other than that I just followed the instructions that came with the mpc8xx patch file. The patch used to be availible from montavista's ftp site but isn't any more. here is some help full notes. http://lists.linuxppc.org/linuxppc-embedded/200005/msg00227.html Conn -- ***************************************************************** If you live at home long enough, your parents will move out. ***************************************************************** Conn Clark Engineering Stooge clark@esteem.com Electronic Systems Technology Inc. www.esteem.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-17 17:11 ` Conn Clark @ 2002-04-18 1:31 ` Jacky Wang 2002-04-18 3:42 ` Jacky Wang 0 siblings, 1 reply; 11+ messages in thread From: Jacky Wang @ 2002-04-18 1:31 UTC (permalink / raw) To: Conn Clark; +Cc: May Ling List Conn, while I enter the ftp site of MontaVista, I couldn't see anything on the site. If it is the patch file that Magnus loaded in the webpage? Jacky -----Original Message----- From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark Sent: Thursday, April 18, 2002 1:12 AM To: Jacky Wang Cc: May Ling List Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang wrote: > > Conn, > > hmm...... > sounds good. > > but, I am a newbie about programming with linux kernel and MPC850. > Could you tell me which kernel release and how to port it smoothly? We are using kernel 2.2.13 and pcmcia card services 3.1.10 . Unfortunately our hardware is proprietary and doesn't have a full pcmcia interface. I had to comment out all the voltage detect and such. Other than that I just followed the instructions that came with the mpc8xx patch file. The patch used to be availible from montavista's ftp site but isn't any more. here is some help full notes. http://lists.linuxppc.org/linuxppc-embedded/200005/msg00227.html Conn -- ***************************************************************** If you live at home long enough, your parents will move out. ***************************************************************** Conn Clark Engineering Stooge clark@esteem.com Electronic Systems Technology Inc. www.esteem.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-18 1:31 ` Jacky Wang @ 2002-04-18 3:42 ` Jacky Wang 2002-04-18 9:43 ` Magnus Damm 0 siblings, 1 reply; 11+ messages in thread From: Jacky Wang @ 2002-04-18 3:42 UTC (permalink / raw) To: Jacky Wang, Conn Clark; +Cc: May Ling List Conn, I found while use Linux 2.2.13 + pcmcia-cs 2.1.10 + patch file (w/o any modification), I couldn't re-compile pcmcia-cs successfully. They are what I work with: Debian OS w/ 2.2.18pre21 kernel powerpc-linux-gcc 2.95.2 powerpc-linux-as 2.9.5 Would you give me your advise? Or.. it's a problem about configurations of Makefile? Jacky -----Original Message----- From: Jacky Wang [mailto:jacky@premierme.com.tw] Sent: Thursday, April 18, 2002 9:31 AM To: Conn Clark Cc: May Ling List Subject: RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Conn, while I enter the ftp site of MontaVista, I couldn't see anything on the site. If it is the patch file that Magnus loaded in the webpage? Jacky -----Original Message----- From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark Sent: Thursday, April 18, 2002 1:12 AM To: Jacky Wang Cc: May Ling List Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang wrote: > > Conn, > > hmm...... > sounds good. > > but, I am a newbie about programming with linux kernel and MPC850. > Could you tell me which kernel release and how to port it smoothly? We are using kernel 2.2.13 and pcmcia card services 3.1.10 . Unfortunately our hardware is proprietary and doesn't have a full pcmcia interface. I had to comment out all the voltage detect and such. Other than that I just followed the instructions that came with the mpc8xx patch file. The patch used to be availible from montavista's ftp site but isn't any more. here is some help full notes. http://lists.linuxppc.org/linuxppc-embedded/200005/msg00227.html Conn -- ***************************************************************** If you live at home long enough, your parents will move out. ***************************************************************** Conn Clark Engineering Stooge clark@esteem.com Electronic Systems Technology Inc. www.esteem.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-18 3:42 ` Jacky Wang @ 2002-04-18 9:43 ` Magnus Damm 2002-04-19 2:39 ` Jacky Wang 0 siblings, 1 reply; 11+ messages in thread From: Magnus Damm @ 2002-04-18 9:43 UTC (permalink / raw) To: Jacky Wang; +Cc: Conn Clark, May Ling List Hi folks, The patch file you are referring to, is that the same patch as I released in the mail below? http://lists.linuxppc.org/linuxppc-embedded/200002/msg00093.html If that is the case I think you should try pcmcia-cs-3.1.10 instead of 2.1.10. Or was that a typo? / Magnus Jacky Wang wrote: > > Conn, > > I found while use Linux 2.2.13 + pcmcia-cs 2.1.10 + patch file (w/o any modification), I couldn't re-compile pcmcia-cs successfully. > They are what I work with: > Debian OS w/ 2.2.18pre21 kernel > powerpc-linux-gcc 2.95.2 > powerpc-linux-as 2.9.5 > > Would you give me your advise? Or.. it's a problem about configurations of Makefile? > > Jacky > -----Original Message----- > From: Jacky Wang [mailto:jacky@premierme.com.tw] > Sent: Thursday, April 18, 2002 9:31 AM > To: Conn Clark > Cc: May Ling List > Subject: RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? > > Conn, > > while I enter the ftp site of MontaVista, I couldn't see anything on the site. > If it is the patch file that Magnus loaded in the webpage? > > Jacky > > -----Original Message----- > From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark > Sent: Thursday, April 18, 2002 1:12 AM > To: Jacky Wang > Cc: May Ling List > Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? > > Jacky Wang wrote: > > > > Conn, > > > > hmm...... > > sounds good. > > > > but, I am a newbie about programming with linux kernel and MPC850. > > Could you tell me which kernel release and how to port it smoothly? > > We are using kernel 2.2.13 and pcmcia card services 3.1.10 . > Unfortunately our hardware is proprietary and doesn't have a full pcmcia > interface. I had to comment out all the voltage detect and such. Other > than that I just followed the instructions that came with the mpc8xx > patch file. The patch used to be availible from montavista's ftp site > but > isn't any more. > > here is some help full notes. > > http://lists.linuxppc.org/linuxppc-embedded/200005/msg00227.html > > Conn > > -- > > ***************************************************************** > If you live at home long enough, your parents will move out. > ***************************************************************** > > Conn Clark > Engineering Stooge clark@esteem.com > Electronic Systems Technology Inc. www.esteem.com > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-18 9:43 ` Magnus Damm @ 2002-04-19 2:39 ` Jacky Wang 0 siblings, 0 replies; 11+ messages in thread From: Jacky Wang @ 2002-04-19 2:39 UTC (permalink / raw) To: Magnus Damm; +Cc: Conn Clark, May Ling List Hi Magnus, Yes. That's what I am using(pcmcia-cs 3.1.10 + gz00000.gz//is the patch file from webpage). sorry for my mis-typing. Jacky -----Original Message----- From: Magnus Damm [mailto:damm@opensource.se] Sent: Thursday, April 18, 2002 5:44 PM To: Jacky Wang Cc: Conn Clark; May Ling List Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Hi folks, The patch file you are referring to, is that the same patch as I released in the mail below? http://lists.linuxppc.org/linuxppc-embedded/200002/msg00093.html If that is the case I think you should try pcmcia-cs-3.1.10 instead of 2.1.10. Or was that a typo? / Magnus Jacky Wang wrote: > > Conn, > > I found while use Linux 2.2.13 + pcmcia-cs 2.1.10 + patch file (w/o any modification), I couldn't re-compile pcmcia-cs successfully. > They are what I work with: > Debian OS w/ 2.2.18pre21 kernel > powerpc-linux-gcc 2.95.2 > powerpc-linux-as 2.9.5 > > Would you give me your advise? Or.. it's a problem about configurations of Makefile? > > Jacky > -----Original Message----- > From: Jacky Wang [mailto:jacky@premierme.com.tw] > Sent: Thursday, April 18, 2002 9:31 AM > To: Conn Clark > Cc: May Ling List > Subject: RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? > > Conn, > > while I enter the ftp site of MontaVista, I couldn't see anything on the site. > If it is the patch file that Magnus loaded in the webpage? > > Jacky > > -----Original Message----- > From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark > Sent: Thursday, April 18, 2002 1:12 AM > To: Jacky Wang > Cc: May Ling List > Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? > > Jacky Wang wrote: > > > > Conn, > > > > hmm...... > > sounds good. > > > > but, I am a newbie about programming with linux kernel and MPC850. > > Could you tell me which kernel release and how to port it smoothly? > > We are using kernel 2.2.13 and pcmcia card services 3.1.10 . > Unfortunately our hardware is proprietary and doesn't have a full pcmcia > interface. I had to comment out all the voltage detect and such. Other > than that I just followed the instructions that came with the mpc8xx > patch file. The patch used to be availible from montavista's ftp site > but > isn't any more. > > here is some help full notes. > > http://lists.linuxppc.org/linuxppc-embedded/200005/msg00227.html > > Conn > > -- > > ***************************************************************** > If you live at home long enough, your parents will move out. > ***************************************************************** > > Conn Clark > Engineering Stooge clark@esteem.com > Electronic Systems Technology Inc. www.esteem.com > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-17 1:23 ` Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang 2002-04-17 17:11 ` Conn Clark @ 2002-04-18 15:01 ` Sven Boehringer 2002-04-18 20:32 ` Conn Clark 1 sibling, 1 reply; 11+ messages in thread From: Sven Boehringer @ 2002-04-18 15:01 UTC (permalink / raw) To: Jacky Wang, linuxppc Hi Jacky, Jacky Wang wrote: > > Conn, > > hmm...... > sounds good. > > but, I am a newbie about programming with linux kernel and MPC850. > Could you tell me which kernel release and how to port it smoothly? > > Jacky > -----Original Message----- > From: root@esteem.com [mailto:root@esteem.com]On Behalf Of Conn Clark > Sent: Wednesday, April 17, 2002 12:48 AM > To: Jacky Wang > Cc: May Ling List > Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? > > Jacky Wang wrote: > > > > Hi everyone, > > > > I am interesting about how to port m8xx_pcmcia driver to linux kernel w/ MPC850. > > > > Would you mind to share your successful experience with me? > > > > Best Regards > > Jacky Wang > > > > We have done it. There shouldn't be much to do provided you have the > PCMCIA interface connected correctly. > > There was a mistake in the Motorola manual on the MPC850. It involved > two lines having to be swapped. That sounds interesting, can you please tell me which lines? Cause I'm right on the way to do such a interface... And a little bit OT, but how do you implement the BCSR's? I looked for the (ABEL)-Source which is provided with the Manual (MPC8xxFADSMENGUM.pdf) but i found no good tool to extract the needed pins... Any help would be very pleasant, Regards Sven Boehringer > > Conn > > -- > > ***************************************************************** > If you live at home long enough, your parents will move out. > ***************************************************************** > > Conn Clark > Engineering Stooge clark@esteem.com > Electronic Systems Technology Inc. www.esteem.com > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-18 15:01 ` Sven Boehringer @ 2002-04-18 20:32 ` Conn Clark 0 siblings, 0 replies; 11+ messages in thread From: Conn Clark @ 2002-04-18 20:32 UTC (permalink / raw) To: boehringer; +Cc: May Ling List Sven Boehringer wrote: > > > > We have done it. There shouldn't be much to do provided you have the > > PCMCIA interface connected correctly. > > > > There was a mistake in the Motorola manual on the MPC850. It involved > > two lines having to be swapped. > > That sounds interesting, can you please tell me which lines? Cause I'm > right on the way to > do such a interface... > > And a little bit OT, but how do you implement the BCSR's? I looked for > the (ABEL)-Source which is provided with the Manual > (MPC8xxFADSMENGUM.pdf) but i found no good tool to extract the needed > pins... > > Any help would be very pleasant, > > Regards > Sven Boehringer Hi Sven, We were told that the RESET_B and the POE_B needed to be swapped. Somewhere motorola has an app note on it. Looking at the MPC850UM.PDF that I downloaded today they have corrected the error. Our printed manual has the mistake. RESET_B is connected to OP3 POE_B is connected to OP2 I can't find the register you are reffering to (BCSR). Could you spell it out? Hope this helps. -- ***************************************************************** If you live at home long enough, your parents will move out. ***************************************************************** Conn Clark Engineering Stooge clark@esteem.com Electronic Systems Technology Inc. www.esteem.com ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? @ 2002-04-16 10:23 Jacky Wang 2002-04-16 16:49 ` Matthew Locke 0 siblings, 1 reply; 11+ messages in thread From: Jacky Wang @ 2002-04-16 10:23 UTC (permalink / raw) To: linuxppc-embedded Hi everyone, I am interesting about how to port m8xx_pcmcia driver to linux kernel w/ MPC850. Would you mind to share your successful experience with me? Best Regards Jacky Wang ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-16 10:23 Jacky Wang @ 2002-04-16 16:49 ` Matthew Locke 2002-04-17 2:51 ` Jacky Wang 0 siblings, 1 reply; 11+ messages in thread From: Matthew Locke @ 2002-04-16 16:49 UTC (permalink / raw) To: Jacky Wang; +Cc: linuxppc-embedded Jacky Wang wrote: >Hi everyone, > >I am interesting about how to port m8xx_pcmcia driver to linux kernel w/ MPC850. > >Would you mind to share your successful experience with me? > I did (w/ the help of others). It is on its way upstream now. If you need it soon, let me know and I can make it available. > > >Best Regards >Jacky Wang > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? 2002-04-16 16:49 ` Matthew Locke @ 2002-04-17 2:51 ` Jacky Wang 0 siblings, 0 replies; 11+ messages in thread From: Jacky Wang @ 2002-04-17 2:51 UTC (permalink / raw) To: Matthew Locke; +Cc: linuxppc-embedded Hi Matthew, I am pleased to get the message from you. I would like to get your help ASAP. Thanks! Jacky -----Original Message----- From: Matthew Locke [mailto:mlocke@mvista.com] Sent: Wednesday, April 17, 2002 12:50 AM To: Jacky Wang Cc: linuxppc-embedded@lists.linuxppc.org Subject: Re: Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang wrote: >Hi everyone, > >I am interesting about how to port m8xx_pcmcia driver to linux kernel w/ MPC850. > >Would you mind to share your successful experience with me? > I did (w/ the help of others). It is on its way upstream now. If you need it soon, let me know and I can make it available. > > >Best Regards >Jacky Wang > > ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/ ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2002-04-19 2:39 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3CBC55BF.C3E5870F@esteem.com>
2002-04-17 1:23 ` Does anyone port m8xx_pcmcia driver to Linux Kernel successfully? Jacky Wang
2002-04-17 17:11 ` Conn Clark
2002-04-18 1:31 ` Jacky Wang
2002-04-18 3:42 ` Jacky Wang
2002-04-18 9:43 ` Magnus Damm
2002-04-19 2:39 ` Jacky Wang
2002-04-18 15:01 ` Sven Boehringer
2002-04-18 20:32 ` Conn Clark
2002-04-16 10:23 Jacky Wang
2002-04-16 16:49 ` Matthew Locke
2002-04-17 2:51 ` Jacky Wang
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).