]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/ADS860.h
powerpc/mpc83xx: increment malloc heap size
[people/ms/u-boot.git] / include / configs / ADS860.h
CommitLineData
a9ab73b0
WD
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
6 *
7 * Copyright (c) 1998 Dan Malek (dmalek@jlc.net)
180d3f74
WD
8 *
9 * Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com
10 *
11 * Values common to all FADS family boards are in board/fads/fads.h
a9ab73b0
WD
12 */
13
180d3f74
WD
14#ifndef __CONFIG_H
15#define __CONFIG_H
a9ab73b0 16
b028f715
WD
17/* Board type */
18#define CONFIG_ADS 1 /* Old Motorola MPC821/860ADS */
19
20/* Processor type */
a9ab73b0 21#define CONFIG_MPC860 1
a9ab73b0 22
2ae18241
WD
23#define CONFIG_SYS_TEXT_BASE 0xFE000000
24
b028f715 25#define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
a9ab73b0
WD
26#undef CONFIG_8xx_CONS_SMC2
27#undef CONFIG_8xx_CONS_NONE
a9ab73b0 28
b028f715 29#define CONFIG_BAUDRATE 38400 /* Console baudrate */
a9ab73b0 30
b028f715 31#if 0
6d0f6bcf 32#define CONFIG_SYS_8XX_FACT 1526 /* 32.768 kHz crystal on XTAL/EXTAL */
b028f715 33#else
6d0f6bcf 34#define CONFIG_SYS_8XX_FACT 12 /* 4 MHz oscillator on EXTCLK */
b028f715 35#endif
a9ab73b0 36
6d0f6bcf 37#define CONFIG_SYS_PLPRCR (((CONFIG_SYS_8XX_FACT-1) << PLPRCR_MF_SHIFT) | \
1114257c
WD
38 PLPRCR_SPLSS | PLPRCR_TEXPS | PLPRCR_TMIST)
39
40#define CONFIG_DRAM_50MHZ 1
41
a9ab73b0 42
498ff9a2
JL
43/*
44 * Command line configuration.
45 */
46#include <config_cmd_default.h>
47
48#define CONFIG_CMD_DHCP
49#define CONFIG_CMD_IMMAP
50#define CONFIG_CMD_PCMCIA
51#define CONFIG_CMD_PING
52
53/* This is picked up again in fads.h */
54#define FADS_COMMANDS_ALREADY_DEFINED
a9ab73b0 55
f2302d44 56#include "../../board/fads/fads.h"
a9ab73b0 57
6d0f6bcf 58#define CONFIG_SYS_PC_IDE_RESET ((ushort)0x0008) /* PC 12 */
a9ab73b0 59
180d3f74 60#endif /* __CONFIG_H */