2 * A collection of structures, addresses, and values associated with
3 * the Motorola 860T FADS board. Copied from the MBX stuff.
4 * Magnus Damm added defines for 8xxrom and extended bd_info.
5 * Helmut Buchsbaum added bitvalues for BCSRx
7 * Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
9 * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
11 * Values common to all FADS family boards are in board/fads/fads.h
18 #define CONFIG_FADS 1 /* old/new FADS + new ADS */
21 #define CONFIG_MPC860T 1 /* 860T */
23 #define CONFIG_SYS_TEXT_BASE 0xFE000000
25 #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
26 #undef CONFIG_8xx_CONS_SMC2
27 #undef CONFIG_8xx_CONS_NONE
28 #define CONFIG_BAUDRATE 38400
29 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
32 # define CONFIG_SYS_8XX_FACT 12 /* 4 MHz oscillator on EXTCLK */
34 # define CONFIG_SYS_8XX_FACT 10 /* 5 MHz oscillator on EXTCLK */
37 #define CONFIG_SYS_PLPRCR (((CONFIG_SYS_8XX_FACT-1) << PLPRCR_MF_SHIFT) | \
38 PLPRCR_SPLSS | PLPRCR_TEXPS | PLPRCR_TMIST)
40 #define CONFIG_DRAM_50MHZ 1
41 #define CONFIG_SDRAM_50MHZ 1
43 #include "../../board/fads/fads.h"
45 #ifdef USE_REAL_FLASH_VALUES
47 * These values fit our FADS860T ...
48 * The "default" behaviour with 1Mbyte initial doesn't work for us!
50 #undef CONFIG_SYS_OR0_PRELIM
51 #undef CONFIG_SYS_BR0_PRELIM
52 #define CONFIG_SYS_OR0_PRELIM 0x0FFC00D34 /* Real values for the board */
53 #define CONFIG_SYS_BR0_PRELIM 0x02800001 /* Real values for the board */
56 #define CONFIG_SYS_DAUGHTERBOARD /* FADS has processor-specific daughterboard */
58 #endif /* __CONFIG_H */