blaze: set 8 default BCT as hynix-2GB-204MHz
To set the 8 different BCT as hynix-2GB-204 first. Once the corresponding BCT release from AE, change it. BRANCH=none BUG=None TEST=emerge-nyan_blaze coreboot builds OK Signed-off-by: Neil Chen <neilc@nvidia.com> Original-Change-Id: Ia42a4a5b85c561421ab8ae9aaf21c46a3c0a3513 Original-Reviewed-on: https://chromium-review.googlesource.com/191682 Original-Tested-by: Neil Chen <neilc@nvidia.com> Original-Reviewed-by: Artiste Hsu <chhsu@nvidia.com> Original-Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> Original-Commit-Queue: Neil Chen <neilc@nvidia.com> (cherry picked from commit 27792db4a90ae00e066bb0b88968cf5f187edb1d) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: Ia648c8bdbbbc82bbc8508bead6ab24d8d0aa3fb2 Reviewed-on: http://review.coreboot.org/7740 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
92dfa9c581
commit
e51373bd32
|
@ -22,18 +22,18 @@
|
|||
#include "sdram_configs.h"
|
||||
|
||||
static struct sdram_params sdram_configs[] = {
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 0000 */
|
||||
#include "bct/sdram-hynix-2GB-792.inc" /* ram_code = 0001 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 0010 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 0011 */
|
||||
#include "bct/sdram-hynix-4GB-792.inc" /* ram_code = 0100 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0000 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0001 */
|
||||
#include "bct/sdram-hynix-2GB-204.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-unused.inc" /* ram_code = 0101 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 0110 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 0111 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1000 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1001 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1010 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1011 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1000 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1001 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1010 */
|
||||
#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1011 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1100 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1101 */
|
||||
#include "bct/sdram-unused.inc" /* ram_code = 1110 */
|
||||
|
|
Loading…
Reference in New Issue