the following patch was just integrated into master: commit 2d987fe0fbd2c5271e7b9c4a183558cb6f4dc35a Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Tue Mar 8 18:25:15 2016 -0600
nb/amd/mct_ddr3: Consolidate duplicated code
read_dqs_read_data_timing_registers() and read_read_dqs_timing_control_registers() served essentially the same function but had slightly different semantics, causing confusion and needlessly complex Family15h code.
Consolidate both into read_dqs_read_data_timing_registers() and adjust surrounding code to match new semantics.
Change-Id: I3be808db5d15ceec4c36d17582756b01425df09a Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com Reviewed-on: https://review.coreboot.org/13994 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand noreply@raptorengineeringinc.com Reviewed-by: Martin Roth martinroth@google.com
See https://review.coreboot.org/13994 for details.
-gerrit