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> Change-Id: Ia42a4a5b85c561421ab8ae9aaf21c46a3c0a3513 Reviewed-on: https://chromium-review.googlesource.com/191682 Tested-by: Neil Chen <neilc@nvidia.com> Reviewed-by: Artiste Hsu <chhsu@nvidia.com> Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> Commit-Queue: Neil Chen <neilc@nvidia.com>
This commit is contained in:
parent
c215c50a5b
commit
27792db4a9
1 changed files with 9 additions and 9 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue