blob: 94caa6c5e55dd4e7e61ee16e65027962a53ad5d6 [file] [log] [blame]
stroese071d8972003-05-23 11:35:47 +00001/*
2 * (C) Copyright 2001-2003
Stefan Roese2076d0a2006-01-18 20:03:15 +01003 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
Matthias Fuchs2f6eb912009-02-15 22:27:47 +01005 * (C) Copyright 2005-2009
Stefan Roese2076d0a2006-01-18 20:03:15 +01006 * Matthias Fuchs, esd gmbh germany, matthias.fuchs@esd-electronics.com
stroese071d8972003-05-23 11:35:47 +00007 *
8 * See file CREDITS for list of people who contributed to this
9 * project.
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of
14 * the License, or (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24 * MA 02111-1307 USA
25 */
26
27#include <common.h>
28#include <asm/processor.h>
Matthias Fuchs2f6eb912009-02-15 22:27:47 +010029#include <asm/io.h>
stroese071d8972003-05-23 11:35:47 +000030#include <command.h>
stroese071d8972003-05-23 11:35:47 +000031#include <malloc.h>
32
Wolfgang Denkd87080b2006-03-31 18:32:53 +020033DECLARE_GLOBAL_DATA_PTR;
stroese071d8972003-05-23 11:35:47 +000034
stroese4510a7b2004-12-16 18:40:02 +000035extern void lxt971_no_sleep(void);
36
stroeseef9e8682003-09-12 08:46:58 +000037/* fpga configuration data - not compressed, generated by bin2c */
38const unsigned char fpgadata[] =
39{
40#include "fpgadata.c"
41};
42int filesize = sizeof(fpgadata);
stroese071d8972003-05-23 11:35:47 +000043
wdenkc837dcb2004-01-20 23:12:12 +000044int board_early_init_f (void)
stroese071d8972003-05-23 11:35:47 +000045{
46 /*
47 * IRQ 0-15 405GP internally generated; active high; level sensitive
48 * IRQ 16 405GP internally generated; active low; level sensitive
49 * IRQ 17-24 RESERVED
50 * IRQ 25 (EXT IRQ 0) CAN0; active low; level sensitive
51 * IRQ 26 (EXT IRQ 1) SER0 ; active low; level sensitive
52 * IRQ 27 (EXT IRQ 2) SER1; active low; level sensitive
53 * IRQ 28 (EXT IRQ 3) FPGA 0; active low; level sensitive
54 * IRQ 29 (EXT IRQ 4) FPGA 1; active low; level sensitive
55 * IRQ 30 (EXT IRQ 5) PCI INTA; active low; level sensitive
56 * IRQ 31 (EXT IRQ 6) COMPACT FLASH; active high; level sensitive
57 */
Matthias Fuchsc553b5f2009-02-15 22:26:54 +010058 mtdcr(uicsr, 0xFFFFFFFF); /* clear all ints */
59 mtdcr(uicer, 0x00000000); /* disable all ints */
60 mtdcr(uiccr, 0x00000000); /* set all to be non-critical*/
61 mtdcr(uicpr, 0xFFFFFF81); /* set int polarities */
62 mtdcr(uictr, 0x10000000); /* set int trigger levels */
63 mtdcr(uicvcr, 0x00000001); /* set vect base=0, INT0 highest priority */
64 mtdcr(uicsr, 0xFFFFFFFF); /* clear all ints */
stroese071d8972003-05-23 11:35:47 +000065
66 /*
Matthias Fuchsc553b5f2009-02-15 22:26:54 +010067 * EBC Configuration Register:
68 * set ready timeout to 512 ebc-clks -> ca. 15 us
stroese071d8972003-05-23 11:35:47 +000069 */
70 mtebc (epcr, 0xa8400000);
71
stroese4510a7b2004-12-16 18:40:02 +000072 /*
Stefan Roese2076d0a2006-01-18 20:03:15 +010073 * Setup GPIO pins
stroese4510a7b2004-12-16 18:40:02 +000074 */
Stefan Roesef50fe4b2009-02-18 14:05:37 +010075 mtdcr(cntrl0, mfdcr(cntrl0) | ((CONFIG_SYS_FPGA_INIT |
76 CONFIG_SYS_FPGA_DONE |
77 CONFIG_SYS_XEREADY |
78 CONFIG_SYS_NONMONARCH |
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020079 CONFIG_SYS_REV1_2) << 5));
Stefan Roese2076d0a2006-01-18 20:03:15 +010080
Stefan Roesef50fe4b2009-02-18 14:05:37 +010081 if (!(in_be32((void *)GPIO0_IR) & CONFIG_SYS_REV1_2)) {
Stefan Roese2076d0a2006-01-18 20:03:15 +010082 /* rev 1.2 boards */
Stefan Roesef50fe4b2009-02-18 14:05:37 +010083 mtdcr(cntrl0, mfdcr(cntrl0) | ((CONFIG_SYS_INTA_FAKE |
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020084 CONFIG_SYS_SELF_RST) << 5));
Stefan Roese2076d0a2006-01-18 20:03:15 +010085 }
86
Stefan Roesef50fe4b2009-02-18 14:05:37 +010087 out_be32((void *)GPIO0_OR, CONFIG_SYS_VPEN);
Matthias Fuchsc553b5f2009-02-15 22:26:54 +010088 /* setup for output */
Stefan Roesef50fe4b2009-02-18 14:05:37 +010089 out_be32((void *)GPIO0_TCR, CONFIG_SYS_FPGA_PRG | CONFIG_SYS_FPGA_CLK |
90 CONFIG_SYS_FPGA_DATA | CONFIG_SYS_XEREADY | CONFIG_SYS_VPEN);
Stefan Roese2076d0a2006-01-18 20:03:15 +010091
Matthias Fuchsc553b5f2009-02-15 22:26:54 +010092 /*
93 * - check if rev1_2 is low, then:
94 * - set/reset CONFIG_SYS_INTA_FAKE/CONFIG_SYS_SELF_RST
95 * in TCR to assert INTA# or SELFRST#
stroese4510a7b2004-12-16 18:40:02 +000096 */
stroese071d8972003-05-23 11:35:47 +000097 return 0;
98}
99
stroese071d8972003-05-23 11:35:47 +0000100int misc_init_r (void)
101{
stroese4510a7b2004-12-16 18:40:02 +0000102 /* adjust flash start and offset */
103 gd->bd->bi_flashstart = 0 - gd->bd->bi_flashsize;
104 gd->bd->bi_flashoffset = 0;
105
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100106 /* deassert EREADY# */
Stefan Roesef50fe4b2009-02-18 14:05:37 +0100107 out_be32((void *)GPIO0_OR,
108 in_be32((void *)GPIO0_OR) | CONFIG_SYS_XEREADY);
stroese071d8972003-05-23 11:35:47 +0000109 return (0);
110}
111
Stefan Roese2076d0a2006-01-18 20:03:15 +0100112ushort pmc405_pci_subsys_deviceid(void)
113{
114 ulong val;
Stefan Roesef50fe4b2009-02-18 14:05:37 +0100115
116 val = in_be32((void *)GPIO0_IR);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200117 if (!(val & CONFIG_SYS_REV1_2)) { /* low=rev1.2 */
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100118 /* check monarch# signal */
119 if (val & CONFIG_SYS_NONMONARCH)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200120 return CONFIG_SYS_PCI_SUBSYS_DEVICEID_NONMONARCH;
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200121 return CONFIG_SYS_PCI_SUBSYS_DEVICEID_MONARCH;
Stefan Roese2076d0a2006-01-18 20:03:15 +0100122 }
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200123 return CONFIG_SYS_PCI_SUBSYS_DEVICEID_NONMONARCH;
Stefan Roese2076d0a2006-01-18 20:03:15 +0100124}
stroese071d8972003-05-23 11:35:47 +0000125
126/*
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100127 * Check Board Identity
stroese071d8972003-05-23 11:35:47 +0000128 */
stroese071d8972003-05-23 11:35:47 +0000129int checkboard (void)
130{
Stefan Roese2076d0a2006-01-18 20:03:15 +0100131 ulong val;
Wolfgang Denk77ddac92005-10-13 16:45:02 +0200132 char str[64];
Stefan Roesef50fe4b2009-02-18 14:05:37 +0100133 int i = getenv_r("serial#", str, sizeof(str));
stroese071d8972003-05-23 11:35:47 +0000134
135 puts ("Board: ");
136
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100137 if (i == -1)
stroeseef9e8682003-09-12 08:46:58 +0000138 puts ("### No HW ID - assuming PMC405");
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100139 else
stroese071d8972003-05-23 11:35:47 +0000140 puts(str);
stroese071d8972003-05-23 11:35:47 +0000141
Stefan Roesef50fe4b2009-02-18 14:05:37 +0100142 val = in_be32((void *)GPIO0_IR);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200143 if (!(val & CONFIG_SYS_REV1_2)) { /* low=rev1.2 */
Stefan Roese2076d0a2006-01-18 20:03:15 +0100144 puts(" rev1.2 (");
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100145 if (val & CONFIG_SYS_NONMONARCH) /* monarch# signal */
Stefan Roese2076d0a2006-01-18 20:03:15 +0100146 puts("non-");
Stefan Roese2076d0a2006-01-18 20:03:15 +0100147 puts("monarch)");
Matthias Fuchsc553b5f2009-02-15 22:26:54 +0100148 } else
Stefan Roese2076d0a2006-01-18 20:03:15 +0100149 puts(" <=rev1.1");
stroese071d8972003-05-23 11:35:47 +0000150
Stefan Roese2076d0a2006-01-18 20:03:15 +0100151 putc ('\n');
stroese4510a7b2004-12-16 18:40:02 +0000152
stroese071d8972003-05-23 11:35:47 +0000153 return 0;
154}
155
Stefan Roese2076d0a2006-01-18 20:03:15 +0100156void reset_phy(void)
stroese071d8972003-05-23 11:35:47 +0000157{
Stefan Roese2076d0a2006-01-18 20:03:15 +0100158#ifdef CONFIG_LXT971_NO_SLEEP
stroese071d8972003-05-23 11:35:47 +0000159
Stefan Roese2076d0a2006-01-18 20:03:15 +0100160 /*
161 * Disable sleep mode in LXT971
162 */
163 lxt971_no_sleep();
164#endif
stroese071d8972003-05-23 11:35:47 +0000165}