roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2005 Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * (C) Copyright 2006 |
| 5 | * Alex Bounine , Tundra Semiconductor Corp. |
roy zang | 4efe20c | 2006-12-04 14:46:23 +0800 | [diff] [blame] | 6 | * Roy Zang , <tie-fei.zang@freescale.com> Freescale Corp. |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 7 | * |
Wolfgang Denk | 3765b3e | 2013-10-07 13:07:26 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 9 | */ |
| 10 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 11 | /* |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 12 | * board specific configuration options for Freescale |
| 13 | * MPC7448HPC2 (High-Performance Computing II) (Taiga) board |
| 14 | * |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 15 | */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 16 | |
| 17 | #ifndef __CONFIG_H |
| 18 | #define __CONFIG_H |
| 19 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 20 | /* Board Configuration Definitions */ |
| 21 | /* MPC7448HPC2 (High-Performance Computing II) (Taiga) board */ |
| 22 | |
| 23 | #define CONFIG_MPC7448HPC2 |
| 24 | |
| 25 | #define CONFIG_74xx |
Becky Bruce | 31d8267 | 2008-05-08 19:02:12 -0500 | [diff] [blame] | 26 | #define CONFIG_HIGH_BATS /* High BATs supported */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 27 | #define CONFIG_ALTIVEC /* undef to disable */ |
| 28 | |
Wolfgang Denk | 2ae1824 | 2010-10-06 09:05:45 +0200 | [diff] [blame] | 29 | #define CONFIG_SYS_TEXT_BASE 0xFF000000 |
| 30 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 31 | #define CONFIG_SYS_BOARD_NAME "MPC7448 HPC II" |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 32 | #define CONFIG_IDENT_STRING " Freescale MPC7448 HPC II" |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 33 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 34 | #define CONFIG_SYS_OCN_CLK 133000000 /* 133 MHz */ |
Wolfgang Denk | ee80fa7 | 2010-06-13 18:38:23 +0200 | [diff] [blame] | 35 | #define CONFIG_SYS_BUS_CLK 133000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 36 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 37 | #define CONFIG_SYS_CLK_SPREAD /* Enable Spread-Spectrum Clock generation */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 38 | |
| 39 | #undef CONFIG_ECC /* disable ECC support */ |
| 40 | |
Marek Vasut | 0aa2765 | 2011-10-21 14:17:33 +0000 | [diff] [blame] | 41 | #ifndef __ASSEMBLY__ |
| 42 | #include <galileo/core.h> |
| 43 | #endif |
| 44 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 45 | /* Board-specific Initialization Functions to be called */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 46 | #define CONFIG_SYS_BOARD_ASM_INIT |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 47 | #define CONFIG_BOARD_EARLY_INIT_F |
| 48 | #define CONFIG_BOARD_EARLY_INIT_R |
| 49 | #define CONFIG_MISC_INIT_R |
| 50 | |
Gerald Van Baren | fec6d9e | 2008-06-03 20:34:45 -0400 | [diff] [blame] | 51 | #define CONFIG_HAS_ETH0 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 52 | #define CONFIG_HAS_ETH1 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 53 | |
| 54 | #define CONFIG_ENV_OVERWRITE |
| 55 | |
| 56 | /* |
| 57 | * High Level Configuration Options |
| 58 | * (easy to change) |
| 59 | */ |
| 60 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 61 | #define CONFIG_BAUDRATE 115200 /* console baudrate = 115000 */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 62 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 63 | /*#define CONFIG_SYS_HUSH_PARSER */ |
| 64 | #undef CONFIG_SYS_HUSH_PARSER |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 65 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 66 | |
| 67 | /* Pass open firmware flat tree */ |
Gerald Van Baren | 589c042 | 2008-06-03 20:24:58 -0400 | [diff] [blame] | 68 | #define CONFIG_OF_LIBFDT 1 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 69 | #define CONFIG_OF_BOARD_SETUP 1 |
| 70 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 71 | #define OF_TSI "tsi108@c0000000" |
| 72 | #define OF_TBCLK (bd->bi_busfreq / 8) |
| 73 | #define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808" |
| 74 | |
| 75 | /* |
| 76 | * The following defines let you select what serial you want to use |
| 77 | * for your console driver. |
| 78 | * |
| 79 | * what to do: |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 80 | * If you have hacked a serial cable onto the second DUART channel, |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 81 | * change the CONFIG_SYS_DUART port from 1 to 0 below. |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 82 | * |
| 83 | */ |
| 84 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 85 | #define CONFIG_CONS_INDEX 1 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 86 | #define CONFIG_SYS_NS16550 |
| 87 | #define CONFIG_SYS_NS16550_SERIAL |
| 88 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
| 89 | #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_OCN_CLK * 8 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 90 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 91 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7808) |
| 92 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_TSI108_CSR_RST_BASE+0x7C08) |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 93 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 94 | #define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 95 | #define CONFIG_ZERO_BOOTDELAY_CHECK |
| 96 | |
| 97 | #undef CONFIG_BOOTARGS |
Wolfgang Denk | 32bf3d1 | 2008-03-03 12:16:44 +0100 | [diff] [blame] | 98 | /* #define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo" */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 99 | |
| 100 | #if (CONFIG_BOOTDELAY >= 0) |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 101 | #define CONFIG_BOOTCOMMAND "tftpboot 0x400000 zImage.initrd.elf;\ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 102 | setenv bootargs $(bootargs) $(bootargs_root) nfsroot=$(serverip):$(rootpath) \ |
| 103 | ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x400000; " |
| 104 | |
| 105 | #define CONFIG_BOOTARGS "console=ttyS0,115200" |
| 106 | #endif |
| 107 | |
| 108 | #undef CONFIG_EXTRA_ENV_SETTINGS |
| 109 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 110 | #define CONFIG_SERIAL "No. 1" |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 111 | |
| 112 | /* Networking Configuration */ |
| 113 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 114 | #define CONFIG_TSI108_ETH |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 115 | #define CONFIG_TSI108_ETH_NUM_PORTS 2 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 116 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 117 | |
Joe Hershberger | b3f44c2 | 2011-10-13 13:03:48 +0000 | [diff] [blame] | 118 | #define CONFIG_BOOTFILE "zImage.initrd.elf" |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 119 | #define CONFIG_LOADADDR 0x400000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 120 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 121 | /*-------------------------------------------------------------------------- */ |
| 122 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 123 | #define CONFIG_LOADS_ECHO 0 /* echo off for serial download */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 124 | #define CONFIG_SYS_LOADS_BAUD_CHANGE /* allow baudrate changes */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 125 | |
| 126 | #undef CONFIG_WATCHDOG /* watchdog disabled */ |
| 127 | |
Jon Loeliger | d3b8c1a | 2007-07-09 21:57:31 -0500 | [diff] [blame] | 128 | /* |
| 129 | * BOOTP options |
| 130 | */ |
| 131 | #define CONFIG_BOOTP_SUBNETMASK |
| 132 | #define CONFIG_BOOTP_GATEWAY |
| 133 | #define CONFIG_BOOTP_HOSTNAME |
| 134 | #define CONFIG_BOOTP_BOOTPATH |
| 135 | #define CONFIG_BOOTP_BOOTFILESIZE |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 136 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 137 | |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 138 | /* |
| 139 | * Command line configuration. |
| 140 | */ |
| 141 | #include <config_cmd_default.h> |
| 142 | |
| 143 | #define CONFIG_CMD_ASKENV |
| 144 | #define CONFIG_CMD_CACHE |
| 145 | #define CONFIG_CMD_PCI |
| 146 | #define CONFIG_CMD_I2C |
| 147 | #define CONFIG_CMD_SDRAM |
| 148 | #define CONFIG_CMD_EEPROM |
| 149 | #define CONFIG_CMD_FLASH |
Mike Frysinger | bdab39d | 2009-01-28 19:08:14 -0500 | [diff] [blame] | 150 | #define CONFIG_CMD_SAVEENV |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 151 | #define CONFIG_CMD_BSP |
| 152 | #define CONFIG_CMD_DHCP |
| 153 | #define CONFIG_CMD_PING |
| 154 | #define CONFIG_CMD_DATE |
| 155 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 156 | |
| 157 | /*set date in u-boot*/ |
| 158 | #define CONFIG_RTC_M48T35A |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 159 | #define CONFIG_SYS_NVRAM_BASE_ADDR 0xfc000000 |
| 160 | #define CONFIG_SYS_NVRAM_SIZE 0x8000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 161 | /* |
| 162 | * Miscellaneous configurable options |
| 163 | */ |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 164 | #define CONFIG_VERSION_VARIABLE 1 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 165 | #define CONFIG_TSI108_I2C |
Peter Tyser | 8d907e7 | 2009-04-24 15:34:08 -0500 | [diff] [blame] | 166 | #define CONFIG_SYS_I2C_SPEED 100000 /* I2C speed */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 167 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 168 | #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* I2C EEPROM page 1 */ |
| 169 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 /* Bytes of address */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 170 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 171 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 172 | |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 173 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 174 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 175 | #define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port at */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 176 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 177 | #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 178 | #endif |
| 179 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 180 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)/* Print Buffer Size */ |
| 181 | #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |
| 182 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 183 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 184 | #define CONFIG_SYS_MEMTEST_START 0x00400000 /* memtest works on */ |
| 185 | #define CONFIG_SYS_MEMTEST_END 0x07c00000 /* 4 ... 124 MB in DRAM */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 186 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 187 | #define CONFIG_SYS_LOAD_ADDR 0x00400000 /* default load address */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 188 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 189 | /* |
| 190 | * Low Level Configuration Settings |
| 191 | * (address mappings, register initial values, etc.) |
| 192 | * You should know what you are doing if you make changes here. |
| 193 | */ |
| 194 | |
| 195 | /*----------------------------------------------------------------------- |
| 196 | * Definitions for initial stack pointer and data area |
| 197 | */ |
| 198 | |
| 199 | /* |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 200 | * When locking data in cache you should point the CONFIG_SYS_INIT_RAM_ADDRESS |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 201 | * To an unused memory region. The stack will remain in cache until RAM |
| 202 | * is initialized |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 203 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 204 | #undef CONFIG_SYS_INIT_RAM_LOCK |
| 205 | #define CONFIG_SYS_INIT_RAM_ADDR 0x07d00000 /* unused memory region */ |
Wolfgang Denk | 553f098 | 2010-10-26 13:32:32 +0200 | [diff] [blame] | 206 | #define CONFIG_SYS_INIT_RAM_SIZE 0x4000/* larger space - we have SDRAM initialized */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 207 | |
Wolfgang Denk | 25ddd1f | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 208 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 209 | |
| 210 | /*----------------------------------------------------------------------- |
| 211 | * Start addresses for the final memory configuration |
| 212 | * (Set up by the startup code) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 213 | * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 214 | */ |
| 215 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 216 | #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* first 256 MB of SDRAM */ |
| 217 | #define CONFIG_SYS_SDRAM1_BASE 0x10000000 /* next 256MB of SDRAM */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 218 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 219 | #define CONFIG_SYS_SDRAM2_BASE 0x40000000 /* beginning of non-cacheable alias for SDRAM - first 256MB */ |
| 220 | #define CONFIG_SYS_SDRAM3_BASE 0x50000000 /* next Non-Cacheable 256MB of SDRAM */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 221 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 222 | #define CONFIG_SYS_PCI_PFM_BASE 0x80000000 /* Prefetchable (cacheable) PCI/X PFM and SDRAM OCN (128MB+128MB) */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 223 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 224 | #define CONFIG_SYS_PCI_MEM32_BASE 0xE0000000 /* Non-Cacheable PCI/X MEM and SDRAM OCN (128MB+128MB) */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 225 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 226 | #define CONFIG_SYS_MISC_REGION_BASE 0xf0000000 /* Base Address for (PCI/X + Flash) region */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 227 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 228 | #define CONFIG_SYS_FLASH_BASE 0xff000000 /* Base Address of Flash device */ |
| 229 | #define CONFIG_SYS_FLASH_BASE2 0xfe000000 /* Alternate Flash Base Address */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 230 | |
| 231 | #define CONFIG_VERY_BIG_RAM /* we will use up to 256M memory for cause we are short of BATS */ |
| 232 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 233 | #define PCI0_IO_BASE_BOOTM 0xfd000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 234 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 235 | #define CONFIG_SYS_RESET_ADDRESS 0x3fffff00 |
| 236 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 237 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* u-boot code base */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 238 | #define CONFIG_SYS_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 239 | |
| 240 | /* Peripheral Device section */ |
| 241 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 242 | /* |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 243 | * Resources on the Tsi108 |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 244 | */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 245 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 246 | #define CONFIG_SYS_TSI108_CSR_RST_BASE 0xC0000000 /* Tsi108 CSR base after reset */ |
| 247 | #define CONFIG_SYS_TSI108_CSR_BASE CONFIG_SYS_TSI108_CSR_RST_BASE /* Runtime Tsi108 CSR base */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 248 | |
| 249 | #define ENABLE_PCI_CSR_BAR /* enables access to Tsi108 CSRs from the PCI/X bus */ |
| 250 | |
| 251 | #undef DISABLE_PBM |
| 252 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 253 | /* |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 254 | * PCI stuff |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 255 | * |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 256 | */ |
| 257 | |
| 258 | #define CONFIG_PCI /* include pci support */ |
| 259 | #define CONFIG_TSI108_PCI /* include tsi108 pci support */ |
| 260 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 261 | #define PCI_HOST_ADAPTER 0 /* configure as pci adapter */ |
| 262 | #define PCI_HOST_FORCE 1 /* configure as pci host */ |
| 263 | #define PCI_HOST_AUTO 2 /* detected via arbiter enable */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 264 | |
| 265 | #define CONFIG_PCI_HOST PCI_HOST_FORCE /* select pci host function */ |
| 266 | #define CONFIG_PCI_PNP /* do pci plug-and-play */ |
| 267 | |
| 268 | /* PCI MEMORY MAP section */ |
| 269 | |
| 270 | /* PCI view of System Memory */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 271 | #define CONFIG_SYS_PCI_MEMORY_BUS 0x00000000 |
| 272 | #define CONFIG_SYS_PCI_MEMORY_PHYS 0x00000000 |
| 273 | #define CONFIG_SYS_PCI_MEMORY_SIZE 0x80000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 274 | |
| 275 | /* PCI Memory Space */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 276 | #define CONFIG_SYS_PCI_MEM_BUS (CONFIG_SYS_PCI_MEM_PHYS) |
| 277 | #define CONFIG_SYS_PCI_MEM_PHYS (CONFIG_SYS_PCI_MEM32_BASE) /* 0xE0000000 */ |
| 278 | #define CONFIG_SYS_PCI_MEM_SIZE 0x10000000 /* 256 MB space for PCI/X Mem + SDRAM OCN */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 279 | |
| 280 | /* PCI I/O Space */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 281 | #define CONFIG_SYS_PCI_IO_BUS 0x00000000 |
| 282 | #define CONFIG_SYS_PCI_IO_PHYS 0xfa000000 /* Changed from fd000000 */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 283 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 284 | #define CONFIG_SYS_PCI_IO_SIZE 0x01000000 /* 16MB */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 285 | |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 286 | /* PCI Config Space mapping */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 287 | #define CONFIG_SYS_PCI_CFG_BASE 0xfb000000 /* Changed from FE000000 */ |
| 288 | #define CONFIG_SYS_PCI_CFG_SIZE 0x01000000 /* 16MB */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 289 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 290 | #define CONFIG_SYS_IBAT0U 0xFE0003FF |
| 291 | #define CONFIG_SYS_IBAT0L 0xFE000002 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 292 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 293 | #define CONFIG_SYS_IBAT1U 0x00007FFF |
| 294 | #define CONFIG_SYS_IBAT1L 0x00000012 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 295 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 296 | #define CONFIG_SYS_IBAT2U 0x80007FFF |
| 297 | #define CONFIG_SYS_IBAT2L 0x80000022 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 298 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 299 | #define CONFIG_SYS_IBAT3U 0x00000000 |
| 300 | #define CONFIG_SYS_IBAT3L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 301 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 302 | #define CONFIG_SYS_IBAT4U 0x00000000 |
| 303 | #define CONFIG_SYS_IBAT4L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 304 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 305 | #define CONFIG_SYS_IBAT5U 0x00000000 |
| 306 | #define CONFIG_SYS_IBAT5L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 307 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 308 | #define CONFIG_SYS_IBAT6U 0x00000000 |
| 309 | #define CONFIG_SYS_IBAT6L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 310 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 311 | #define CONFIG_SYS_IBAT7U 0x00000000 |
| 312 | #define CONFIG_SYS_IBAT7L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 313 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 314 | #define CONFIG_SYS_DBAT0U 0xE0003FFF |
| 315 | #define CONFIG_SYS_DBAT0L 0xE000002A |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 316 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 317 | #define CONFIG_SYS_DBAT1U 0x00007FFF |
| 318 | #define CONFIG_SYS_DBAT1L 0x00000012 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 319 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 320 | #define CONFIG_SYS_DBAT2U 0x00000000 |
| 321 | #define CONFIG_SYS_DBAT2L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 322 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 323 | #define CONFIG_SYS_DBAT3U 0xC0000003 |
| 324 | #define CONFIG_SYS_DBAT3L 0xC000002A |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 325 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 326 | #define CONFIG_SYS_DBAT4U 0x00000000 |
| 327 | #define CONFIG_SYS_DBAT4L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 328 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 329 | #define CONFIG_SYS_DBAT5U 0x00000000 |
| 330 | #define CONFIG_SYS_DBAT5L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 331 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 332 | #define CONFIG_SYS_DBAT6U 0x00000000 |
| 333 | #define CONFIG_SYS_DBAT6L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 334 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 335 | #define CONFIG_SYS_DBAT7U 0x00000000 |
| 336 | #define CONFIG_SYS_DBAT7L 0x00000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 337 | |
| 338 | /* I2C addresses for the two DIMM SPD chips */ |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 339 | #define DIMM0_I2C_ADDR 0x51 |
| 340 | #define DIMM1_I2C_ADDR 0x52 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 341 | |
| 342 | /* |
| 343 | * For booting Linux, the board info and command line data |
| 344 | * have to be in the first 8 MB of memory, since this is |
| 345 | * the maximum mapped by the Linux kernel during initialization. |
| 346 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 347 | #define CONFIG_SYS_BOOTMAPSZ (8<<20) /* Initial Memory map for Linux */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 348 | |
| 349 | /*----------------------------------------------------------------------- |
| 350 | * FLASH organization |
| 351 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 352 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* Flash can be at one of two addresses */ |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 353 | #define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 354 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE, /* CONFIG_SYS_FLASH_BASE2 */ } |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 355 | |
Jean-Christophe PLAGNIOL-VILLARD | 00b1883 | 2008-08-13 01:40:42 +0200 | [diff] [blame] | 356 | #define CONFIG_FLASH_CFI_DRIVER |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 357 | #define CONFIG_SYS_FLASH_CFI |
| 358 | #define CONFIG_SYS_WRITE_SWAPPED_DATA |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 359 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 360 | #define PHYS_FLASH_SIZE 0x01000000 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 361 | #define CONFIG_SYS_MAX_FLASH_SECT (128) |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 362 | |
Jean-Christophe PLAGNIOL-VILLARD | 9314cee | 2008-09-10 22:47:59 +0200 | [diff] [blame] | 363 | #define CONFIG_ENV_IS_IN_NVRAM |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 364 | #define CONFIG_ENV_ADDR 0xFC000000 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 365 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 366 | #define CONFIG_ENV_OFFSET 0x00000000 /* Offset of Environment Sector */ |
| 367 | #define CONFIG_ENV_SIZE 0x00000400 /* Total Size of Environment Space */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 368 | |
| 369 | /*----------------------------------------------------------------------- |
| 370 | * Cache Configuration |
| 371 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 372 | #define CONFIG_SYS_CACHELINE_SIZE 32 /* For all MPC74xx CPUs */ |
Jon Loeliger | 5dc11a5 | 2007-07-04 22:33:01 -0500 | [diff] [blame] | 373 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 374 | #define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */ |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 375 | #endif |
| 376 | |
| 377 | /*----------------------------------------------------------------------- |
| 378 | * L2CR setup -- make sure this is right for your board! |
| 379 | * look in include/mpc74xx.h for the defines used here |
| 380 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 381 | #undef CONFIG_SYS_L2 |
roy zang | c6411c0 | 2006-11-02 18:55:04 +0800 | [diff] [blame] | 382 | |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 383 | #define L2_INIT 0 |
| 384 | #define L2_ENABLE (L2_INIT | L2CR_L2E) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 385 | #define CONFIG_SYS_SERIAL_HANG_IN_EXCEPTION |
roy zang | ee31121 | 2006-12-01 11:47:36 +0800 | [diff] [blame] | 386 | #endif /* __CONFIG_H */ |