<p>Marc Jones has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21595">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/kahee: Fix number of memory channels<br><br>Kahlee has a single memory channel, not two. This corrects DMI type 17<br>reporting and the memory clear functions.<br><br>BUG=b:65403853, b:64193190<br>BRANCH=none<br>TEST=AGESA DMI reports the correct number of DIMMs.<br><br>Change-Id: Ic263d2677a480448beaf3850391b1a3d4ed38657<br>Signed-off-by: Marc Jones <marcj303@gmail.com><br>---<br>M src/mainboard/google/kahlee/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/95/21595/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c<br>index 2b3ac29..2043193 100644<br>--- a/src/mainboard/google/kahlee/OemCustomize.c<br>+++ b/src/mainboard/google/kahlee/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, 1),<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/21595">change 21595</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/21595"/><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: Ic263d2677a480448beaf3850391b1a3d4ed38657 </div>
<div style="display:none"> Gerrit-Change-Number: 21595 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marc Jones <marc@marcjonesconsulting.com> </div>