blob: 66153279fb64bdfad6d85ed3ce6303a610e1f780 [file] [log] [blame]
Stefan Roese899620c2006-08-15 14:22:35 +02001/*
2 * (C) Copyright 2006
3 * Stefan Roese, DENX Software Engineering, sr@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
25#include <common.h>
Stefan Roese94627322008-03-19 10:23:43 +010026#include <libfdt.h>
27#include <fdt_support.h>
Stefan Roese899620c2006-08-15 14:22:35 +020028#include <spd_sdram.h>
29#include <ppc4xx_enet.h>
Stefan Roese1c2ce222006-11-27 14:12:17 +010030#include <miiphy.h>
Stefan Roese94627322008-03-19 10:23:43 +010031#include <asm/processor.h>
Stefan Roesea760b022009-11-12 16:41:09 +010032#include <asm/4xx_pci.h>
Stefan Roese899620c2006-08-15 14:22:35 +020033
34DECLARE_GLOBAL_DATA_PTR;
35
36extern int alpr_fpga_init(void);
37
38int board_early_init_f (void)
39{
Stefan Roese1c2ce222006-11-27 14:12:17 +010040 /*-------------------------------------------------------------------------
41 * Initialize EBC CONFIG
42 *-------------------------------------------------------------------------*/
Stefan Roesed1c3b272009-09-09 16:25:29 +020043 mtebc(EBC0_CFG, EBC_CFG_LE_UNLOCK |
Stefan Roese5bc528f2006-10-07 11:35:25 +020044 EBC_CFG_PTD_DISABLE | EBC_CFG_RTC_64PERCLK |
45 EBC_CFG_ATC_PREVIOUS | EBC_CFG_DTC_PREVIOUS |
46 EBC_CFG_CTC_PREVIOUS | EBC_CFG_EMC_NONDEFAULT |
47 EBC_CFG_PME_DISABLE | EBC_CFG_PR_32);
Stefan Roese899620c2006-08-15 14:22:35 +020048
49 /*--------------------------------------------------------------------
50 * Setup the interrupt controller polarities, triggers, etc.
51 *-------------------------------------------------------------------*/
Stefan Roese5de85142008-06-26 17:36:39 +020052 /*
53 * Because of the interrupt handling rework to handle 440GX interrupts
54 * with the common code, we needed to change names of the UIC registers.
55 * Here the new relationship:
56 *
57 * U-Boot name 440GX name
58 * -----------------------
59 * UIC0 UICB0
60 * UIC1 UIC0
61 * UIC2 UIC1
62 * UIC3 UIC2
63 */
Stefan Roese952e7762009-09-24 09:55:50 +020064 mtdcr (UIC1SR, 0xffffffff); /* clear all */
65 mtdcr (UIC1ER, 0x00000000); /* disable all */
66 mtdcr (UIC1CR, 0x00000009); /* SMI & UIC1 crit are critical */
67 mtdcr (UIC1PR, 0xfffffe03); /* per manual */
68 mtdcr (UIC1TR, 0x01c00000); /* per manual */
69 mtdcr (UIC1VR, 0x00000001); /* int31 highest, base=0x000 */
70 mtdcr (UIC1SR, 0xffffffff); /* clear all */
Stefan Roese899620c2006-08-15 14:22:35 +020071
Stefan Roese952e7762009-09-24 09:55:50 +020072 mtdcr (UIC2SR, 0xffffffff); /* clear all */
73 mtdcr (UIC2ER, 0x00000000); /* disable all */
74 mtdcr (UIC2CR, 0x00000000); /* all non-critical */
75 mtdcr (UIC2PR, 0xffffe0ff); /* per ref-board manual */
76 mtdcr (UIC2TR, 0x00ffc000); /* per ref-board manual */
77 mtdcr (UIC2VR, 0x00000001); /* int31 highest, base=0x000 */
78 mtdcr (UIC2SR, 0xffffffff); /* clear all */
Stefan Roese899620c2006-08-15 14:22:35 +020079
Stefan Roese952e7762009-09-24 09:55:50 +020080 mtdcr (UIC3SR, 0xffffffff); /* clear all */
81 mtdcr (UIC3ER, 0x00000000); /* disable all */
82 mtdcr (UIC3CR, 0x00000000); /* all non-critical */
83 mtdcr (UIC3PR, 0xffffffff); /* per ref-board manual */
84 mtdcr (UIC3TR, 0x00ff8c0f); /* per ref-board manual */
85 mtdcr (UIC3VR, 0x00000001); /* int31 highest, base=0x000 */
86 mtdcr (UIC3SR, 0xffffffff); /* clear all */
Stefan Roese5de85142008-06-26 17:36:39 +020087
Stefan Roese952e7762009-09-24 09:55:50 +020088 mtdcr (UIC0SR, 0xfc000000); /* clear all */
89 mtdcr (UIC0ER, 0x00000000); /* disable all */
90 mtdcr (UIC0CR, 0x00000000); /* all non-critical */
91 mtdcr (UIC0PR, 0xfc000000); /* */
92 mtdcr (UIC0TR, 0x00000000); /* */
93 mtdcr (UIC0VR, 0x00000001); /* */
Stefan Roese1c2ce222006-11-27 14:12:17 +010094
Stefan Roesef16c1da2007-01-06 15:56:13 +010095 /* Setup shutdown/SSD empty interrupt as inputs */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020096 out32(GPIO0_TCR, in32(GPIO0_TCR) & ~(CONFIG_SYS_GPIO_SHUTDOWN | CONFIG_SYS_GPIO_SSD_EMPTY));
97 out32(GPIO0_ODR, in32(GPIO0_ODR) & ~(CONFIG_SYS_GPIO_SHUTDOWN | CONFIG_SYS_GPIO_SSD_EMPTY));
Stefan Roesef16c1da2007-01-06 15:56:13 +010098
Stefan Roese1c2ce222006-11-27 14:12:17 +010099 /* Setup GPIO/IRQ multiplexing */
Stefan Roesed1c3b272009-09-09 16:25:29 +0200100 mtsdr(SDR0_PFC0, 0x01a33e00);
Stefan Roese899620c2006-08-15 14:22:35 +0200101
102 return 0;
103}
104
Stefan Roese1c2ce222006-11-27 14:12:17 +0100105int last_stage_init(void)
106{
107 unsigned short reg;
108
109 /*
110 * Configure LED's of both Marvell 88E1111 PHY's
111 *
112 * This has to be done after the 4xx ethernet driver is loaded,
113 * so "last_stage_init()" is the right place.
114 */
115 miiphy_read("ppc_4xx_eth2", CONFIG_PHY2_ADDR, 0x18, &reg);
116 reg |= 0x0001;
117 miiphy_write("ppc_4xx_eth2", CONFIG_PHY2_ADDR, 0x18, reg);
118 miiphy_read("ppc_4xx_eth3", CONFIG_PHY3_ADDR, 0x18, &reg);
119 reg |= 0x0001;
120 miiphy_write("ppc_4xx_eth3", CONFIG_PHY3_ADDR, 0x18, reg);
121
122 return 0;
123}
124
125static int board_rev(void)
126{
Stefan Roese1c2ce222006-11-27 14:12:17 +0100127 /* Setup as input */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200128 out32(GPIO0_TCR, in32(GPIO0_TCR) & ~(CONFIG_SYS_GPIO_REV0 | CONFIG_SYS_GPIO_REV1));
129 out32(GPIO0_ODR, in32(GPIO0_ODR) & ~(CONFIG_SYS_GPIO_REV0 | CONFIG_SYS_GPIO_REV1));
Stefan Roese1c2ce222006-11-27 14:12:17 +0100130
Stefan Roesef16c1da2007-01-06 15:56:13 +0100131 return (in32(GPIO0_IR) >> 16) & 0x3;
Stefan Roese1c2ce222006-11-27 14:12:17 +0100132}
133
Stefan Roese899620c2006-08-15 14:22:35 +0200134int checkboard (void)
135{
136 char *s = getenv ("serial#");
137
138 printf ("Board: ALPR");
139 if (s != NULL) {
140 puts (", serial# ");
141 puts (s);
142 }
Stefan Roese1c2ce222006-11-27 14:12:17 +0100143 printf(" (Rev. %d)\n", board_rev());
Stefan Roese899620c2006-08-15 14:22:35 +0200144
145 return (0);
146}
147
Stefan Roese466fff12007-06-25 15:57:39 +0200148#if defined(CONFIG_PCI)
Stefan Roesea760b022009-11-12 16:41:09 +0100149/*
150 * Override weak pci_pre_init()
151 */
152int pci_pre_init(struct pci_controller *hose)
Stefan Roese899620c2006-08-15 14:22:35 +0200153{
Stefan Roesea760b022009-11-12 16:41:09 +0100154 if (__pci_pre_init(hose) == 0)
Stefan Roese899620c2006-08-15 14:22:35 +0200155 return 0;
Stefan Roese899620c2006-08-15 14:22:35 +0200156
157 /* FPGA Init */
Stefan Roesea760b022009-11-12 16:41:09 +0100158 alpr_fpga_init();
Stefan Roese899620c2006-08-15 14:22:35 +0200159
160 return 1;
161}
Stefan Roese899620c2006-08-15 14:22:35 +0200162
163/*************************************************************************
Stefan Roese9a81c612009-10-29 16:54:52 +0100164 * Override weak is_pci_host()
Stefan Roese899620c2006-08-15 14:22:35 +0200165 *
166 * This routine is called to determine if a pci scan should be
167 * performed. With various hardware environments (especially cPCI and
168 * PPMC) it's insufficient to depend on the state of the arbiter enable
169 * bit in the strap register, or generic host/adapter assumptions.
170 *
171 * Rather than hard-code a bad assumption in the general 440 code, the
172 * 440 pci code requires the board to decide at runtime.
173 *
174 * Return 0 for adapter mode, non-zero for host (monarch) mode.
175 *
176 *
177 ************************************************************************/
Stefan Roese1c2ce222006-11-27 14:12:17 +0100178static void wait_for_pci_ready(void)
179{
180 /*
181 * Configure EREADY as input
182 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200183 out32(GPIO0_TCR, in32(GPIO0_TCR) & ~CONFIG_SYS_GPIO_EREADY);
Stefan Roese1c2ce222006-11-27 14:12:17 +0100184 udelay(1000);
185
186 for (;;) {
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200187 if (in32(GPIO0_IR) & CONFIG_SYS_GPIO_EREADY)
Stefan Roese1c2ce222006-11-27 14:12:17 +0100188 return;
189 }
190
191}
192
Stefan Roese899620c2006-08-15 14:22:35 +0200193int is_pci_host(struct pci_controller *hose)
194{
Stefan Roese1c2ce222006-11-27 14:12:17 +0100195 wait_for_pci_ready();
196 return 1; /* return 1 for host controller */
Stefan Roese899620c2006-08-15 14:22:35 +0200197}
198#endif /* defined(CONFIG_PCI) */
199
200/*************************************************************************
201 * pci_master_init
202 *
203 ************************************************************************/
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200204#if defined(CONFIG_PCI) && defined(CONFIG_SYS_PCI_MASTER_INIT)
Stefan Roese899620c2006-08-15 14:22:35 +0200205void pci_master_init(struct pci_controller *hose)
206{
Stefan Roese899620c2006-08-15 14:22:35 +0200207 /*--------------------------------------------------------------------------+
208 | PowerPC440 PCI Master configuration.
209 | Map PLB/processor addresses to PCI memory space.
210 | PLB address 0xA0000000-0xCFFFFFFF ==> PCI address 0x80000000-0xCFFFFFFF
211 | Use byte reversed out routines to handle endianess.
212 | Make this region non-prefetchable.
213 +--------------------------------------------------------------------------*/
Niklaus Gigerddc922f2009-10-04 20:04:20 +0200214 out32r( PCIL0_POM0SA, 0 ); /* disable */
215 out32r( PCIL0_POM1SA, 0 ); /* disable */
216 out32r( PCIL0_POM2SA, 0 ); /* disable */
Stefan Roese899620c2006-08-15 14:22:35 +0200217
Niklaus Gigerddc922f2009-10-04 20:04:20 +0200218 out32r(PCIL0_POM0LAL, CONFIG_SYS_PCI_MEMBASE); /* PMM0 Local Address */
219 out32r(PCIL0_POM0LAH, 0x00000003); /* PMM0 Local Address */
220 out32r(PCIL0_POM0PCIAL, CONFIG_SYS_PCI_MEMBASE); /* PMM0 PCI Low Address */
221 out32r(PCIL0_POM0PCIAH, 0x00000000); /* PMM0 PCI High Address */
222 out32r(PCIL0_POM0SA, ~(0x10000000 - 1) | 1); /* 256MB + enable region */
Stefan Roese899620c2006-08-15 14:22:35 +0200223
Niklaus Gigerddc922f2009-10-04 20:04:20 +0200224 out32r(PCIL0_POM1LAL, CONFIG_SYS_PCI_MEMBASE2); /* PMM0 Local Address */
225 out32r(PCIL0_POM1LAH, 0x00000003); /* PMM0 Local Address */
226 out32r(PCIL0_POM1PCIAL, CONFIG_SYS_PCI_MEMBASE2); /* PMM0 PCI Low Address */
227 out32r(PCIL0_POM1PCIAH, 0x00000000); /* PMM0 PCI High Address */
228 out32r(PCIL0_POM1SA, ~(0x10000000 - 1) | 1); /* 256MB + enable region */
Stefan Roese899620c2006-08-15 14:22:35 +0200229}
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200230#endif /* defined(CONFIG_PCI) && defined(CONFIG_SYS_PCI_MASTER_INIT) */
Stefan Roese899620c2006-08-15 14:22:35 +0200231
232#ifdef CONFIG_POST
233/*
234 * Returns 1 if keys pressed to start the power-on long-running tests
235 * Called from board_init_f().
236 */
237int post_hotkeys_pressed(void)
238{
239
240 return (ctrlc());
241}
242#endif