Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2010 |
| 3 | * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.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 | #include <common.h> |
| 25 | #include <command.h> |
| 26 | #include <asm/processor.h> |
| 27 | #include <asm/io.h> |
| 28 | #include <asm/ppc4xx-gpio.h> |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 29 | #include <asm/global_data.h> |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 30 | |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 31 | #include "405ep.h" |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 32 | #include <gdsys_fpga.h> |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 33 | |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 34 | #define REFLECTION_TESTPATTERN 0xdede |
| 35 | #define REFLECTION_TESTPATTERN_INV (~REFLECTION_TESTPATTERN & 0xffff) |
| 36 | |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 37 | DECLARE_GLOBAL_DATA_PTR; |
| 38 | |
| 39 | int get_fpga_state(unsigned dev) |
| 40 | { |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 41 | return gd->arch.fpga_state[dev]; |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 42 | } |
| 43 | |
| 44 | void print_fpga_state(unsigned dev) |
| 45 | { |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 46 | if (gd->arch.fpga_state[dev] & FPGA_STATE_DONE_FAILED) |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 47 | puts(" Waiting for FPGA-DONE timed out.\n"); |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 48 | if (gd->arch.fpga_state[dev] & FPGA_STATE_REFLECTION_FAILED) |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 49 | puts(" FPGA reflection test failed.\n"); |
| 50 | } |
| 51 | |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 52 | int board_early_init_f(void) |
| 53 | { |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 54 | unsigned k; |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 55 | |
| 56 | for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 57 | gd->arch.fpga_state[k] = 0; |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 58 | |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 59 | mtdcr(UIC0SR, 0xFFFFFFFF); /* clear all ints */ |
| 60 | mtdcr(UIC0ER, 0x00000000); /* disable all ints */ |
| 61 | mtdcr(UIC0CR, 0x00000000); /* set all to be non-critical */ |
| 62 | mtdcr(UIC0PR, 0xFFFFFF80); /* set int polarities */ |
| 63 | mtdcr(UIC0TR, 0x10000000); /* set int trigger levels */ |
| 64 | mtdcr(UIC0VCR, 0x00000001); /* set vect base=0,INT0 highest prio */ |
| 65 | mtdcr(UIC0SR, 0xFFFFFFFF); /* clear all ints */ |
| 66 | |
| 67 | /* |
| 68 | * EBC Configuration Register: set ready timeout to 512 ebc-clks |
| 69 | * -> ca. 15 us |
| 70 | */ |
| 71 | mtebc(EBC0_CFG, 0xa8400000); /* ebc always driven */ |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 72 | return 0; |
| 73 | } |
| 74 | |
| 75 | int board_early_init_r(void) |
| 76 | { |
| 77 | unsigned k; |
| 78 | unsigned ctr; |
| 79 | |
| 80 | for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 81 | gd->arch.fpga_state[k] = 0; |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 82 | |
| 83 | /* |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 84 | * reset FPGA |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 85 | */ |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 86 | gd405ep_init(); |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 87 | |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 88 | gd405ep_set_fpga_reset(1); |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 89 | |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 90 | gd405ep_setup_hw(); |
| 91 | |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 92 | for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) { |
| 93 | ctr = 0; |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 94 | while (!gd405ep_get_fpga_done(k)) { |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 95 | udelay(100000); |
| 96 | if (ctr++ > 5) { |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 97 | gd->arch.fpga_state[k] |= |
| 98 | FPGA_STATE_DONE_FAILED; |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 99 | break; |
| 100 | } |
| 101 | } |
| 102 | } |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 103 | |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 104 | udelay(10); |
Dirk Eibach | 6e9e6c3 | 2012-04-26 03:54:22 +0000 | [diff] [blame] | 105 | |
| 106 | gd405ep_set_fpga_reset(0); |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 107 | |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 108 | for (k = 0; k < CONFIG_SYS_FPGA_COUNT; ++k) { |
Dirk Eibach | 0e60aa8 | 2012-04-27 10:33:46 +0200 | [diff] [blame] | 109 | struct ihs_fpga *fpga = |
| 110 | (struct ihs_fpga *)CONFIG_SYS_FPGA_BASE(k); |
Dirk Eibach | 5cb4100 | 2011-04-06 13:53:46 +0200 | [diff] [blame] | 111 | #ifdef CONFIG_SYS_FPGA_NO_RFL_HI |
| 112 | u16 *reflection_target = &fpga->reflection_low; |
| 113 | #else |
| 114 | u16 *reflection_target = &fpga->reflection_high; |
| 115 | #endif |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 116 | /* |
| 117 | * wait for fpga out of reset |
| 118 | */ |
| 119 | ctr = 0; |
| 120 | while (1) { |
| 121 | out_le16(&fpga->reflection_low, |
| 122 | REFLECTION_TESTPATTERN); |
Dirk Eibach | 5cb4100 | 2011-04-06 13:53:46 +0200 | [diff] [blame] | 123 | |
| 124 | if (in_le16(reflection_target) == |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 125 | REFLECTION_TESTPATTERN_INV) |
| 126 | break; |
Dirk Eibach | 5cb4100 | 2011-04-06 13:53:46 +0200 | [diff] [blame] | 127 | |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 128 | udelay(100000); |
| 129 | if (ctr++ > 5) { |
Simon Glass | 923a662 | 2012-12-13 20:49:02 +0000 | [diff] [blame] | 130 | gd->arch.fpga_state[k] |= |
Dirk Eibach | 2da0fc0 | 2011-01-21 09:31:21 +0100 | [diff] [blame] | 131 | FPGA_STATE_REFLECTION_FAILED; |
| 132 | break; |
| 133 | } |
| 134 | } |
Dirk Eibach | a605ea7 | 2010-10-21 10:50:05 +0200 | [diff] [blame] | 135 | } |
| 136 | |
| 137 | return 0; |
| 138 | } |