* mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API
	changes.
This commit is contained in:
Sebastian Huber
2011-09-26 10:03:30 +00:00
parent 8f21cc09aa
commit c2bc9efe85
3 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c: Update due to API
changes.
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A. * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.

View File

@@ -7,23 +7,21 @@
#include <bspopts.h> #include <bspopts.h>
#if defined(MPC8343) #if MPC83XX_CHIP_TYPE == 8343
#define M83xx_HAS_PCI TRUE #define M83xx_HAS_PCI TRUE
#define M83xx_HAS_USB1 TRUE #define M83xx_HAS_USB1 TRUE
#elif defined(MPC8347) #elif MPC83XX_CHIP_TYPE == 8347
#define M83xx_HAS_PCI TRUE #define M83xx_HAS_PCI TRUE
#define M83xx_HAS_USB1 TRUE #define M83xx_HAS_USB1 TRUE
#define M83xx_HAS_USB2 TRUE #define M83xx_HAS_USB2 TRUE
#elif defined(MPC8349) #elif MPC83XX_CHIP_TYPE == 8349
#define M83xx_HAS_PCI TRUE #define M83xx_HAS_PCI TRUE
#define M83xx_HAS_WIDE_PCI TRUE #define M83xx_HAS_WIDE_PCI TRUE
#define M83xx_HAS_USB1 TRUE #define M83xx_HAS_USB1 TRUE
#define M83xx_HAS_USB2 TRUE #define M83xx_HAS_USB2 TRUE
#elif defined(MPC8360) #elif MPC83XX_CHIP_TYPE == 8360
#define M83xx_HAS_PCI TRUE #define M83xx_HAS_PCI TRUE
#define M83xx_HAS_QE TRUE #define M83xx_HAS_QE TRUE
#else
#error "add feature list in mpc83xx_regs.h"
#endif #endif
#if !defined(ASM) #if !defined(ASM)

View File

@@ -1507,7 +1507,7 @@ static void tsec_init
sc->reg_ptr->rctrl &= ~TSEC_RCTRL_PROM; sc->reg_ptr->rctrl &= ~TSEC_RCTRL_PROM;
} }
#if defined(HSC_CM01) #if defined(MPC83XX_BOARD_HSC_CM01)
/* /*
* for HSC CM01: we need to configure the PHY to use maximum skew adjust * for HSC CM01: we need to configure the PHY to use maximum skew adjust
*/ */