blob: 483534c41c43ecf9ff434d47dcb0354c163643f5 [file] [log] [blame]
Heiko Schocher6dedf3d2006-12-21 16:14:48 +01001/*
Heiko Schocher7f625fc2009-09-23 07:56:04 +02002 * (C) Copyright 2003-2009
Heiko Schocher6dedf3d2006-12-21 16:14:48 +01003 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24#ifndef __CONFIG_H
25#define __CONFIG_H
26
27/*
28 * High Level Configuration Options
29 * (easy to change)
30 */
31
Heiko Schocher7f625fc2009-09-23 07:56:04 +020032#define CONFIG_UC101 1 /* UC101 board */
33#define CONFIG_HOSTNAME uc101
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010034
Wolfgang Denk2ae18242010-10-06 09:05:45 +020035#ifndef CONFIG_SYS_TEXT_BASE
36#define CONFIG_SYS_TEXT_BASE 0xFFF00000
37#endif
38
Heiko Schocher7f625fc2009-09-23 07:56:04 +020039#include "manroland/common.h"
40#include "manroland/mpc5200-common.h"
Becky Bruce31d82672008-05-08 19:02:12 -050041
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010042/*
43 * Serial console configuration
44 */
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010045#define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010046
Jon Loeliger6c18eb92007-07-04 22:33:38 -050047/*
Jon Loeliger079a1362007-07-10 10:12:10 -050048 * BOOTP options
49 */
50#define CONFIG_BOOTP_BOOTFILESIZE
51#define CONFIG_BOOTP_BOOTPATH
52#define CONFIG_BOOTP_GATEWAY
53#define CONFIG_BOOTP_HOSTNAME
54
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010055/*
56 * Flash configuration
57 */
Heiko Schocher7f625fc2009-09-23 07:56:04 +020058#define CONFIG_SYS_MAX_FLASH_SECT 140
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010059
60/*
61 * Environment settings
62 */
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +020063#define CONFIG_ENV_SECT_SIZE 0x10000
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010064
65/*
66 * Memory map
67 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020068#define CONFIG_SYS_IB_MASTER 0xc0510000 /* CS 6 */
69#define CONFIG_SYS_IB_EPLD 0xc0500000 /* CS 7 */
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010070
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010071/* SRAM */
Heiko Schocherd1831c52010-09-13 12:12:33 +020072#define CONFIG_SYS_SRAM_SIZE 0x200000
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010073
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010074/*
75 * GPIO configuration
76 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020077#define CONFIG_SYS_GPS_PORT_CONFIG 0x4d558044
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010078
Heiko Schocher7f625fc2009-09-23 07:56:04 +020079#define CONFIG_SYS_MEMTEST_START 0x00300000
80#define CONFIG_SYS_MEMTEST_END 0x00f00000
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010081
Heiko Schocher7f625fc2009-09-23 07:56:04 +020082#define CONFIG_SYS_LOAD_ADDR 0x300000
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010083
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020084#define CONFIG_SYS_BOOTCS_CFG 0x00045D00
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010085
86/* 8Mbit SRAM @0x80100000 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020087#define CONFIG_SYS_CS1_SIZE 0x00200000
88#define CONFIG_SYS_CS1_CFG 0x21D00
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010089
90/* Display H1, Status Inputs, EPLD @0x80600000 8 Bit */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020091#define CONFIG_SYS_CS3_START CONFIG_SYS_DISPLAY_BASE
92#define CONFIG_SYS_CS3_SIZE 0x00000100
93#define CONFIG_SYS_CS3_CFG 0x00081802
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010094
95/* Interbus Master 16 Bit */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020096#define CONFIG_SYS_CS6_START CONFIG_SYS_IB_MASTER
97#define CONFIG_SYS_CS6_SIZE 0x00010000
98#define CONFIG_SYS_CS6_CFG 0x00FF3500
Heiko Schocher6dedf3d2006-12-21 16:14:48 +010099
100/* Interbus EPLD 8 Bit */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200101#define CONFIG_SYS_CS7_START CONFIG_SYS_IB_EPLD
102#define CONFIG_SYS_CS7_SIZE 0x00010000
103#define CONFIG_SYS_CS7_CFG 0x00081800
Heiko Schocher6dedf3d2006-12-21 16:14:48 +0100104
Heiko Schocher6dedf3d2006-12-21 16:14:48 +0100105/*-----------------------------------------------------------------------
106 * IDE/ATA stuff Supports IDE harddisk
107 *-----------------------------------------------------------------------
108 */
109
Heiko Schocher7f625fc2009-09-23 07:56:04 +0200110#define CONFIG_SYS_IDE_MAXDEVICE 1 /* max. 2 drives per IDE bus*/
Heiko Schocher6dedf3d2006-12-21 16:14:48 +0100111
112/*---------------------------------------------------------------------*/
113/* Display addresses */
114/*---------------------------------------------------------------------*/
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200115#define CONFIG_SYS_DISP_CHR_RAM (CONFIG_SYS_DISPLAY_BASE + 0x38)
116#define CONFIG_SYS_DISP_CWORD (CONFIG_SYS_DISPLAY_BASE + 0x30)
Heiko Schocher6dedf3d2006-12-21 16:14:48 +0100117
118#endif /* __CONFIG_H */