stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2001-2003 |
| 3 | * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com |
| 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 | #include <common.h> |
| 25 | #include <asm/processor.h> |
| 26 | #include <command.h> |
| 27 | #include <malloc.h> |
| 28 | |
| 29 | /* ------------------------------------------------------------------------- */ |
| 30 | |
| 31 | #if 0 |
| 32 | #define FPGA_DEBUG |
| 33 | #endif |
| 34 | |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 35 | /* fpga configuration data - gzip compressed and generated by bin2c */ |
| 36 | const unsigned char fpgadata[] = |
| 37 | { |
| 38 | #include "fpgadata.c" |
| 39 | }; |
| 40 | |
| 41 | /* |
| 42 | * include common fpga code (for esd boards) |
| 43 | */ |
| 44 | #include "../common/fpga.c" |
| 45 | |
| 46 | |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 47 | int board_early_init_f (void) |
| 48 | { |
| 49 | /* |
| 50 | * IRQ 0-15 405GP internally generated; active high; level sensitive |
| 51 | * IRQ 16 405GP internally generated; active low; level sensitive |
| 52 | * IRQ 17-24 RESERVED |
| 53 | * IRQ 25 (EXT IRQ 0) CAN0; active low; level sensitive |
| 54 | * IRQ 26 (EXT IRQ 1) SER0 ; active low; level sensitive |
| 55 | * IRQ 27 (EXT IRQ 2) SER1; active low; level sensitive |
| 56 | * IRQ 28 (EXT IRQ 3) FPGA 0; active low; level sensitive |
| 57 | * IRQ 29 (EXT IRQ 4) FPGA 1; active low; level sensitive |
| 58 | * IRQ 30 (EXT IRQ 5) PCI INTA; active low; level sensitive |
| 59 | * IRQ 31 (EXT IRQ 6) COMPACT FLASH; active high; level sensitive |
| 60 | */ |
Stefan Roese | 952e776 | 2009-09-24 09:55:50 +0200 | [diff] [blame] | 61 | mtdcr(UIC0SR, 0xFFFFFFFF); /* clear all ints */ |
| 62 | mtdcr(UIC0ER, 0x00000000); /* disable all ints */ |
| 63 | mtdcr(UIC0CR, 0x00000000); /* set all to be non-critical*/ |
| 64 | mtdcr(UIC0PR, 0xFFFFFF9F); /* set int polarities */ |
| 65 | mtdcr(UIC0TR, 0x10000000); /* set int trigger levels */ |
| 66 | mtdcr(UIC0VCR, 0x00000001); /* set vect base=0,INT0 highest priority*/ |
| 67 | mtdcr(UIC0SR, 0xFFFFFFFF); /* clear all ints */ |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 68 | |
| 69 | /* |
| 70 | * EBC Configuration Register: set ready timeout to 512 ebc-clks -> ca. 15 us |
| 71 | */ |
Stefan Roese | d1c3b27 | 2009-09-09 16:25:29 +0200 | [diff] [blame] | 72 | mtebc (EBC0_CFG, 0xa8400000); /* ebc always driven */ |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 73 | |
| 74 | return 0; |
| 75 | } |
| 76 | |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 77 | int misc_init_r (void) |
| 78 | { |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 79 | unsigned char *dst; |
| 80 | ulong len = sizeof(fpgadata); |
| 81 | int status; |
| 82 | int index; |
| 83 | int i; |
| 84 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 85 | dst = malloc(CONFIG_SYS_FPGA_MAX_SIZE); |
| 86 | if (gunzip (dst, CONFIG_SYS_FPGA_MAX_SIZE, (uchar *)fpgadata, &len) != 0) { |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 87 | printf ("GUNZIP ERROR - must RESET board to recover\n"); |
| 88 | do_reset (NULL, 0, 0, NULL); |
| 89 | } |
| 90 | |
| 91 | status = fpga_boot(dst, len); |
| 92 | if (status != 0) { |
| 93 | printf("\nFPGA: Booting failed "); |
| 94 | switch (status) { |
| 95 | case ERROR_FPGA_PRG_INIT_LOW: |
| 96 | printf("(Timeout: INIT not low after asserting PROGRAM*)\n "); |
| 97 | break; |
| 98 | case ERROR_FPGA_PRG_INIT_HIGH: |
| 99 | printf("(Timeout: INIT not high after deasserting PROGRAM*)\n "); |
| 100 | break; |
| 101 | case ERROR_FPGA_PRG_DONE: |
| 102 | printf("(Timeout: DONE not high after programming FPGA)\n "); |
| 103 | break; |
| 104 | } |
| 105 | |
| 106 | /* display infos on fpgaimage */ |
| 107 | index = 15; |
| 108 | for (i=0; i<4; i++) { |
| 109 | len = dst[index]; |
| 110 | printf("FPGA: %s\n", &(dst[index+1])); |
| 111 | index += len+3; |
| 112 | } |
| 113 | putc ('\n'); |
| 114 | /* delayed reboot */ |
| 115 | for (i=20; i>0; i--) { |
| 116 | printf("Rebooting in %2d seconds \r",i); |
| 117 | for (index=0;index<1000;index++) |
| 118 | udelay(1000); |
| 119 | } |
| 120 | putc ('\n'); |
| 121 | do_reset(NULL, 0, 0, NULL); |
| 122 | } |
| 123 | |
| 124 | puts("FPGA: "); |
| 125 | |
| 126 | /* display infos on fpgaimage */ |
| 127 | index = 15; |
| 128 | for (i=0; i<4; i++) { |
| 129 | len = dst[index]; |
| 130 | printf("%s ", &(dst[index+1])); |
| 131 | index += len+3; |
| 132 | } |
| 133 | putc ('\n'); |
| 134 | |
| 135 | free(dst); |
| 136 | |
| 137 | /* |
| 138 | * Reset FPGA via FPGA_DATA pin |
| 139 | */ |
| 140 | SET_FPGA(FPGA_PRG | FPGA_CLK); |
| 141 | udelay(1000); /* wait 1ms */ |
| 142 | SET_FPGA(FPGA_PRG | FPGA_CLK | FPGA_DATA); |
| 143 | udelay(1000); /* wait 1ms */ |
| 144 | |
| 145 | /* |
| 146 | * Reset external DUARTs |
| 147 | */ |
Matthias Fuchs | 049216f | 2009-02-20 10:19:18 +0100 | [diff] [blame] | 148 | out_be32((void *)GPIO0_OR, |
| 149 | in_be32((void *)GPIO0_OR) | CONFIG_SYS_DUART_RST); |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 150 | udelay(10); /* wait 10us */ |
Matthias Fuchs | 049216f | 2009-02-20 10:19:18 +0100 | [diff] [blame] | 151 | out_be32((void *)GPIO0_OR, |
| 152 | in_be32((void *)GPIO0_OR) & ~CONFIG_SYS_DUART_RST); |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 153 | udelay(1000); /* wait 1ms */ |
| 154 | |
| 155 | /* |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 156 | * Enable interrupts in exar duart mcr[3] |
| 157 | */ |
Matthias Fuchs | 049216f | 2009-02-20 10:19:18 +0100 | [diff] [blame] | 158 | out_8((void *)(DUART0_BA + 4), 0x08); |
| 159 | out_8((void *)(DUART1_BA + 4), 0x08); |
| 160 | out_8((void *)(DUART2_BA + 4), 0x08); |
| 161 | out_8((void *)(DUART3_BA + 4), 0x08); |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 162 | |
| 163 | return (0); |
| 164 | } |
| 165 | |
| 166 | |
| 167 | /* |
| 168 | * Check Board Identity: |
| 169 | */ |
| 170 | |
| 171 | int checkboard (void) |
| 172 | { |
Wolfgang Denk | 77ddac9 | 2005-10-13 16:45:02 +0200 | [diff] [blame] | 173 | char str[64]; |
Wolfgang Denk | cdb7497 | 2010-07-24 21:55:43 +0200 | [diff] [blame] | 174 | int i = getenv_f("serial#", str, sizeof(str)); |
stroese | 6cfb1f0 | 2004-12-16 18:25:40 +0000 | [diff] [blame] | 175 | |
| 176 | puts ("Board: "); |
| 177 | |
| 178 | if (i == -1) { |
| 179 | puts ("### No HW ID - assuming WUH405"); |
| 180 | } else { |
| 181 | puts(str); |
| 182 | } |
| 183 | |
| 184 | putc ('\n'); |
| 185 | |
| 186 | return 0; |
| 187 | } |