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@chromium.org> Original-Commit-Id: bce2bf1fd518077e06d70d78a65d58ddef7b7bc6 Original-Change-Id: I2c0b28fdafb5299784519e641aa4edb53d0c36b2 Original-Signed-off-by: Neil Chen <neilc@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/236514 Original-Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/9636 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
908ceefd25
commit
7f00962e70
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue