The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
Merge branch 'master' into hpc2
Conflicts:
MAKEALL
cpu/74xx_7xx/cpu.c
cpu/74xx_7xx/cpu_init.c
cpu/74xx_7xx/speed.c
#########################################################################
LIST_74xx=" \
- DB64360 DB64460 EVB64260 mpc7448hpc2 \
- P3G4 PCIPPC2 PCIPPC6 ZUMA \
+ DB64360 DB64460 EVB64260 P3G4 \
+ p3m7448 PCIPPC2 PCIPPC6 ZUMA \
++ mpc7448hpc2
"
LIST_7xx=" \
CPU_750CX, CPU_750FX, CPU_750GX,
CPU_7400,
CPU_7410,
+ CPU_7448,
CPU_7450, CPU_7455, CPU_7457,
+ CPU_7447A, CPU_7448,
CPU_UNKNOWN} cpu_t;
extern cpu_t get_cpu_type(void);
extern int rtl8169_initialize(bd_t*);
extern int scc_initialize(bd_t*);
extern int skge_initialize(bd_t*);
+extern int tsi108_eth_initialize(bd_t*);
extern int tsec_initialize(bd_t*, int, char *);
extern int npe_initialize(bd_t *);
+ extern int uec_initialize(int);
static struct eth_device *eth_devices, *eth_current;