<?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 The MinnowBoard Max has a in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077955#M79873</link>
    <description>&lt;P&gt;The MinnowBoard Max has a good example of memory-down configuration. You need to verify two settings in the 'Memory Initialization module' component before customizing the memory parameters.&lt;/P&gt;

&lt;P&gt;Enable Memory Down = 1 (at the top of the list).&lt;/P&gt;

&lt;P&gt;Memory Parameter Patchable = 1 (further down the list, below the debug settings).&lt;/P&gt;

&lt;P&gt;Once you enable&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Memory 'Parameter Patchable&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;' and hit 'Save' the grayed-out options will be available to edit.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (30).png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9108iC61923C4911D254F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot (30).png" alt="Screenshot (30).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2016 00:04:00 GMT</pubDate>
    <dc:creator>BrianRichardson</dc:creator>
    <dc:date>2016-09-16T00:04:00Z</dc:date>
    <item>
      <title>Changing Memory Initialization module</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077954#M79872</link>
      <description>&lt;P&gt;I have recently downloaded this tool and am attempting to utilize it on a custom Bay Trail design where I already customized the BIOS. We would like to use this tool to customize future BIOS images instead of changing the code. Our design utilizes memory down with no SPD device. I have embedded the SPD data into the BIOS. I would like to change the values in the Memory Initialization module but they are all grayed out and cannot be edited. How can I change these values? How can I integrate the SPD data into the BIOS?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 23:02:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077954#M79872</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-15T23:02:35Z</dc:date>
    </item>
    <item>
      <title>The MinnowBoard Max has a</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077955#M79873</link>
      <description>&lt;P&gt;The MinnowBoard Max has a good example of memory-down configuration. You need to verify two settings in the 'Memory Initialization module' component before customizing the memory parameters.&lt;/P&gt;

&lt;P&gt;Enable Memory Down = 1 (at the top of the list).&lt;/P&gt;

&lt;P&gt;Memory Parameter Patchable = 1 (further down the list, below the debug settings).&lt;/P&gt;

&lt;P&gt;Once you enable&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Memory 'Parameter Patchable&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;' and hit 'Save' the grayed-out options will be available to edit.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (30).png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9108iC61923C4911D254F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot (30).png" alt="Screenshot (30).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 00:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077955#M79873</guid>
      <dc:creator>BrianRichardson</dc:creator>
      <dc:date>2016-09-16T00:04:00Z</dc:date>
    </item>
    <item>
      <title>I was able to change the</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077956#M79874</link>
      <description>&lt;P&gt;I was able to change the parameters. Thanks!&lt;/P&gt;

&lt;P&gt;What about the SPD data. In my current BIOS I have to provide the following parameter array.&lt;/P&gt;

&lt;P&gt;typedef struct {&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; SpdPresent;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MemType;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MemModuleType;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; SdramDensityBanks;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; SdramAddressing;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; NomVoltage;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModOrganization;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModMemBusWidth;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; FineTimebaseDividend;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MedTimebaseDividend;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MedTimebaseDivisor;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinCycleTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; Rsrvd1;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; CASLatenciesLsb;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; CASLatenciesMsb;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinCASLatencyTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinWriteRecoveryTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinRASToCASDelayTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinRowActiveDelayTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinRowPrechargeDelayTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; UpperNibblesForRASAndRC;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinActiveToPrechargeDelayTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinActiveToRefreshDelayTime;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinRefreshRecoveryDelayTimeLsb;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinRefreshRecoveryDelayTimeMsb;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinWriteToReadCommandDelay;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinReadToPrechargeCommandDelay;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; UpperNibbleTfaw;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; MinFourActivateWindowDelay;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; OptionalFeatures;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ThermalAndRefreshOptions;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModThermalSensor;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; DeviceType;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; rsrvd2[26];&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModTypeSpecificSection[57];&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModJedecIdCode[2];&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModManufacturingLocation;&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModManufacturingDate[2];&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; ModSerialNumber[4];&lt;BR /&gt;
	&amp;nbsp; CONST UINT8 &amp;nbsp; CRC[2];&lt;BR /&gt;
	} OEM_MRC_DIMM_MATRIX;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 13:43:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077956#M79874</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-16T13:43:19Z</dc:date>
    </item>
    <item>
      <title>If you're hard-coding</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077957#M79875</link>
      <description>&lt;P&gt;If you're hard-coding parameters in Intel Firmware Engine, then you don't need to provide full SPD data.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 21:12:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077957#M79875</guid>
      <dc:creator>BrianRichardson</dc:creator>
      <dc:date>2016-09-16T21:12:58Z</dc:date>
    </item>
    <item>
      <title>I added the custom memory</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077958#M79876</link>
      <description>&lt;P&gt;I added the custom memory parameters we require, and the board will boot up to Port 80 code 0x2F which is at the end of the memory initialization sequence (function SetInitDone I believe). Any idea why I could be freezing at this point?&lt;/P&gt;

&lt;P&gt;Another question: Is dual-core the only version of Bay Trail supported?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:24:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077958#M79876</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-22T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Using an emulator, I was able</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077959#M79877</link>
      <description>&lt;P&gt;Using an emulator, I was able to determine that the memory initialization was using the Fast Boot Path (FBPath). I built the BIOS with Fast Boot disabled, and it now took the S5 Path (S5Path) for memory initialization. It still stops booting at code 012Fh. Since this is the last step of the memory init sequence, I don't know if I have completed the init and locked up at the next BIOS step. What BIOS function is immediately after the memory init?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:35:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077959#M79877</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-23T15:35:30Z</dc:date>
    </item>
    <item>
      <title>It looks like I am stuck in a</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077960#M79878</link>
      <description>&lt;P&gt;It looks like I am stuck in a loop where the BIOS is trying to communicate with a serial port at address 3F8h. Am I required to have a serial port at this address? How can I disable this feature?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:20:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077960#M79878</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-23T16:20:35Z</dc:date>
    </item>
    <item>
      <title>The default implementation</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077961#M79879</link>
      <description>&lt;P&gt;The default implementation uses a serial port as an error console. This is based on the MinnowBoard Max/Turbot design. There are several items you can modify.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Enable/disable debug mode &amp;amp; debug console output:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (33).png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9109i5F1F9D0360FA8239/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot (33).png" alt="Screenshot (33).png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Default is to enable debug logging on the serial port. You can disable this option to optimize the build for release, and disable debug strings being sent via the serial port.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Note: if you have a serial port, the debug output would be useful in solving your memory timing issue.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Change Serial Port Address/Parameters:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (34).png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9110i7703368F465F8321/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot (34).png" alt="Screenshot (34).png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Remove serial port from design:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (37).png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9111iD4032E3183A82450/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot (37).png" alt="Screenshot (37).png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Expand the Intel processor component to see the full system map. Delete the header form the Serial UART.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 18:12:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077961#M79879</guid>
      <dc:creator>BrianRichardson</dc:creator>
      <dc:date>2016-09-23T18:12:29Z</dc:date>
    </item>
    <item>
      <title>I deleted the UART with no</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077962#M79880</link>
      <description>&lt;P&gt;I deleted the UART with no luck. Still stops at 012Fh.&lt;/P&gt;

&lt;P&gt;Unfortunately our UART ports go through a Lattice FPGA which defaults to disabled. I can generate a custom programming file that enables one of the ports at 3F8h. Is there any sort of USB debug port provided?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 19:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077962#M79880</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-23T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Which parameters did you</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077963#M79881</link>
      <description>&lt;P&gt;Which parameters did you change? What exact values they are? I will try to duplicate in my side.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Evan&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 01:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077963#M79881</guid>
      <dc:creator>Evan_C_Intel</dc:creator>
      <dc:date>2016-09-26T01:51:00Z</dc:date>
    </item>
    <item>
      <title>We have a custom SBC based on</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077964#M79882</link>
      <description>&lt;P&gt;We have a custom SBC based on the Bay Trail processor that uses an in-house BIOS based on the Phoneix Secure-Core Technology version 3.1. The memory settings I am using are from that BIOS. Here are the settings I am using in the Firmware Engine:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; // hardcode values for C407 DDR3L memdown&lt;BR /&gt;
	&amp;nbsp; Input_Struct.Rank_En[0][0] = 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; &amp;nbsp;[Channel][Rank] Ranks Present with MAX_RANKS defined in Imemory.h */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.Rank_En[0][1] = 0; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; &amp;nbsp;[Channel][Rank] Ranks Present with MAX_RANKS defined in Imemory.h */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.Rank_En[1][0] = 0; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; &amp;nbsp;[Channel][Rank] Ranks Present with MAX_RANKS defined in Imemory.h */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.Rank_En[1][1] = 0; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; &amp;nbsp;[Channel][Rank] Ranks Present with MAX_RANKS defined in Imemory.h */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DIMM_DWidth[0][0] = 0x1; &amp;nbsp; &amp;nbsp;/**&amp;lt; &amp;nbsp;[Channel][Slot] DIMM0 DRAM device data width 00:x8, 01:x16, 02:x32*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DIMM_Density[0][0] = 0x2; &amp;nbsp; /**&amp;lt; [Channel][Slot] DIMM0 DRAM device data density &amp;nbsp;00:1Gbit, 01:2Gbit,02:4Gbit,03:8Gbit*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DRAM_Speed = 0x1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; 00:800, 01:1066, 02:1333, 03:1600 */&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DRAM_Type = 0x1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; 00:DDR3, 01:DDR3L, 02:DDR3U, 04:LPDDR2, 05:LPDDR3, 06:DDR4 */&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DIMM_MemDown = 0x1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; 0:DIMM, 1:Memory Down */ &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DIMM_BusWidth[0][0] = 3; &amp;nbsp; &amp;nbsp;/**&amp;lt; [Channel][Slot] 000:8 bits; 01:16bits, 02:32bits, 03:64bits */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.DIMM_Sides[0][0] = 0; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; [Channel][Slot] ranks per dimm 00:1rank, 01:2ranks, 02:3ranks, 03:4ranks */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tCL = 7; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; actual CL */&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tRP_tRCD = 7; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; TRP and tRCD in dram clk - 5:12.5ns, 6:15ns, 7:*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tWR = 8; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/**&amp;lt; in dram clk &amp;nbsp;*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tWTR = 4; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; in dram clk &amp;nbsp;*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tRRD = 4; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; in dram clk &amp;nbsp;*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tRTP = 4; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**&amp;lt; in dram clk &amp;nbsp;*/&lt;BR /&gt;
	&amp;nbsp; Input_Struct.tFAW = 20;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077964#M79882</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-09-26T14:59:21Z</dc:date>
    </item>
    <item>
      <title>Do you have tried the latest</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077965#M79883</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;Have you tried the latest Intel firmware Engine?&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Port 80 0x12F is the last check point we have in bios code, so it doesn't mean there are something wrong with MRC init.&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;BTW, I ever tried your parameters on our board, it can boot to shell.&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;As I mentioned in the beginning, nobody will access port 80 anymore after MRC init. Maybe bios code has run far away from MRC. We can not make sure where it is now without debug log.&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Can you help to enable "Enable Symbolic Debug Support" option, see what will happen?&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;You can find this option from "Settings --&amp;gt; Boot setting " as the second pic Brain attached above.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 02:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077965#M79883</guid>
      <dc:creator>Evan_C_Intel</dc:creator>
      <dc:date>2016-11-10T02:38:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the assistance. I</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077966#M79884</link>
      <description>&lt;P&gt;Thanks for the assistance.&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;I disabled all of the debug options since I never get any data on my console.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I agree that I am getting past the memory initialization code. Using the emulator, I can confirm that plenty of code is being executed after the memory init and that no further port 80 writes occur.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;So why is my boot still freezing? I eventually stop at a halt instruction. I never get any video output on a VGA or Display Port monitor. I have added both monitor types to the component diagram. Why do they attach to the HDMI box?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 21:21:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077966#M79884</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-11-10T21:21:33Z</dc:date>
    </item>
    <item>
      <title>1</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077967#M79885</link>
      <description>&lt;P&gt;1&lt;/P&gt;

&lt;P&gt;Your board still hang without video output even &lt;SPAN style="font-size: 12px;"&gt;"Enable Symbolic Debug Support" is enabled, right ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If yes, let us continue to narrow down the issue together.&lt;/P&gt;

&lt;P&gt;MinnowBoard Max open source image can be found in &amp;nbsp;&lt;/P&gt;

&lt;P&gt;(https://firmware.intel.com/projects/minnowboard-max ) , you can download debug version and check if your board can boot to shell. That can help us make sure whether there is a hardware issue with your board or not.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2.&lt;/P&gt;

&lt;P&gt;In the other hand, please help to list details hardware component information of your design board, such as CPU type, Flash vendor .......&lt;/P&gt;

&lt;P&gt;We use different SPI flash in MinnowBoard Max and MinnowBoard Turbot,which might be one of root cause the board can't boot. So make sure which kind of boards do you have in hand?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;3. There is a very detailed introduction about MinnowMax board, &amp;nbsp;http://wiki.minnowboard.org/MinnowBoard_MAX&lt;/P&gt;

&lt;P&gt;In MinnowBoard MAX Board Layout section, help us check if you can find "FTDI serial" in the board, do you have a cable with 6 pin to connect it?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Once you update debug version image to your board, you can get log info from FTDI serial port. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 01:39:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077967#M79885</guid>
      <dc:creator>Evan_C_Intel</dc:creator>
      <dc:date>2016-11-11T01:39:28Z</dc:date>
    </item>
    <item>
      <title>After comparing schematics</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077968#M79886</link>
      <description>&lt;P&gt;After comparing schematics for the two boards, we are using different UART ports so I do not believe this will ever work. Our UART1 at 3F8h is on a programmable device connected to the LPC bus. I do not see any way I can add the console to the LPC block.&lt;/P&gt;

&lt;P&gt;If I disable the console and debugging, the BIOS does not lock up in a UART loop but still does not boot. It runs until it executes a halt instruction.&lt;/P&gt;

&lt;P&gt;Our board uses a E3825 processor and a Numonyx N25Q064A11 flash device.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 17:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077968#M79886</guid>
      <dc:creator>PDeme</dc:creator>
      <dc:date>2016-11-11T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Can anyone of following</title>
      <link>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077969#M79887</link>
      <description>&lt;P&gt;Can anyone of following Opensource images &amp;nbsp;boot to shell in your board?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://firmware.intel.com/projects/minnowboard-max" style="font-size: 12px;"&gt;https://firmware.intel.com/projects/minnowboard-max&lt;/A&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;MinnowBoard MAX 0.93 64-Bit: &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://firmware.intel.com/sites/default/files/MinnowBoard.MAX_.X64.93.D01.zip" style="color: rgb(0, 113, 197); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;Debug&lt;/A&gt;&lt;SPAN style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp; -- &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://firmware.intel.com/sites/default/files/MinnowBoard.MAX_.X64.93.R01.zip" style="color: rgb(0, 113, 197); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;Release&lt;/A&gt;&lt;SPAN style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;" /&gt;
	&lt;SPAN style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;MinnowBoard MAX 0.93 32-Bit &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://firmware.intel.com/sites/default/files/MinnowBoard.MAX_.I32.93.D01.zip" style="color: rgb(0, 113, 197); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;Debug&lt;/A&gt;&lt;SPAN style="color: rgb(83, 86, 90); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;&amp;nbsp; -- &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://firmware.intel.com/sites/default/files/MinnowBoard.MAX_.I32.93.R01.zip" style="color: rgb(0, 113, 197); font-family: IntelClearRegular, tahoma, helvetica, sans-serif; font-size: 13px;"&gt;Release&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 08:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Changing-Memory-Initialization-module/m-p/1077969#M79887</guid>
      <dc:creator>Evan_C_Intel</dc:creator>
      <dc:date>2016-11-21T08:52:00Z</dc:date>
    </item>
  </channel>
</rss>

