<?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>topic bldk &amp;amp; Intel SCH message Network in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/bldk-amp-Intel-SCH-message-Network/m-p/244670#M1081</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm tring to read PMA base haddress in order to throttle the cpu clock (Z510 / U15W) by bios.&lt;/P&gt;&lt;P&gt;Reference data sheet is :&lt;/P&gt;&lt;P&gt;Intel® System Controller Hub  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;(Intel® SCH)&lt;P&gt;&amp;nbsp;&lt;/P&gt;External Design Specification (EDS)&lt;P&gt;&amp;nbsp;&lt;/P&gt;May 2010&lt;P&gt;&amp;nbsp;&lt;/P&gt;Revision 2.21&lt;P&gt;&lt;/P&gt;&lt;P&gt;To issue the read on Intel Sch Message Network I'm doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  // Intel SCH Message Network (offset 0x70 port 4) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // opcode       = 0xD0 (read)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // target port  = 0x04&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // Reg. Address = 0x70&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // Byte Enable  = 0x00 &lt;P&gt;&amp;nbsp;&lt;/P&gt;  pciwrite32(0, 0, 0, 0xd4, 0x00000000);  // Set MDR = 0&lt;P&gt;&amp;nbsp;&lt;/P&gt;  pciwrite32(0, 0, 0, 0xd0, 0xd0047000);  // Issue Read command MCR&lt;P&gt;&amp;nbsp;&lt;/P&gt;  delay(100);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  data32 = pciread32(0, 0, 0, 0xd4);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  sprintf(buffer, "HOST BRIDGE PMBA = 0x%08X\n\r", data32);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  writeString(buffer);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  RepeatUntilKeyPressed();&lt;P&gt;&lt;/P&gt;&lt;P&gt; The return code is always 0x4 (data32) what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2011 18:46:47 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2011-02-16T18:46:47Z</dc:date>
    <item>
      <title>bldk &amp; Intel SCH message Network</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/bldk-amp-Intel-SCH-message-Network/m-p/244670#M1081</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm tring to read PMA base haddress in order to throttle the cpu clock (Z510 / U15W) by bios.&lt;/P&gt;&lt;P&gt;Reference data sheet is :&lt;/P&gt;&lt;P&gt;Intel® System Controller Hub  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;(Intel® SCH)&lt;P&gt;&amp;nbsp;&lt;/P&gt;External Design Specification (EDS)&lt;P&gt;&amp;nbsp;&lt;/P&gt;May 2010&lt;P&gt;&amp;nbsp;&lt;/P&gt;Revision 2.21&lt;P&gt;&lt;/P&gt;&lt;P&gt;To issue the read on Intel Sch Message Network I'm doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  // Intel SCH Message Network (offset 0x70 port 4) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // opcode       = 0xD0 (read)&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // target port  = 0x04&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // Reg. Address = 0x70&lt;P&gt;&amp;nbsp;&lt;/P&gt;  // Byte Enable  = 0x00 &lt;P&gt;&amp;nbsp;&lt;/P&gt;  pciwrite32(0, 0, 0, 0xd4, 0x00000000);  // Set MDR = 0&lt;P&gt;&amp;nbsp;&lt;/P&gt;  pciwrite32(0, 0, 0, 0xd0, 0xd0047000);  // Issue Read command MCR&lt;P&gt;&amp;nbsp;&lt;/P&gt;  delay(100);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  data32 = pciread32(0, 0, 0, 0xd4);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  sprintf(buffer, "HOST BRIDGE PMBA = 0x%08X\n\r", data32);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  writeString(buffer);&lt;P&gt;&amp;nbsp;&lt;/P&gt;  RepeatUntilKeyPressed();&lt;P&gt;&lt;/P&gt;&lt;P&gt; The return code is always 0x4 (data32) what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2011 18:46:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/bldk-amp-Intel-SCH-message-Network/m-p/244670#M1081</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2011-02-16T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: bldk &amp; Intel SCH message Network</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/bldk-amp-Intel-SCH-message-Network/m-p/244671#M1082</link>
      <description>&lt;P&gt;Wecome to the Intel® Embedded Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make you aware of a special place to go with questions like yours.  The Intel® e-Help desk is staffed by Intel representatives who support select Intel embedded platforms including Intel Atom™ and SCH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access e-Help, you need to be a Privileged member of the Intel® Embedded Community.   &lt;/P&gt;&lt;P&gt;If you are not already a Privileged member, you can request an upgrade to your community account here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://edc.intel.com/My-Account.aspx"&gt;https://edc.intel.com/My-Account.aspx&lt;/A&gt; &lt;A href="https://edc.intel.com/My-Account.aspx"&gt;https://edc.intel.com/My-Account.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to access to e-Help, Prvileged members may also access the confidential content within the Intel® Embedded Design Center, such as design documents, specifications, and training materials. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J. Felix McNulty&lt;/P&gt;&lt;P&gt;Community Moderator (Intel contractor)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2011 21:06:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/bldk-amp-Intel-SCH-message-Network/m-p/244671#M1082</guid>
      <dc:creator>FMcNu1</dc:creator>
      <dc:date>2011-02-16T21:06:43Z</dc:date>
    </item>
  </channel>
</rss>

