[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corr...

Nick Vaccaro (Code Review) gerrit at coreboot.org
Tue Oct 30 20:01:50 CET 2018


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/29361


Change subject: mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corruption
......................................................................

mb/google/poppy/variant/nocturne: adjust RcompTarget to fix DRAM corruption

BUG=b:111812662
TEST=flash to nocturne, boot nocturne, run "memtester 1g" and
verify it passes.

Change-Id: Iefc3957f915a39a47ad6018459e65b70d1b34091
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/mainboard/google/poppy/variants/nocturne/memory.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/29361/1

diff --git a/src/mainboard/google/poppy/variants/nocturne/memory.c b/src/mainboard/google/poppy/variants/nocturne/memory.c
index 0b34e72..b6c77a3 100644
--- a/src/mainboard/google/poppy/variants/nocturne/memory.c
+++ b/src/mainboard/google/poppy/variants/nocturne/memory.c
@@ -33,7 +33,7 @@
 static const u16 rcomp_resistor[] = { 200, 81, 162 };
 
 /* Rcomp target */
-static const u16 rcomp_target[] = { 100, 40, 40, 23, 40 };
+static const u16 rcomp_target[] = { 100, 30, 40, 23, 40 };
 
 void variant_memory_params(struct memory_params *p)
 {

-- 
To view, visit https://review.coreboot.org/29361
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefc3957f915a39a47ad6018459e65b70d1b34091
Gerrit-Change-Number: 29361
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181030/47e7cd60/attachment.html>


More information about the coreboot-gerrit mailing list