<?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 Rangeley - Recommended reset sequence in 0xCF9 in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Rangeley-Recommended-reset-sequence-in-0xCF9/m-p/1739912#M8625</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have now rangeley-based custom boards in the fields since years, but from time to time, customers complain about a board freeze issue when rebooting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Board is freezing just after writing in the 0xCF9 register from inside linux to reset the processor. BIOS is not coming up anymore wihout unplugging/replugging the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current reset sequence is shown below. Is that the best one for this processor ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;/* Reset generator IO port - Reset Control */&lt;/DIV&gt;&lt;DIV&gt;/* This register is named RC in Intel #516816 BWG */&lt;/DIV&gt;&lt;DIV&gt;#define RC_REG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0xcf9&lt;/DIV&gt;&lt;DIV&gt;#define RC_SRST&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x02&lt;/DIV&gt;&lt;DIV&gt;#define RC_RCPU&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x04&lt;/DIV&gt;&lt;DIV&gt;#define RC_FRST&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x08&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#define RANGELEY_RESET \&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;do { \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; outb_p(RC_SRST | RC_FRST, RC_REG); \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; outb_p(RC_SRST | RC_RCPU | RC_FRST, RC_REG); \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} while (0)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 06 Mar 2026 14:29:07 GMT</pubDate>
    <dc:creator>PAgra</dc:creator>
    <dc:date>2026-03-06T14:29:07Z</dc:date>
    <item>
      <title>Rangeley - Recommended reset sequence in 0xCF9</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Rangeley-Recommended-reset-sequence-in-0xCF9/m-p/1739912#M8625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have now rangeley-based custom boards in the fields since years, but from time to time, customers complain about a board freeze issue when rebooting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Board is freezing just after writing in the 0xCF9 register from inside linux to reset the processor. BIOS is not coming up anymore wihout unplugging/replugging the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current reset sequence is shown below. Is that the best one for this processor ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;/* Reset generator IO port - Reset Control */&lt;/DIV&gt;&lt;DIV&gt;/* This register is named RC in Intel #516816 BWG */&lt;/DIV&gt;&lt;DIV&gt;#define RC_REG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0xcf9&lt;/DIV&gt;&lt;DIV&gt;#define RC_SRST&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x02&lt;/DIV&gt;&lt;DIV&gt;#define RC_RCPU&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x04&lt;/DIV&gt;&lt;DIV&gt;#define RC_FRST&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x08&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#define RANGELEY_RESET \&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;do { \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; outb_p(RC_SRST | RC_FRST, RC_REG); \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; outb_p(RC_SRST | RC_RCPU | RC_FRST, RC_REG); \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} while (0)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Mar 2026 14:29:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Rangeley-Recommended-reset-sequence-in-0xCF9/m-p/1739912#M8625</guid>
      <dc:creator>PAgra</dc:creator>
      <dc:date>2026-03-06T14:29:07Z</dc:date>
    </item>
  </channel>
</rss>

