ryu: Add 4 LPDDR3 SDRAM BCTs

Hardware / Coreboot - Aaron Durbin [chromium.org] - 25 March 2015 16:31 UTC

These are used by the LPDDR3 code in sdram.c.

Based on the schematic and email, I've filled in 4 slots in sdram_configs.c. My A44 returns RAMCODE 0 (using only bits 1:0) for Samsung SDRAM. I haven't tested the other 2 types of RAM (Hynix and Micron). The 4th slot is a fallback slow Micron config.

Previously existing configurations were dropped.

BUG=chrome-os-partner:29921 BUG=chrome-os-partner:31031 BRANCH=None TEST=Built for rush and rush_ryu.

Change-Id: I55a737db269fe5fac1565d58bd8f8afcbc5beecb

8c6d34c ryu: Add 4 LPDDR3 SDRAM BCTs
.../google/rush_ryu/bct/sdram-hynix-2GB-792.inc | 311 --------------------
.../google/rush_ryu/bct/sdram-hynix-2GB-924.inc | 311 --------------------
.../google/rush_ryu/bct/sdram-hynix-4GB-300.inc | 311 --------------------
.../google/rush_ryu/bct/sdram-hynix-4GB-792.inc | 311 --------------------
.../google/rush_ryu/bct/sdram-hynix-4GB-924.inc | 311 ++++++++++++++++++++
.../google/rush_ryu/bct/sdram-micron-4GB-528.inc | 311 ++++++++++++++++++++
.../google/rush_ryu/bct/sdram-micron-4GB-924.inc | 311 ++++++++++++++++++++
.../google/rush_ryu/bct/sdram-samsung-4GB-924.inc | 311 ++++++++++++++++++++
src/mainboard/google/rush_ryu/bct/sdram-unused.inc | 4 -
src/mainboard/google/rush_ryu/sdram_configs.c | 28 +-
10 files changed, 1254 insertions(+), 1266 deletions(-)

Upstream: review.coreboot.org


  • Share