Merge branch 'master' of /home/wd/git/u-boot/master
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
#define CONFIG_NET_MULTI 1
|
||||
#undef CONFIG_HAS_ETH1
|
||||
|
||||
#define CONFIG_PPC4xx_EMAC
|
||||
#define CONFIG_MII 1 /* MII PHY management */
|
||||
#define CONFIG_PHY_ADDR 0 /* PHY address */
|
||||
#define CONFIG_LXT971_NO_SLEEP 1
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
|
||||
|
||||
#define CONFIG_DIMM_SLOTS_PER_CTLR 1
|
||||
#define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR)
|
||||
#define CONFIG_CHIP_SELECTS_PER_CTRL (4 * CONFIG_DIMM_SLOTS_PER_CTLR)
|
||||
|
||||
#define CONFIG_DDR_SPD
|
||||
#define CONFIG_FSL_DDR3
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
*/
|
||||
#include <config_cmd_default.h>
|
||||
#define CONFIG_CMD_IDE
|
||||
#define CONFIG_CMD_I2C
|
||||
|
||||
/*
|
||||
* Network
|
||||
@@ -181,6 +182,16 @@
|
||||
/* end of IDE defines */
|
||||
#endif /* CMD_IDE */
|
||||
|
||||
/*
|
||||
* I2C related stuff
|
||||
*/
|
||||
#ifdef CONFIG_CMD_I2C
|
||||
#define CONFIG_I2C_MVTWSI
|
||||
#define CONFIG_I2C_MVTWSI_BASE ORION5X_TWSI_BASE
|
||||
#define CONFIG_SYS_I2C_SLAVE 0x0
|
||||
#define CONFIG_SYS_I2C_SPEED 100000
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Environment variables configurations
|
||||
*/
|
||||
|
||||
@@ -142,16 +142,8 @@
|
||||
/*
|
||||
* I2C related stuff
|
||||
*/
|
||||
#undef CONFIG_HARD_I2C /* I2C with hardware support */
|
||||
#define CONFIG_SOFT_I2C /* I2C bit-banged */
|
||||
|
||||
#if defined(CONFIG_HARD_I2C)
|
||||
#define CONFIG_I2C_KIRKWOOD
|
||||
#define CONFIG_I2C_KW_REG_BASE KW_TWSI_BASE
|
||||
#define CONFIG_SYS_I2C_SLAVE 0x0
|
||||
#define CONFIG_SYS_I2C_SPEED 100000
|
||||
#endif
|
||||
|
||||
#define CONFIG_KIRKWOOD_GPIO /* Enable GPIO Support */
|
||||
#if defined(CONFIG_SOFT_I2C)
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
#define CONFIG_VE8313 1
|
||||
|
||||
#define CONFIG_PCI 1
|
||||
#define CONFIG_FSL_ELBC 1
|
||||
|
||||
#define CONFIG_BOARD_EARLY_INIT_F 1
|
||||
|
||||
|
||||
@@ -1711,6 +1711,7 @@
|
||||
#if defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
|
||||
defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
|
||||
#define CPR0_ICFG_RLI_MASK 0x80000000
|
||||
#define CPR0_ICFG_ICS_MASK 0x00000007
|
||||
#define CPR0_SPCID_SPCIDV0_MASK 0x03000000
|
||||
#define CPR0_SPCID_SPCIDV0_DIV1 0x01000000
|
||||
#define CPR0_SPCID_SPCIDV0_DIV2 0x02000000
|
||||
|
||||
Reference in New Issue
Block a user