<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>ColdFire/68K Microcontrollers and ProcessorsのトピックPCI Setup - MCF5485</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179870#M7291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;We are using a LogicPD evaluation board with an MCF5485 CPU. The on board video controller is accessed through the PCI bus. Could anyone PLEASE point me towards some usable PCI setup code?? If it's used to drive a VGA chip that would be great. Right now&amp;nbsp;simply&amp;nbsp;setting up PCI is the bottleneck.&amp;nbsp;We are not using Linux or any off-the-shelf OSs so this&amp;nbsp;is entirely a "roll your own" project. Any help would be appreciated.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would think that Freescale would provide more than what is on the web-site. Hopefully I simply overlooked it.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2008 03:38:56 GMT</pubDate>
    <dc:creator>Fruth</dc:creator>
    <dc:date>2008-08-14T03:38:56Z</dc:date>
    <item>
      <title>PCI Setup - MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179870#M7291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;We are using a LogicPD evaluation board with an MCF5485 CPU. The on board video controller is accessed through the PCI bus. Could anyone PLEASE point me towards some usable PCI setup code?? If it's used to drive a VGA chip that would be great. Right now&amp;nbsp;simply&amp;nbsp;setting up PCI is the bottleneck.&amp;nbsp;We are not using Linux or any off-the-shelf OSs so this&amp;nbsp;is entirely a "roll your own" project. Any help would be appreciated.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would think that Freescale would provide more than what is on the web-site. Hopefully I simply overlooked it.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 03:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179870#M7291</guid>
      <dc:creator>Fruth</dc:creator>
      <dc:date>2008-08-14T03:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: PCI Setup - MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179871#M7292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Fruth,&lt;BR /&gt;&lt;BR /&gt;a good place to start is the 2.6.10 kernel and look at arch/m68k/coldfire/pci.c&lt;BR /&gt;It does have the basic setup, although some tweaking will be required.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Andreas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 12:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179871#M7292</guid>
      <dc:creator>aeg</dc:creator>
      <dc:date>2008-08-14T12:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: PCI Setup - MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179872#M7293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;AEG,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your suggestion. I have the Linux source (2.6.10. &amp;amp; 2.6.26)&amp;nbsp;and there is no exact path "arch/m68k/coldfire/pci.c". The Linux implementation is more complex and general than our&amp;nbsp;requirements although I may be able to hammer it into our system. I had hoped for something more concise... Does anyone else have any pointers? Thanks in advance.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Quoting from included Linux documentation ..&lt;/DIV&gt;&lt;DIV&gt;How To Write Linux PCI Drivers&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;by Martin Mares &amp;lt;&lt;A href="mailto:at.@ucw.cz" rel="nofollow" target="_blank"&gt;mj&amp;lt;at&amp;gt;w&amp;lt;dot&amp;gt;c z&lt;/A&gt;&amp;gt; on 07-Feb-2000&lt;BR /&gt;&amp;nbsp;updated by Grant Grundler &amp;lt;&lt;A href="mailto:grundler@parisc-linux.org" rel="nofollow" target="_blank"&gt;grundler&lt;U&gt;&amp;lt;at&amp;gt;&lt;/U&gt;parisc-linux&lt;U&gt;&amp;lt;dot&amp;gt;&lt;/U&gt;or g&lt;/A&gt;&amp;gt; on 23-Dec-2006&lt;/DIV&gt;&lt;DIV&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;The world of PCI is vast and full of (mostly unpleasant) surprises.&lt;BR /&gt;Since each CPU architecture implements different chip-sets and PCI devices&lt;BR /&gt;have different requirements (erm, "features"), the result is the PCI support&lt;BR /&gt;in the Linux kernel is not as trivial as one would wish. This short paper&lt;BR /&gt;tries to introduce all potential driver authors to Linux APIs for&lt;BR /&gt;PCI device drivers.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 22:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179872#M7293</guid>
      <dc:creator>Fruth</dc:creator>
      <dc:date>2008-08-14T22:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: PCI Setup - MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179873#M7294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Don't forget Linux code is GPL.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 07:18:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179873#M7294</guid>
      <dc:creator>ChrisJohns</dc:creator>
      <dc:date>2008-08-15T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: PCI Setup - MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179874#M7295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;And Chris is absolutely correct. The kernel is GPL.&lt;BR /&gt;&lt;BR /&gt;Have you tried the coldfire init tool? That should at least give you a basic setup of the registers you need to tweak. I usually use it when I bring up a new board.&lt;BR /&gt;&lt;BR /&gt;-A&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2008 06:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/PCI-Setup-MCF5485/m-p/179874#M7295</guid>
      <dc:creator>aeg</dc:creator>
      <dc:date>2008-08-16T06:39:58Z</dc:date>
    </item>
  </channel>
</rss>

