blob: e2afba96cd3bd594c7de90318c158522b0d812bf [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +02002/*
3 * (C) Copyright 2008
4 * Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com.
5 *
6 * Wolfgang Denk <wd@denx.de>
7 * Copyright 2004 Freescale Semiconductor.
8 * (C) Copyright 2002,2003 Motorola,Inc.
9 * Xianghua Xiao <X.Xiao@motorola.com>
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020010 */
11
12/*
13 * Socrates
14 */
15
16#ifndef __CONFIG_H
17#define __CONFIG_H
18
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020019/*
20 * Only possible on E500 Version 2 or newer cores.
21 */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020022
23/*
24 * sysclk for MPC85xx
25 *
26 * Two valid values are:
27 * 33000000
28 * 66000000
29 *
30 * Most PCI cards are still 33Mhz, so in the presence of PCI, 33MHz
31 * is likely the desired value here, so that is now the default.
32 * The board, however, can run at 66MHz. In any event, this value
33 * must match the settings of some switches. Details can be found
34 * in the README.mpc85xxads.
35 */
36
Tom Rini6a5dccc2022-11-16 13:10:41 -050037#define CFG_SYS_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020038
Tom Rini6a5dccc2022-11-16 13:10:41 -050039#undef CFG_SYS_DRAM_TEST /* memory test, takes time */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020040
Tom Rini6a5dccc2022-11-16 13:10:41 -050041#define CFG_SYS_CCSRBAR 0xE0000000
42#define CFG_SYS_CCSRBAR_PHYS_LOW CFG_SYS_CCSRBAR
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020043
Kumar Gala01135a82008-08-26 22:56:56 -050044/* DDR Setup */
Tom Rini6a5dccc2022-11-16 13:10:41 -050045#define CFG_SYS_DDR_SDRAM_BASE 0x00000000
46#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE
Kumar Gala01135a82008-08-26 22:56:56 -050047
Kumar Gala01135a82008-08-26 22:56:56 -050048/* I2C addresses of SPD EEPROMs */
Anatolij Gustschin2c04bc32008-09-17 11:45:51 +020049#define SPD_EEPROM_ADDRESS 0x50 /* CTLR 0 DIMM 0 */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020050
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020051
52/* Hardcoded values, to use instead of SPD */
Tom Rini6a5dccc2022-11-16 13:10:41 -050053#define CFG_SYS_DDR_CS0_BNDS 0x0000000f
54#define CFG_SYS_DDR_CS0_CONFIG 0x80010102
55#define CFG_SYS_DDR_TIMING_0 0x00260802
56#define CFG_SYS_DDR_TIMING_1 0x3935D322
57#define CFG_SYS_DDR_TIMING_2 0x14904CC8
58#define CFG_SYS_DDR_MODE 0x00480432
59#define CFG_SYS_DDR_INTERVAL 0x030C0100
60#define CFG_SYS_DDR_CONFIG_2 0x04400000
61#define CFG_SYS_DDR_CONFIG 0xC3008000
62#define CFG_SYS_DDR_CLK_CONTROL 0x03800000
Tom Rinibb4dd962022-11-16 13:10:37 -050063#define CFG_SYS_SDRAM_SIZE 256 /* in Megs */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020064
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020065/*
66 * Flash on the LocalBus
67 */
Tom Rini6a5dccc2022-11-16 13:10:41 -050068#define CFG_SYS_FLASH0 0xFE000000
Heiko Schocher926140a2023-01-24 18:06:55 +010069#define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH0 }
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020070
Heiko Schocher926140a2023-01-24 18:06:55 +010071#define CFG_SYS_LBC_FLASH_BASE CFG_SYS_FLASH0 /* Localbus flash start */
Tom Rini6a5dccc2022-11-16 13:10:41 -050072#define CFG_SYS_FLASH_BASE CFG_SYS_LBC_FLASH_BASE /* start of FLASH */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020073
Tom Rini6a5dccc2022-11-16 13:10:41 -050074#define CFG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
75#define CFG_SYS_LBC_LBCR 0x00000000 /* LB config reg */
76#define CFG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
77#define CFG_SYS_LBC_MRTPR 0x20000000 /* LB refresh timer presc.*/
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020078
Tom Rini6a5dccc2022-11-16 13:10:41 -050079#define CFG_SYS_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
80#define CFG_SYS_INIT_RAM_SIZE 0x4000 /* Size used area in RAM*/
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020081
Tom Rini6a5dccc2022-11-16 13:10:41 -050082#define CFG_SYS_INIT_SP_OFFSET (CFG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020083
Detlev Zundel0244f672008-08-15 15:42:12 +020084/* FPGA and NAND */
Tom Rini6a5dccc2022-11-16 13:10:41 -050085#define CFG_SYS_FPGA_BASE 0xc0000000
86#define CFG_SYS_FPGA_SIZE 0x00100000 /* 1 MB */
Detlev Zundel0244f672008-08-15 15:42:12 +020087
Tom Rini6a5dccc2022-11-16 13:10:41 -050088#define CFG_SYS_NAND_BASE (CFG_SYS_FPGA_BASE + 0x70)
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020089
Anatolij Gustschine6f5c912008-08-15 15:42:13 +020090/* LIME GDC */
Tom Rini6a5dccc2022-11-16 13:10:41 -050091#define CFG_SYS_LIME_BASE 0xc8000000
Anatolij Gustschine6f5c912008-08-15 15:42:13 +020092
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020093/*
94 * General PCI
95 * Memory space is mapped 1-1.
96 */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +020097
Tom Rini56af6592022-11-16 13:10:33 -050098#define CFG_SYS_PCI1_MEM_PHYS 0x80000000
99#define CFG_SYS_PCI1_IO_PHYS 0xE2000000
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200100
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200101/*
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200102 * Miscellaneous configurable options
103 */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200104
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200105/*
106 * For booting Linux, the board info and command line data
107 * have to be in the first 8 MB of memory, since this is
108 * the maximum mapped by the Linux kernel during initialization.
109 */
Tom Rini6a5dccc2022-11-16 13:10:41 -0500110#define CFG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200111
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100112#define SOCRATES_ENV_MTD \
113 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
114 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
115 "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0"
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200116
Tom Rinic9edebe2022-12-04 10:03:50 -0500117#define CFG_EXTRA_ENV_SETTINGS \
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200118 "netdev=eth0\0" \
119 "consdev=ttyS0\0" \
Heiko Schocherb93509f2023-01-24 18:06:54 +0100120 "initrd_high=0x03000000\0" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200121 "uboot_file=/home/tftp/syscon3/u-boot.bin\0" \
122 "bootfile=/home/tftp/syscon3/uImage\0" \
123 "fdt_file=/home/tftp/syscon3/socrates.dtb\0" \
124 "initrd_file=/home/tftp/syscon3/uinitrd.gz\0" \
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100125 "uboot_addr=FFF40000\0" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200126 "kernel_addr=FE000000\0" \
127 "fdt_addr=FE1E0000\0" \
128 "ramdisk_addr=FE200000\0" \
129 "fdt_addr_r=B00000\0" \
130 "kernel_addr_r=200000\0" \
131 "ramdisk_addr_r=400000\0" \
132 "rootpath=/opt/eldk/ppc_85xxDP\0" \
133 "ramargs=setenv bootargs root=/dev/ram rw\0" \
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200134 "nfsargs=setenv bootargs root=/dev/nfs rw " \
135 "nfsroot=$serverip:$rootpath\0" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200136 "addcons=setenv bootargs $bootargs " \
137 "console=$consdev,$baudrate\0" \
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200138 "addip=setenv bootargs $bootargs " \
139 "ip=$ipaddr:$serverip:$gatewayip:$netmask" \
140 ":$hostname:$netdev:off panic=1\0" \
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100141 "boot_nor=run ramargs addcons addmtd;" \
Sergei Poselenov09842c52008-05-07 15:10:49 +0200142 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0" \
Sergei Poselenov09842c52008-05-07 15:10:49 +0200143 "net_nfs=tftp ${kernel_addr_r} ${bootfile}; " \
144 "tftp ${fdt_addr_r} ${fdt_file}; " \
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100145 "run nfsargs addip addcons addmtd;" \
Sergei Poselenov09842c52008-05-07 15:10:49 +0200146 "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200147 "update_uboot=tftp 100000 ${uboot_file};" \
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100148 "protect off ${uboot_addr} ffffffff;" \
149 "era ${uboot_addr} ffffffff;" \
150 "cp.b 100000 ${uboot_addr} ${filesize};" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200151 "setenv filesize;saveenv\0" \
152 "update_kernel=tftp 100000 ${bootfile};" \
153 "era fe000000 fe1dffff;" \
154 "cp.b 100000 fe000000 ${filesize};" \
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200155 "setenv filesize;saveenv\0" \
Wolfgang Denk62fb2b42021-09-27 17:42:39 +0200156 "update_fdt=tftp 100000 ${fdt_file};" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200157 "era fe1e0000 fe1fffff;" \
158 "cp.b 100000 fe1e0000 ${filesize};" \
159 "setenv filesize;saveenv\0" \
Wolfgang Denk62fb2b42021-09-27 17:42:39 +0200160 "update_initrd=tftp 100000 ${initrd_file};" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200161 "era fe200000 fe9fffff;" \
162 "cp.b 100000 fe200000 ${filesize};" \
163 "setenv filesize;saveenv\0" \
164 "clean_data=era fea00000 fff5ffff\0" \
Wolfgang Denk62fb2b42021-09-27 17:42:39 +0200165 "usbargs=setenv bootargs root=/dev/sda1 rw\0" \
166 "load_usb=usb start;" \
Detlev Zundel0244f672008-08-15 15:42:12 +0200167 "ext2load usb 0:1 ${kernel_addr_r} /boot/uImage\0" \
168 "boot_usb=run load_usb usbargs addcons;" \
169 "bootm ${kernel_addr_r} - ${fdt_addr};" \
170 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0" \
Heiko Schocherb5aca5a2023-01-24 18:06:53 +0100171 SOCRATES_ENV_MTD \
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200172 ""
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200173
Sergei Poselenov09842c52008-05-07 15:10:49 +0200174/* pass open firmware flat tree */
Sergei Poselenov09842c52008-05-07 15:10:49 +0200175
Sergei Poselenovf2bf96c2008-04-30 11:42:50 +0200176#endif /* __CONFIG_H */