]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/ppmc7xx.h
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[people/ms/u-boot.git] / include / configs / ppmc7xx.h
CommitLineData
f5e0d039
HS
1/*
2 * ppmc7xx.h
3 * ---------
b87dfd28 4 *
f5e0d039 5 * Wind River PPMC 7xx/74xx board configuration file.
b87dfd28 6 *
f5e0d039
HS
7 * By Richard Danter (richard.danter@windriver.com)
8 * Copyright (C) 2005 Wind River Systems
9 */
10
11
12#ifndef __CONFIG_H
13#define __CONFIG_H
14
15#define CONFIG_PPMC7XX
16
17
18/*===================================================================
b87dfd28 19 *
f5e0d039 20 * User configurable settings - Modify to your preference
b87dfd28 21 *
f5e0d039
HS
22 *===================================================================
23 */
24
25/*
26 * Debug
b87dfd28 27 *
cdd917a4
WD
28 * DEBUG - Define this is you want extra debug info
29 * GTREGREAD - Required to build with debug
30 * do_bdinfo - Required to build with debug
f5e0d039
HS
31 */
32
cdd917a4
WD
33#ifdef DEBUG
34#define GTREGREAD(x) 0xFFFFFFFF
f5e0d039 35#define do_bdinfo(a,b,c,d)
cdd917a4 36#endif
f5e0d039
HS
37
38/*
39 * CPU type
b87dfd28 40 *
cdd917a4
WD
41 * CONFIG_7xx - We have a 750 or 755 CPU
42 * CONFIG_74xx - We have a 7400 CPU
43 * CONFIG_ALTIVEC - We have altivec enabled CPU (only 7400)
44 * CONFIG_BUS_CLK - System bus clock in Hz
f5e0d039
HS
45 */
46
47#define CONFIG_7xx
48#undef CONFIG_74xx
49#undef CONFIG_ALTIVEC
cdd917a4 50#define CONFIG_BUS_CLK 66000000
f5e0d039
HS
51
52
53/*
54 * Monitor configuration
b87dfd28 55 *
26a34560 56 * List of command sets to include in shell
b87dfd28 57 *
f5e0d039 58 * The following command sets have been tested and known to work:
b87dfd28 59 *
26a34560
JL
60 * CMD_CACHE - Cache control commands
61 * CMD_MEMORY - Memory display, change and test commands
62 * CMD_FLASH - Erase and program flash
63 * CMD_ENV - Environment commands
64 * CMD_RUN - Run commands stored in env vars
65 * CMD_ELF - Load ELF files
66 * CMD_NET - Networking/file download commands
67 * CMD_PIN - ICMP Echo Request command
68 * CMD_PCI - PCI Bus scanning command
f5e0d039
HS
69 */
70
079a136c
JL
71/*
72 * BOOTP options
73 */
74#define CONFIG_BOOTP_BOOTFILESIZE
75#define CONFIG_BOOTP_BOOTPATH
76#define CONFIG_BOOTP_GATEWAY
77#define CONFIG_BOOTP_HOSTNAME
78
79
26a34560
JL
80/*
81 * Command line configuration.
82 */
83#include <config_cmd_default.h>
84
85#define CONFIG_CMD_FLASH
bdab39d3 86#define CONFIG_CMD_SAVEENV
26a34560
JL
87#define CONFIG_CMD_RUN
88#define CONFIG_CMD_ELF
89#define CONFIG_CMD_NET
90#define CONFIG_CMD_PING
91#define CONFIG_CMD_PCI
92
93#undef CONFIG_CMD_KGDB
f5e0d039
HS
94
95
96/*
97 * Serial configuration
98 *
99 * CONFIG_CONS_INDEX - Serial console port number (COM1)
cdd917a4 100 * CONFIG_BAUDRATE - Serial speed
f5e0d039
HS
101 */
102
cdd917a4
WD
103#define CONFIG_CONS_INDEX 1
104#define CONFIG_BAUDRATE 9600
f5e0d039
HS
105
106
107/*
108 * PCI config
b87dfd28 109 *
cdd917a4
WD
110 * CONFIG_PCI - Enable PCI bus
111 * CONFIG_PCI_PNP - Enable Plug & Play support
f5e0d039
HS
112 * CONFIG_PCI_SCAN_SHOW - Enable display of devices at startup
113 */
114
115#define CONFIG_PCI
116#define CONFIG_PCI_PNP
117#undef CONFIG_PCI_SCAN_SHOW
118
119
120/*
121 * Network config
b87dfd28 122 *
cdd917a4
WD
123 * CONFIG_NET_MULTI - Support for multiple network interfaces
124 * CONFIG_EEPRO100 - Intel 8255x Ethernet Controller
125 * CONFIG_EEPRO100_SROM_WRITE - Enable writing to network card ROM
f5e0d039
HS
126 */
127
128#define CONFIG_NET_MULTI
129#define CONFIG_EEPRO100
130#define CONFIG_EEPRO100_SROM_WRITE
131
132
133/*
134 * Enable extra init functions
b87dfd28 135 *
f5e0d039
HS
136 * CONFIG_MISC_INIT_F - Call pre-relocation init functions
137 * CONFIG_MISC_INIT_R - Call post relocation init functions
138 */
139
140#undef CONFIG_MISC_INIT_F
b87dfd28 141#define CONFIG_MISC_INIT_R
f5e0d039
HS
142
143
144/*
145 * Boot config
b87dfd28 146 *
f5e0d039 147 * CONFIG_BOOTCOMMAND - Command(s) to execute to auto-boot
cdd917a4 148 * CONFIG_BOOTDELAY - How long to wait before auto-boot (in sec)
f5e0d039
HS
149 */
150
151#define CONFIG_BOOTCOMMAND \
152 "bootp;" \
153 "setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) " \
154 "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off;" \
155 "bootm"
156#define CONFIG_BOOTDELAY 5
157
158
159/*===================================================================
b87dfd28 160 *
f5e0d039 161 * Board configuration settings - You should not need to modify these
b87dfd28 162 *
f5e0d039
HS
163 *===================================================================
164 */
165
166
f5e0d039
HS
167/*
168 * Memory map
b87dfd28 169 *
f5e0d039 170 * This board runs in a standard CHRP (Map-B) configuration.
b87dfd28 171 *
cdd917a4 172 * Type Start End Size Width Chip Sel
f5e0d039 173 * ----------- ----------- ----------- ------- ------- --------
cdd917a4
WD
174 * SDRAM 0x00000000 0x04000000 64MB 64b SDRAMCS0
175 * User LED's 0x78000000 RCS3
176 * UART 0x7C000000 RCS2
177 * Mailbox 0xFF000000 RCS1
178 * Flash 0xFFC00000 0xFFFFFFFF 4MB 64b RCS0
b87dfd28 179 *
f5e0d039 180 * Flash sectors are laid out as follows.
b87dfd28 181 *
cdd917a4 182 * Sector Start End Size Comments
f5e0d039 183 * ------- ----------- ----------- ------- -----------
cdd917a4
WD
184 * 0 0xFFC00000 0xFFC3FFFF 256KB
185 * 1 0xFFC40000 0xFFC7FFFF 256KB
186 * 2 0xFFC80000 0xFFCBFFFF 256KB
187 * 3 0xFFCC0000 0xFFCFFFFF 256KB
188 * 4 0xFFD00000 0xFFD3FFFF 256KB
189 * 5 0xFFD40000 0xFFD7FFFF 256KB
190 * 6 0xFFD80000 0xFFDBFFFF 256KB
191 * 7 0xFFDC0000 0xFFDFFFFF 256KB
192 * 8 0xFFE00000 0xFFE3FFFF 256KB
193 * 9 0xFFE40000 0xFFE7FFFF 256KB
194 * 10 0xFFE80000 0xFFEBFFFF 256KB
195 * 11 0xFFEC0000 0xFFEFFFFF 256KB
196 * 12 0xFFF00000 0xFFF3FFFF 256KB U-Boot code here
197 * 13 0xFFF40000 0xFFF7FFFF 256KB
198 * 14 0xFFF80000 0xFFFBFFFF 256KB
199 * 15 0xFFFC0000 0xFFFDFFFF 128KB
200 * 16 0xFFFE0000 0xFFFE7FFF 32KB U-Boot env vars here
201 * 17 0xFFFE8000 0xFFFEFFFF 32KB U-Boot backup copy of env vars here
202 * 18 0xFFFF0000 0xFFFFFFFF 64KB
f5e0d039
HS
203 */
204
205
206/*
207 * SDRAM config - see memory map details above.
b87dfd28 208 *
6d0f6bcf
JCPV
209 * CONFIG_SYS_SDRAM_BASE - Start address of SDRAM, this _must_ be zero!
210 * CONFIG_SYS_SDRAM_SIZE - Total size of contiguous SDRAM bank(s)
f5e0d039
HS
211 */
212
6d0f6bcf
JCPV
213#define CONFIG_SYS_SDRAM_BASE 0x00000000
214#define CONFIG_SYS_SDRAM_SIZE 0x04000000
f5e0d039
HS
215
216
b87dfd28 217/*
f5e0d039 218 * Flash config - see memory map details above.
b87dfd28 219 *
6d0f6bcf
JCPV
220 * CONFIG_SYS_FLASH_BASE - Start address of flash memory
221 * CONFIG_SYS_FLASH_SIZE - Total size of contiguous flash mem
222 * CONFIG_SYS_FLASH_ERASE_TOUT - Erase timeout in ms
223 * CONFIG_SYS_FLASH_WRITE_TOUT - Write timeout in ms
224 * CONFIG_SYS_MAX_FLASH_BANKS - Number of banks of flash on board
225 * CONFIG_SYS_MAX_FLASH_SECT - Number of sectors in a bank
f5e0d039
HS
226 */
227
6d0f6bcf
JCPV
228#define CONFIG_SYS_FLASH_BASE 0xFFC00000
229#define CONFIG_SYS_FLASH_SIZE 0x00400000
230#define CONFIG_SYS_FLASH_ERASE_TOUT 250000
231#define CONFIG_SYS_FLASH_WRITE_TOUT 5000
232#define CONFIG_SYS_MAX_FLASH_BANKS 1
233#define CONFIG_SYS_MAX_FLASH_SECT 19
f5e0d039
HS
234
235
236/*
237 * Monitor config - see memory map details above
b87dfd28 238 *
6d0f6bcf
JCPV
239 * CONFIG_SYS_MONITOR_BASE - Base address of monitor code
240 * CONFIG_SYS_MALLOC_LEN - Size of malloc pool (128KB)
f5e0d039
HS
241 */
242
14d0a02a 243#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
6d0f6bcf 244#define CONFIG_SYS_MALLOC_LEN 0x20000
f5e0d039
HS
245
246
247/*
248 * Command shell settings
b87dfd28 249 *
6d0f6bcf
JCPV
250 * CONFIG_SYS_BARGSIZE - Boot Argument buffer size
251 * CONFIG_SYS_BOOTMAPSZ - Size of app's mapped RAM at boot (Linux=8MB)
252 * CONFIG_SYS_CBSIZE - Console Buffer (input) size
253 * CONFIG_SYS_LOAD_ADDR - Default load address
254 * CONFIG_SYS_LONGHELP - Provide more detailed help
255 * CONFIG_SYS_MAXARGS - Number of args accepted by monitor commands
256 * CONFIG_SYS_MEMTEST_START - Start address of test to run on RAM
257 * CONFIG_SYS_MEMTEST_END - End address of RAM test
258 * CONFIG_SYS_PBSIZE - Print Buffer (output) size
259 * CONFIG_SYS_PROMPT - Prompt string
f5e0d039
HS
260 */
261
6d0f6bcf
JCPV
262#define CONFIG_SYS_BARGSIZE 1024
263#define CONFIG_SYS_BOOTMAPSZ 0x800000
264#define CONFIG_SYS_CBSIZE 1024
265#define CONFIG_SYS_LOAD_ADDR 0x100000
266#define CONFIG_SYS_LONGHELP
267#define CONFIG_SYS_MAXARGS 16
268#define CONFIG_SYS_MEMTEST_START 0x00040000
269#define CONFIG_SYS_MEMTEST_END 0x00040100
270#define CONFIG_SYS_PBSIZE 1024
271#define CONFIG_SYS_PROMPT "=> "
f5e0d039
HS
272
273
274/*
275 * Environment config - see memory map details above
b87dfd28 276 *
5a1aceb0 277 * CONFIG_ENV_IS_IN_FLASH - The env variables are stored in flash
0e8d1586
JCPV
278 * CONFIG_ENV_ADDR - Address of the sector containing env vars
279 * CONFIG_ENV_SIZE - Ammount of RAM for env vars (used to save RAM, 4KB)
280 * CONFIG_ENV_SECT_SIZE - Size of sector containing env vars (32KB)
f5e0d039
HS
281 */
282
5a1aceb0 283#define CONFIG_ENV_IS_IN_FLASH 1
0e8d1586
JCPV
284#define CONFIG_ENV_ADDR 0xFFFE0000
285#define CONFIG_ENV_SIZE 0x1000
286#define CONFIG_ENV_ADDR_REDUND 0xFFFE8000
287#define CONFIG_ENV_SIZE_REDUND 0x1000
288#define CONFIG_ENV_SECT_SIZE 0x8000
f5e0d039
HS
289
290
291/*
292 * Initial RAM config
293 *
294 * Since the main system RAM is initialised very early, we place the INIT_RAM
295 * in the main system RAM just above the exception vectors. The contents are
296 * copied to top of RAM by the init code.
b87dfd28 297 *
6d0f6bcf
JCPV
298 * CONFIG_SYS_INIT_RAM_ADDR - Address of Init RAM, above exception vect
299 * CONFIG_SYS_INIT_RAM_END - Size of Init RAM
300 * CONFIG_SYS_GBL_DATA_SIZE - Ammount of RAM to reserve for global data
301 * CONFIG_SYS_GBL_DATA_OFFSET - Start of global data, top of stack
f5e0d039
HS
302 */
303
6d0f6bcf
JCPV
304#define CONFIG_SYS_INIT_RAM_ADDR (CONFIG_SYS_SDRAM_BASE + 0x4000)
305#define CONFIG_SYS_INIT_RAM_END 0x4000
306#define CONFIG_SYS_GBL_DATA_SIZE 128
307#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)
f5e0d039
HS
308
309
310/*
311 * Initial BAT config
b87dfd28 312 *
f5e0d039
HS
313 * BAT0 - System SDRAM
314 * BAT1 - LED's and Serial Port
315 * BAT2 - PCI Memory
316 * BAT3 - PCI I/O including Flash Memory
317 */
318
6d0f6bcf
JCPV
319#define CONFIG_SYS_IBAT0L (CONFIG_SYS_SDRAM_BASE | BATL_PP_10 | BATL_MEMCOHERENCE)
320#define CONFIG_SYS_IBAT0U (CONFIG_SYS_SDRAM_BASE | BATU_BL_64M | BATU_VS | BATU_VP)
321#define CONFIG_SYS_DBAT0L CONFIG_SYS_IBAT0L
322#define CONFIG_SYS_DBAT0U CONFIG_SYS_IBAT0U
f5e0d039 323
6d0f6bcf
JCPV
324#define CONFIG_SYS_IBAT1L (0x70000000 | BATL_PP_RW | BATL_CACHEINHIBIT)
325#define CONFIG_SYS_IBAT1U (0x70000000 | BATU_BL_256M | BATU_VS | BATU_VP)
326#define CONFIG_SYS_DBAT1L (0x70000000 | BATL_PP_RW | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
327#define CONFIG_SYS_DBAT1U (0x70000000 | BATU_BL_256M | BATU_VS | BATU_VP)
f5e0d039 328
6d0f6bcf
JCPV
329#define CONFIG_SYS_IBAT2L (0x80000000 | BATL_PP_RW | BATL_CACHEINHIBIT)
330#define CONFIG_SYS_IBAT2U (0x80000000 | BATU_BL_256M | BATU_VS | BATU_VP)
331#define CONFIG_SYS_DBAT2L (0x80000000 | BATL_PP_RW | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
332#define CONFIG_SYS_DBAT2U (0x80000000 | BATU_BL_256M | BATU_VS | BATU_VP)
f5e0d039 333
6d0f6bcf
JCPV
334#define CONFIG_SYS_IBAT3L (0xF0000000 | BATL_PP_RW | BATL_CACHEINHIBIT)
335#define CONFIG_SYS_IBAT3U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
336#define CONFIG_SYS_DBAT3L (0xF0000000 | BATL_PP_RW | BATL_CACHEINHIBIT | BATL_GUARDEDSTORAGE)
337#define CONFIG_SYS_DBAT3U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP)
f5e0d039
HS
338
339
340/*
341 * Cache config
b87dfd28 342 *
6d0f6bcf
JCPV
343 * CONFIG_SYS_CACHELINE_SIZE - Size of a cache line (CPU specific)
344 * CONFIG_SYS_L2 - L2 cache enabled if defined
cdd917a4
WD
345 * L2_INIT - L2 cache init flags
346 * L2_ENABLE - L2 cache enable flags
f5e0d039
HS
347 */
348
6d0f6bcf
JCPV
349#define CONFIG_SYS_CACHELINE_SIZE 32
350#undef CONFIG_SYS_L2
cdd917a4
WD
351#define L2_INIT 0
352#define L2_ENABLE 0
f5e0d039
HS
353
354
355/*
356 * Clocks config
b87dfd28 357 *
ee80fa7b 358 * CONFIG_SYS_BUS_CLK - Bus clock frequency in Hz
6d0f6bcf 359 * CONFIG_SYS_HZ - Decrementer freq in Hz
f5e0d039
HS
360 */
361
6d0f6bcf
JCPV
362#define CONFIG_SYS_BUS_CLK CONFIG_BUS_CLK
363#define CONFIG_SYS_HZ 1000
f5e0d039
HS
364
365
366/*
367 * Serial port config
b87dfd28 368 *
6d0f6bcf
JCPV
369 * CONFIG_SYS_BAUDRATE_TABLE - List of valid baud rates
370 * CONFIG_SYS_NS16550 - Include the NS16550 driver
371 * CONFIG_SYS_NS16550_SERIAL - Include the serial (wrapper) driver
372 * CONFIG_SYS_NS16550_CLK - Frequency of reference clock
373 * CONFIG_SYS_NS16550_REG_SIZE - 64-bit accesses to 8-bit port
374 * CONFIG_SYS_NS16550_COM1 - Base address of 1st serial port
f5e0d039
HS
375 */
376
6d0f6bcf
JCPV
377#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
378#define CONFIG_SYS_NS16550
379#define CONFIG_SYS_NS16550_SERIAL
380#define CONFIG_SYS_NS16550_CLK 3686400
381#define CONFIG_SYS_NS16550_REG_SIZE -8
382#define CONFIG_SYS_NS16550_COM1 0x7C000000
f5e0d039
HS
383
384
385/*
386 * PCI Config - Address Map B (CHRP)
387 */
388
6d0f6bcf
JCPV
389#define CONFIG_SYS_PCI_MEMORY_BUS 0x00000000
390#define CONFIG_SYS_PCI_MEMORY_PHYS 0x00000000
391#define CONFIG_SYS_PCI_MEMORY_SIZE 0x40000000
392#define CONFIG_SYS_PCI_MEM_BUS 0x80000000
393#define CONFIG_SYS_PCI_MEM_PHYS 0x80000000
394#define CONFIG_SYS_PCI_MEM_SIZE 0x7D000000
395#define CONFIG_SYS_ISA_MEM_BUS 0x00000000
396#define CONFIG_SYS_ISA_MEM_PHYS 0xFD000000
397#define CONFIG_SYS_ISA_MEM_SIZE 0x01000000
398#define CONFIG_SYS_PCI_IO_BUS 0x00800000
399#define CONFIG_SYS_PCI_IO_PHYS 0xFE800000
400#define CONFIG_SYS_PCI_IO_SIZE 0x00400000
401#define CONFIG_SYS_ISA_IO_BUS 0x00000000
402#define CONFIG_SYS_ISA_IO_PHYS 0xFE000000
403#define CONFIG_SYS_ISA_IO_SIZE 0x00800000
404#define CONFIG_SYS_ISA_IO_BASE_ADDRESS CONFIG_SYS_ISA_IO_PHYS
405#define CONFIG_SYS_ISA_IO CONFIG_SYS_ISA_IO_PHYS
406#define CONFIG_SYS_60X_PCI_IO_OFFSET CONFIG_SYS_ISA_IO_PHYS
f5e0d039
HS
407
408
409/*
410 * Extra init functions
b87dfd28 411 *
6d0f6bcf 412 * CONFIG_SYS_BOARD_ASM_INIT - Call assembly init code
f5e0d039
HS
413 */
414
6d0f6bcf 415#define CONFIG_SYS_BOARD_ASM_INIT
f5e0d039
HS
416
417
418/*
419 * Boot flags
b87dfd28 420 *
cdd917a4
WD
421 * BOOTFLAG_COLD - Indicates a power-on boot
422 * BOOTFLAG_WARM - Indicates a software reset
f5e0d039 423 */
b87dfd28 424
cdd917a4
WD
425#define BOOTFLAG_COLD 0x01
426#define BOOTFLAG_WARM 0x02
f5e0d039
HS
427
428
429#endif /* __CONFIG_H */