blob: daab578f87ca6d312a782bdf99578ef77407b634 [file] [log] [blame]
wdenkba56f622004-02-06 23:19:44 +00001/*
Peter Tysere0299072009-07-17 19:01:07 -05002 * Copyright (C) 2003 Travis B. Sawyer <travis.sawyer@sandburst.com>
wdenkba56f622004-02-06 23:19:44 +00003 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
wdenkba56f622004-02-06 23:19:44 +00005 */
6
wdenkba56f622004-02-06 23:19:44 +00007#include <common.h>
8#include <asm/processor.h>
9#include <spd_sdram.h>
10#include <i2c.h>
Wolfgang Denkd2567be2009-03-28 20:16:16 +010011#include <net.h>
wdenkba56f622004-02-06 23:19:44 +000012
Wolfgang Denkd87080b2006-03-31 18:32:53 +020013DECLARE_GLOBAL_DATA_PTR;
14
wdenk3c74e322004-02-22 23:46:08 +000015int board_early_init_f(void)
wdenkba56f622004-02-06 23:19:44 +000016{
17 unsigned long sdrreg;
Peter Tysere0299072009-07-17 19:01:07 -050018
Peter Tyserb88da152009-07-17 19:01:09 -050019 /*
20 * Enable GPIO for pins 18 - 24
21 * 18 = SEEPROM_WP
22 * 19 = #M_RST
23 * 20 = #MONARCH
24 * 21 = #LED_ALARM
25 * 22 = #LED_ACT
26 * 23 = #LED_STATUS1
27 * 24 = #LED_STATUS2
28 */
Stefan Roesed1c3b272009-09-09 16:25:29 +020029 mfsdr(SDR0_PFC0, sdrreg);
30 mtsdr(SDR0_PFC0, (sdrreg & ~SDR0_PFC0_TRE_ENABLE) | 0x00003e00);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020031 out32(CONFIG_SYS_GPIO_BASE + 0x018, (USR_LED0 | USR_LED1 | USR_LED2 | USR_LED3));
wdenkba56f622004-02-06 23:19:44 +000032 LED0_OFF();
33 LED1_OFF();
34 LED2_OFF();
35 LED3_OFF();
36
Peter Tysere0299072009-07-17 19:01:07 -050037 /* Setup the external bus controller/chip selects */
Stefan Roesed1c3b272009-09-09 16:25:29 +020038 mtebc(PB0AP, 0x04055200); /* 16MB Strata FLASH */
39 mtebc(PB0CR, 0xff098000); /* BAS=0xff0 16MB R/W 8-bit */
40 mtebc(PB1AP, 0x04055200); /* 512KB Socketed AMD FLASH */
41 mtebc(PB1CR, 0xfe018000); /* BAS=0xfe0 1MB R/W 8-bit */
42 mtebc(PB6AP, 0x05006400); /* 32-64MB AMD MirrorBit FLASH */
43 mtebc(PB6CR, 0xf00da000); /* BAS=0xf00 64MB R/W i6-bit */
44 mtebc(PB7AP, 0x05006400); /* 32-64MB AMD MirrorBit FLASH */
45 mtebc(PB7CR, 0xf40da000); /* BAS=0xf40 64MB R/W 16-bit */
wdenkba56f622004-02-06 23:19:44 +000046
Stefan Roese5de85142008-06-26 17:36:39 +020047 /*
Peter Tysere0299072009-07-17 19:01:07 -050048 * Setup the interrupt controller polarities, triggers, etc.
49 *
Stefan Roese5de85142008-06-26 17:36:39 +020050 * Because of the interrupt handling rework to handle 440GX interrupts
51 * with the common code, we needed to change names of the UIC registers.
52 * Here the new relationship:
53 *
54 * U-Boot name 440GX name
55 * -----------------------
56 * UIC0 UICB0
57 * UIC1 UIC0
58 * UIC2 UIC1
59 * UIC3 UIC2
60 */
Stefan Roese952e7762009-09-24 09:55:50 +020061 mtdcr(UIC1SR, 0xffffffff); /* clear all */
62 mtdcr(UIC1ER, 0x00000000); /* disable all */
63 mtdcr(UIC1CR, 0x00000003); /* SMI & UIC1 crit are critical */
64 mtdcr(UIC1PR, 0xfffffe00); /* per ref-board manual */
65 mtdcr(UIC1TR, 0x01c00000); /* per ref-board manual */
66 mtdcr(UIC1VR, 0x00000001); /* int31 highest, base=0x000 */
67 mtdcr(UIC1SR, 0xffffffff); /* clear all */
wdenkba56f622004-02-06 23:19:44 +000068
Stefan Roese952e7762009-09-24 09:55:50 +020069 mtdcr(UIC2SR, 0xffffffff); /* clear all */
70 mtdcr(UIC2ER, 0x00000000); /* disable all */
71 mtdcr(UIC2CR, 0x00000000); /* all non-critical */
72 mtdcr(UIC2PR, 0xffffc0ff); /* per ref-board manual */
73 mtdcr(UIC2TR, 0x00ff8000); /* per ref-board manual */
74 mtdcr(UIC2VR, 0x00000001); /* int31 highest, base=0x000 */
75 mtdcr(UIC2SR, 0xffffffff); /* clear all */
wdenkba56f622004-02-06 23:19:44 +000076
Stefan Roese952e7762009-09-24 09:55:50 +020077 mtdcr(UIC3SR, 0xffffffff); /* clear all */
78 mtdcr(UIC3ER, 0x00000000); /* disable all */
79 mtdcr(UIC3CR, 0x00000000); /* all non-critical */
80 mtdcr(UIC3PR, 0xffffffff); /* per ref-board manual */
81 mtdcr(UIC3TR, 0x00ff8c0f); /* per ref-board manual */
82 mtdcr(UIC3VR, 0x00000001); /* int31 highest, base=0x000 */
83 mtdcr(UIC3SR, 0xffffffff); /* clear all */
Stefan Roese5de85142008-06-26 17:36:39 +020084
Stefan Roese952e7762009-09-24 09:55:50 +020085 mtdcr(UIC0SR, 0xfc000000); /* clear all */
86 mtdcr(UIC0ER, 0x00000000); /* disable all */
87 mtdcr(UIC0CR, 0x00000000); /* all non-critical */
88 mtdcr(UIC0PR, 0xfc000000); /* */
89 mtdcr(UIC0TR, 0x00000000); /* */
90 mtdcr(UIC0VR, 0x00000001); /* */
wdenkba56f622004-02-06 23:19:44 +000091
92 LED0_ON();
93
wdenkba56f622004-02-06 23:19:44 +000094 return 0;
95}
96
Peter Tysere0299072009-07-17 19:01:07 -050097int checkboard(void)
wdenkba56f622004-02-06 23:19:44 +000098{
Wolfgang Denkf0c0b3a2011-05-04 10:32:28 +000099 char buf[64];
100 int i;
Peter Tyser54381b72009-07-17 19:01:15 -0500101
102 printf("Board: X-ES %s PMC SBC\n", CONFIG_SYS_BOARD_NAME);
103 printf(" ");
Wolfgang Denkf0c0b3a2011-05-04 10:32:28 +0000104 i = getenv_f("board_rev", buf, sizeof(buf));
105 if (i > 0)
106 printf("Rev %s, ", buf);
107 i = getenv_f("serial#", buf, sizeof(buf));
108 if (i > 0)
109 printf("Serial# %s, ", buf);
110 i = getenv_f("board_cfg", buf, sizeof(buf));
111 if (i > 0)
112 printf("Cfg %s", buf);
Peter Tyser54381b72009-07-17 19:01:15 -0500113 printf("\n");
wdenkba56f622004-02-06 23:19:44 +0000114
Peter Tysere0299072009-07-17 19:01:07 -0500115 return 0;
wdenkba56f622004-02-06 23:19:44 +0000116}
117
Peter Tysere0299072009-07-17 19:01:07 -0500118phys_size_t initdram(int board_type)
wdenkba56f622004-02-06 23:19:44 +0000119{
Peter Tyser108d6d02009-07-17 19:01:05 -0500120 return spd_sdram();
wdenkba56f622004-02-06 23:19:44 +0000121}
122
Peter Tysere0299072009-07-17 19:01:07 -0500123/*
Stefan Roesea760b022009-11-12 16:41:09 +0100124 * Override weak pci_pre_init()
125 *
Peter Tysere0299072009-07-17 19:01:07 -0500126 * This routine is called just prior to registering the hose and gives
127 * the board the opportunity to check things. Returning a value of zero
128 * indicates that things are bad & PCI initialization should be aborted.
129 *
130 * Different boards may wish to customize the pci controller structure
131 * (add regions, override default access routines, etc) or perform
132 * certain pre-initialization actions.
133 */
Stefan Roese466fff12007-06-25 15:57:39 +0200134#if defined(CONFIG_PCI)
Peter Tysere0299072009-07-17 19:01:07 -0500135int pci_pre_init(struct pci_controller * hose)
wdenkba56f622004-02-06 23:19:44 +0000136{
137 unsigned long strap;
Peter Tysere0299072009-07-17 19:01:07 -0500138
wdenk3c74e322004-02-22 23:46:08 +0000139 /* See if we're supposed to setup the pci */
Stefan Roesed1c3b272009-09-09 16:25:29 +0200140 mfsdr(SDR0_SDSTP1, strap);
Peter Tysere0299072009-07-17 19:01:07 -0500141 if ((strap & 0x00010000) == 0)
142 return 0;
wdenkba56f622004-02-06 23:19:44 +0000143
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200144#if defined(CONFIG_SYS_PCI_FORCE_PCI_CONV)
Niklaus Gigerddc922f2009-10-04 20:04:20 +0200145 /* Setup System Device Register PCIL0_XCR */
Stefan Roesed1c3b272009-09-09 16:25:29 +0200146 mfsdr(SDR0_XCR, strap);
wdenk3c74e322004-02-22 23:46:08 +0000147 strap &= 0x0f000000;
Stefan Roesed1c3b272009-09-09 16:25:29 +0200148 mtsdr(SDR0_XCR, strap);
wdenk3c74e322004-02-22 23:46:08 +0000149#endif
Peter Tysere0299072009-07-17 19:01:07 -0500150
wdenkba56f622004-02-06 23:19:44 +0000151 return 1;
152}
Stefan Roese466fff12007-06-25 15:57:39 +0200153#endif /* defined(CONFIG_PCI) */
wdenkba56f622004-02-06 23:19:44 +0000154
wdenkba56f622004-02-06 23:19:44 +0000155#if defined(CONFIG_PCI)
Peter Tysere0299072009-07-17 19:01:07 -0500156/*
Stefan Roese9a81c612009-10-29 16:54:52 +0100157 * Override weak is_pci_host()
158 *
Peter Tysere0299072009-07-17 19:01:07 -0500159 * This routine is called to determine if a pci scan should be
160 * performed. With various hardware environments (especially cPCI and
161 * PPMC) it's insufficient to depend on the state of the arbiter enable
162 * bit in the strap register, or generic host/adapter assumptions.
163 *
164 * Rather than hard-code a bad assumption in the general 440 code, the
165 * 440 pci code requires the board to decide at runtime.
166 *
167 * Return 0 for adapter mode, non-zero for host (monarch) mode.
168 */
wdenkba56f622004-02-06 23:19:44 +0000169int is_pci_host(struct pci_controller *hose)
170{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200171 return ((in32(CONFIG_SYS_GPIO_BASE + 0x1C) & 0x00000800) == 0);
wdenkba56f622004-02-06 23:19:44 +0000172}
173#endif /* defined(CONFIG_PCI) */
174
175#ifdef CONFIG_POST
176/*
177 * Returns 1 if keys pressed to start the power-on long-running tests
178 * Called from board_init_f().
179 */
180int post_hotkeys_pressed(void)
181{
Peter Tysere0299072009-07-17 19:01:07 -0500182 return ctrlc();
wdenkba56f622004-02-06 23:19:44 +0000183}
Peter Tysere0299072009-07-17 19:01:07 -0500184#endif