<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi David<br>
      Thanks for answer.<br>
      I just trying to get
      gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|TRUE
      config working on standart MBM2<br>
      By now the following config was checked by me but not working on
      MBM2:<br>
      <b>gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|TRUE</b><b><br>
      </b><b>gVlvRefCodePkgTokenSpaceGuid.PcdEnableMemoryDown|1<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdDramSpeed|1<br>
        VlvRefCodePkgTokenSpaceGuid.PcdDramType|1<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm0|1<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdEnableDimm1|0<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdDimmDataWidth|1<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdDimmDensity|2<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdDimmBusWidth|3<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdRankPerDimm|0<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTrpTrcd|7<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTwr|8<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTwtr|5<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTrrd|6<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTrtp|4<br>
        gVlvRefCodePkgTokenSpaceGuid.PcdTfaw|28<br>
        <br>
      </b>My goal now is to get it working on MBM2.<br>
      After that i'll try adjust config for working on higher density
      chips on my custom board.<br>
      I just add higher density micron chips
<a class="moz-txt-link-freetext" href="https://www.micron.com/parts/dram/ddr3-sdram/mt41k512m16ha-125?pc=">https://www.micron.com/parts/dram/ddr3-sdram/mt41k512m16ha-125?pc=</a>{00EED26F-83AE-4CE6-9A28-EB8B033361E8}<br>
      And add some minor hw mods discussed here earlier. This is the
      DRAM schematic part:<br>
      <img shrinktofit="true" apple-width="yes" apple-height="yes"
        apple-inline="yes" id="6502AA66-69EE-479F-ADE7-ACE2855E84AC"
        src="cid:part1.1668F2D4.4157B206@mail.ru" class="" height="505"
        width="478"><br>
      And this is E3800 part:<br>
      <img shrinktofit="true" apple-width="yes" apple-height="yes"
        apple-inline="yes" id="91B6FE33-D8C4-46EC-8E8E-399479EED130"
        src="cid:part2.6D186185.40B6C770@mail.ru" class="" height="695"
        width="478"><br>
      <br>
      As you can see i connected ODT1 CS1 CKE1 ZQ1 and A15 то CPU.<br>
      <br>
      26.10.2016 5:14, Wei, David пишет:<br>
    </div>
    <blockquote
cite="mid:89954A0B46707A448411A627AD4EEE34663909D1@SHSMSX101.ccr.corp.intel.com"
      type="cite">
      <pre wrap="">As Michael mentioned,  there are total 17 parameters you need to change for your new memory. Those parameters are determined by your on-board memory chips layout and memory datasheet. 
You could send us the datasheet of your memory and also tell us how many memory chips are there on your board. 

Thanks,
David  Wei                                 


-----Original Message-----
From: elinux-MinnowBoard [<a class="moz-txt-link-freetext" href="mailto:elinux-minnowboard-bounces@lists.elinux.org">mailto:elinux-minnowboard-bounces@lists.elinux.org</a>] On Behalf Of Grigory V. Korotov
Sent: Tuesday, October 25, 2016 11:08 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:elinux-minnowboard@lists.elinux.org">elinux-minnowboard@lists.elinux.org</a>
Subject: Re: [MinnowBoard] 4GB Ram need pcb rerouting?

Hello again.
So i have looked into PlatformPkgIA32.dsc and found all things you 
mentioned below.
I just switched 
gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|TRUE and dont 
touched any other parameters to check that default values are working. 
But its not working, board wont boot.
When a placed back 
gVlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE 
everything works fine.
So i looking for valid MRC paramenetrs to make MBM2 working in standart 
configuration.
Could someone help me?

Thanks.

18.10.2016 17:58, Krau, Michael P пишет:
</pre>
      <blockquote type="cite">
        <pre wrap="">In the release note of the Firmware, it provides instructions on how to change the PCD settings to change the memory configuration.  The instructions start with (and I quote):

6. How to configure memory parameters for new custom platforms
    
   If you want to configure memory parameters for your own platform, the following steps must be done before building the source tree.

    (1) Open the platform DSC file, which is <MyWorkspace>/ Vlv2TbltDevicePkg/ PlatformPkgIA32.dsc or <MyWorkspace>/ Vlv2TbltDevicePkg/ PlatformPkgX64.dsc depending on your which CPU architecture you prefer to support.

    (2)  Search in the platform DSC file for following PCDs. There are a total of 17
         PCDs for memory parameter configuration.
         Taking PCD "VlvRefCodePkgTokenSpaceGuid.PcdMemoryParameterPatchable|FALSE",
         for example,  the string before "|" represents PCD name, while the string
         after "|" represents configurable PCD value.
         And the comment, which is above the PCD and marked by #, provides the
         usage of the PCD and valid selectable values.

   #######################################################################################################
   #
   # Begin of MRC parameters
   #
   
      .
      .
      .
  (end quote)

I will note that the list of the settings available in the DSC file are much more inclusive to the list in the release notes.  (also for space considerations, I have only provided you with the starting point in the release notes) The release notes were to point you in the right direction, the DSC provides all the available options.   There is a PCD to set Memory configuration size, among other memory features.

Thank you,


Michael Krau
  
-----Original Message-----
From: elinux-MinnowBoard [<a class="moz-txt-link-freetext" href="mailto:elinux-minnowboard-bounces@lists.elinux.org">mailto:elinux-minnowboard-bounces@lists.elinux.org</a>] On Behalf Of Grigory V. Korotov
Sent: Tuesday, October 18, 2016 4:01 AM
To: MinnowBoard Development and Community Discussion <a class="moz-txt-link-rfc2396E" href="mailto:elinux-minnowboard@lists.elinux.org"><elinux-minnowboard@lists.elinux.org></a>
Subject: Re: [MinnowBoard] 4GB Ram need pcb rerouting?

Hello Berth-Olof,
I got new version of my MBM based board with 4Gb ready hw mods. Thanks you again. At least it boots into uefi shell :) Could you please figure out point in uefi sources i should look into to get 4Gb config working? By now its only 2Gb available.
Thanks


16.06.2016 12:23, Berth-Olof Bergman пишет:
</pre>
        <blockquote type="cite">
          <pre wrap="">Yes, you need to do changes in UEFI sources.

Best regards,

B-O

</pre>
          <blockquote type="cite">
            <pre wrap="">16 juni 2016 kl. 10:10 skrev Grigory V. Korotov <a class="moz-txt-link-rfc2396E" href="mailto:grinux@mail.ru"><grinux@mail.ru></a>:

So i just need to connect A15 and solder higher dencity chips?

Should i do any changes in uefi sources?


16.06.2016 9:52, Berth-Olof Bergman пишет:
</pre>
            <blockquote type="cite">
              <pre wrap="">It would be possible if DRAM A15 is connected, which it isn't on Minnowboard Max and Turbot. It would also be possible to use 8GB DRAM if channel 2 signals is connected. Our Minnowboard Quattro (4 cores) supports 1GB, 2GB, 4GB and 8 GB configurations. We also have an integrated nanoSSD on board, ranging from 8GB to 64GB.

Best regards,

B-O Bergman
Winzent Technologies

</pre>
              <blockquote type="cite">
                <pre wrap="">16 juni 2016 kl. 08:45 skrev Grigory V. Korotov <a class="moz-txt-link-rfc2396E" href="mailto:grinux@mail.ru"><grinux@mail.ru></a>:

Hi!

Is it possible to replace currently used ddr3 chips by higher dencity chips without rerouting pcb to get total 4Gb of Ram?

Thanks

Grigory.

_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
              </blockquote>
              <pre wrap="">_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
            </blockquote>
            <pre wrap="">_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
          </blockquote>
          <pre wrap="">_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
        </blockquote>
        <pre wrap="">
_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
      </blockquote>
      <pre wrap="">

_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
_______________________________________________
elinux-MinnowBoard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elinux-MinnowBoard@lists.elinux.org">elinux-MinnowBoard@lists.elinux.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elinux.org/mailman/listinfo/elinux-minnowboard">http://lists.elinux.org/mailman/listinfo/elinux-minnowboard</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>