[coreboot-gerrit] New patch to review for coreboot: 433954b blaze: add new Micron 2GB BCT

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Apr 14 02:39:58 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9636

-gerrit

commit 433954b0f0a263eeb87c2956b35c14c38859bcd8
Author: Neil Chen <neilc at nvidia.com>
Date:   Thu Dec 18 16:49:33 2014 +0800

    blaze: add new Micron 2GB BCT
    
    This BCT table is the same as "ramcode == 1", and has been pass the stress
    test with this new Micron type.
    -Micron MT41K256M16LY-107:N, ramcode = 4
    
    BUG=chrome-os-partner:32071
    TEST=emerged coreboot, booted successfully into kernel.
    
    Change-Id: I80990fec6faf5dd2b8090658d865cc8dde31b753
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: bce2bf1fd518077e06d70d78a65d58ddef7b7bc6
    Original-Change-Id: I2c0b28fdafb5299784519e641aa4edb53d0c36b2
    Original-Signed-off-by: Neil Chen <neilc at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/236514
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
---
 src/mainboard/google/nyan_blaze/sdram_configs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c
index 94c9203..4d098b2 100644
--- a/src/mainboard/google/nyan_blaze/sdram_configs.c
+++ b/src/mainboard/google/nyan_blaze/sdram_configs.c
@@ -27,7 +27,7 @@ static struct sdram_params sdram_configs[] = {
 #include "bct/sdram-micron-2GB-792.inc"			/* ram_code = 0001 */
 #include "bct/sdram-samsung-2GB-792.inc"			/* ram_code = 0010 */
 #include "bct/sdram-hynix-2GB-204.inc"				/* ram_code = 0011 */
-#include "bct/sdram-unused.inc"				/* ram_code = 0100 */
+#include "bct/sdram-micron-2GB-792.inc"				/* ram_code = 0100 */
 #include "bct/sdram-unused.inc"				/* ram_code = 0101 */
 #include "bct/sdram-unused.inc"				/* ram_code = 0110 */
 #include "bct/sdram-unused.inc"				/* ram_code = 0111 */



More information about the coreboot-gerrit mailing list