<p>Marc Jones has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21602">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amd/gardenia: Fix number of memory channels<br><br>Gardenia (with Stoney Processor) has a single memory channel, not two.<br>This corrects DMI type 17 reporting and the memory clear functions.<br><br>Change-Id: If49b6a9f37b2687ea2f64105fb9e476a89aa87ed<br>Signed-off-by: Marc Jones <marcj303@gmail.com><br>---<br>M src/mainboard/amd/gardenia/OemCustomize.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/21602/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/amd/gardenia/OemCustomize.c b/src/mainboard/amd/gardenia/OemCustomize.c<br>index 3893e5d..6ca84b4 100644<br>--- a/src/mainboard/amd/gardenia/OemCustomize.c<br>+++ b/src/mainboard/amd/gardenia/OemCustomize.c<br>@@ -21,7 +21,7 @@<br> static const PSO_ENTRY DDR4PlatformMemoryConfiguration[] = {<br>      DRAM_TECHNOLOGY(ANY_SOCKET, DDR4_TECHNOLOGY),<br>         NUMBER_OF_DIMMS_SUPPORTED(ANY_SOCKET, ANY_CHANNEL, 2),<br>-       NUMBER_OF_CHANNELS_SUPPORTED(ANY_SOCKET, 2),<br>+ NUMBER_OF_CHANNELS_SUPPORTED(ANY_SOCKET, 1),<br>  MOTHER_BOARD_LAYERS(LAYERS_6),<br>        MEMCLK_DIS_MAP(ANY_SOCKET, ANY_CHANNEL,<br>                               0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00),<br></pre><p>To view, visit <a href="https://review.coreboot.org/21602">change 21602</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21602"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If49b6a9f37b2687ea2f64105fb9e476a89aa87ed </div>
<div style="display:none"> Gerrit-Change-Number: 21602 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marc Jones <marc@marcjonesconsulting.com> </div>