Fixed tools/env utilities
[u-boot-openmoko/mini2440.git] / include / configs / ADS860.h
blob2ee8c61cea45874adf12f41620dd2f5941f5f889
1 /*
2 * A collection of structures, addresses, and values associated with
3 * the Motorola 860 ADS 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
14 #ifndef __CONFIG_H
15 #define __CONFIG_H
17 /* Board type */
18 #define CONFIG_ADS 1 /* Old Motorola MPC821/860ADS */
20 /* Processor type */
21 #define CONFIG_MPC860 1
23 #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
24 #undef CONFIG_8xx_CONS_SMC2
25 #undef CONFIG_8xx_CONS_NONE
27 #define CONFIG_BAUDRATE 38400 /* Console baudrate */
29 #if 0
30 #define CFG_8XX_FACT 1526 /* 32.768 kHz crystal on XTAL/EXTAL */
31 #else
32 #define CFG_8XX_FACT 12 /* 4 MHz oscillator on EXTCLK */
33 #endif
35 #define CFG_PLPRCR (((CFG_8XX_FACT-1) << PLPRCR_MF_SHIFT) | \
36 PLPRCR_SPLSS | PLPRCR_TEXPS | PLPRCR_TMIST)
38 #define CONFIG_DRAM_50MHZ 1
42 * Command line configuration.
44 #include <config_cmd_default.h>
46 #define CONFIG_CMD_DHCP
47 #define CONFIG_CMD_IMMAP
48 #define CONFIG_CMD_PCMCIA
49 #define CONFIG_CMD_PING
51 /* This is picked up again in fads.h */
52 #define FADS_COMMANDS_ALREADY_DEFINED
54 #include "fads.h"
56 #define CFG_PC_IDE_RESET ((ushort)0x0008) /* PC 12 */
58 #endif /* __CONFIG_H */