blob: 7ae19783e264c0e08c508ed17d81d83bb7f3859a [file] [log] [blame]
Kévin Redon9a12d682018-07-08 13:21:16 +02001/* sysmocom quad-modem sysmoQMOD application code
2 *
3 * (C) 2016-2017 by Harald Welte <hwelte@hmw-consulting.de>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
18 */
Harald Welteaa3b8672017-02-10 19:21:10 +010019#include "board.h"
20#include "simtrace.h"
21#include "utils.h"
Harald Welteaa3b8672017-02-10 19:21:10 +010022#include "wwan_led.h"
23#include "wwan_perst.h"
Harald Welte5c583d32017-05-09 06:46:47 +020024#include "sim_switch.h"
Harald Welteaa3b8672017-02-10 19:21:10 +010025#include "boardver_adc.h"
Harald Welte6d1128e2017-05-05 20:23:10 +020026#include "card_pres.h"
Harald Welte9d90d282018-06-29 22:25:42 +020027#include <osmocom/core/timer.h>
Harald Welte8e7fca32017-05-07 16:14:33 +020028#include "usb_buf.h"
Harald Welteaa3b8672017-02-10 19:21:10 +010029
30static const Pin pin_hubpwr_override = PIN_PRTPWR_OVERRIDE;
31static const Pin pin_hub_rst = {PIO_PA13, PIOA, ID_PIOA, PIO_OUTPUT_0, PIO_DEFAULT};
32static const Pin pin_1234_detect = {PIO_PA14, PIOA, ID_PIOA, PIO_INPUT, PIO_PULLUP};
33static const Pin pin_peer_rst = {PIO_PA0, PIOA, ID_PIOA, PIO_OUTPUT_0, PIO_DEFAULT};
34static const Pin pin_peer_erase = {PIO_PA11, PIOA, ID_PIOA, PIO_OUTPUT_0, PIO_DEFAULT};
35
Harald Welte912b1832017-03-06 09:28:13 +010036/* array of generated USB Strings */
37extern unsigned char *usb_strings[];
38
Harald Welteaa3b8672017-02-10 19:21:10 +010039static int qmod_sam3_is_12(void)
40{
41 if (PIO_Get(&pin_1234_detect) == 0)
42 return 1;
43 else
44 return 0;
45}
46
47const unsigned char __eeprom_bin[256] = {
Harald Weltec6e482d2017-03-05 16:24:29 +010048 USB_VENDOR_OPENMOKO & 0xff,
49 USB_VENDOR_OPENMOKO >> 8,
50 USB_PRODUCT_QMOD_HUB & 0xff,
51 USB_PRODUCT_QMOD_HUB >> 8,
Harald Welte705e8992017-03-05 17:10:26 +010052 0x00, 0x00, 0x9b, 0x20, 0x09, 0x00, 0x00, 0x00, 0x32, 0x32, 0x32, 0x32, /* 0x00 - 0x0f */
Harald Welteaa3b8672017-02-10 19:21:10 +010053 0x32, 0x04, 0x09, 0x18, 0x0d, 0x00, 0x73, 0x00, 0x79, 0x00, 0x73, 0x00, 0x6d, 0x00, 0x6f, 0x00, /* 0x10 - 0x1f */
54 0x63, 0x00, 0x6f, 0x00, 0x6d, 0x00, 0x20, 0x00, 0x2d, 0x00, 0x20, 0x00, 0x73, 0x00, 0x2e, 0x00, /* 0x20 - 0x2f */
55 0x66, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x2e, 0x00, 0x63, 0x00, 0x2e, 0x00, 0x20, 0x00, 0x47, 0x00, /* 0x30 - 0x3f */
56 0x6d, 0x00, 0x62, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x40 - 0x4f */
57 0x00, 0x00, 0x00, 0x00, 0x71, 0x00, 0x75, 0x00, 0x61, 0x00, 0x64, 0x00, 0x20, 0x00, 0x6d, 0x00, /* 0x50 - 0x5f */
58 0x6f, 0x00, 0x64, 0x00, 0x65, 0x00, 0x6d, 0x00, 0x20, 0x00, 0x76, 0x00, 0x32, 0x00, 0x00, 0x00, /* 0x60 - 0x6f */
59 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x70 - 0x7f */
60 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x80 - 0x8f */
61 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x90 - 0x9f */
62 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xa0 - 0xaf */
63 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xb0 - 0xbf */
64 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xc0 - 0xcf */
65 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xd0 - 0xdf */
66 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xe0 - 0xef */
67 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x56, 0x23, 0x71, 0x04, 0x00, /* 0xf0 - 0xff */
68};
69
70#include "i2c.h"
71static int write_hub_eeprom(void)
72{
73 const unsigned int __eeprom_bin_len = 256;
74
75 int i;
76
77 /* wait */
Harald Welte0e295982017-03-05 16:48:47 +010078 mdelay(100);
Harald Welteaa3b8672017-02-10 19:21:10 +010079
Harald Welteec0837c2017-03-03 01:33:24 +010080 TRACE_INFO("Writing EEPROM...\n\r");
Harald Welteaa3b8672017-02-10 19:21:10 +010081 /* write the EEPROM once */
82 for (i = 0; i < 256; i++) {
83 int rc = eeprom_write_byte(0x50, i, __eeprom_bin[i]);
84 /* if the result was negative, repeat that write */
85 if (rc < 0)
86 i--;
87 }
88
89 /* then pursue re-reading it again and again */
Harald Welteec0837c2017-03-03 01:33:24 +010090 TRACE_INFO("Verifying EEPROM...\n\r");
Harald Welteaa3b8672017-02-10 19:21:10 +010091 for (i = 0; i < 256; i++) {
92 int byte = eeprom_read_byte(0x50, i);
Harald Welteec0837c2017-03-03 01:33:24 +010093 TRACE_INFO("0x%02x: %02x\n\r", i, byte);
Harald Welteaa3b8672017-02-10 19:21:10 +010094 if (byte != __eeprom_bin[i])
Harald Welteec0837c2017-03-03 01:33:24 +010095 TRACE_ERROR("Byte %u is wrong, expected 0x%02x, found 0x%02x\n\r",
Harald Welteaa3b8672017-02-10 19:21:10 +010096 i, __eeprom_bin[i], byte);
97 }
98
99 /* FIXME: Release PIN_PRTPWR_OVERRIDE after we know the hub is
100 * again powering us up */
101
102 return 0;
103}
104
Harald Welteed1efc52017-05-07 22:49:45 +0200105static void board_exec_dbg_cmd_st12only(int ch)
Harald Welteaa3b8672017-02-10 19:21:10 +0100106{
107 uint32_t addr, val;
108
Harald Welteed1efc52017-05-07 22:49:45 +0200109 /* functions below only work on primary (ST12) */
110 if (!qmod_sam3_is_12())
111 return;
112
113 switch (ch) {
114 case 'E':
115 write_hub_eeprom();
116 break;
117 case 'O':
118 printf("Setting PRTPWR_OVERRIDE\n\r");
119 PIO_Set(&pin_hubpwr_override);
120 break;
121 case 'o':
122 printf("Clearing PRTPWR_OVERRIDE\n\r");
123 PIO_Clear(&pin_hubpwr_override);
124 break;
125 case 'H':
126 printf("Clearing _HUB_RESET -> HUB_RESET high (inactive)\n\r");
127 PIO_Clear(&pin_hub_rst);
128 break;
129 case 'h':
130 /* high level drives transistor -> HUB_RESET low */
131 printf("Asserting _HUB_RESET -> HUB_RESET low (active)\n\r");
132 PIO_Set(&pin_hub_rst);
133 break;
134 case 'w':
135 if (PIO_GetOutputDataStatus(&pin_hub_rst) == 0)
136 printf("WARNING: attempting EEPROM access while HUB not in reset\n\r");
137 printf("Please enter EEPROM offset:\n\r");
138 UART_GetIntegerMinMax(&addr, 0, 255);
139 printf("Please enter EEPROM value:\n\r");
140 UART_GetIntegerMinMax(&val, 0, 255);
141 printf("Writing value 0x%02x to EEPROM offset 0x%02x\n\r", val, addr);
142 eeprom_write_byte(0x50, addr, val);
143 break;
144 case 'r':
145 printf("Please enter EEPROM offset:\n\r");
146 UART_GetIntegerMinMax(&addr, 0, 255);
147 printf("EEPROM[0x%02x] = 0x%02x\n\r", addr, eeprom_read_byte(0x50, addr));
148 break;
149 default:
150 printf("Unknown command '%c'\n\r", ch);
151 break;
152 }
153}
154
155/* returns '1' in case we should break any endless loop */
156void board_exec_dbg_cmd(int ch)
157{
Harald Welteaa3b8672017-02-10 19:21:10 +0100158 switch (ch) {
159 case '?':
Harald Welteec0837c2017-03-03 01:33:24 +0100160 printf("\t?\thelp\n\r");
Harald Welteec0837c2017-03-03 01:33:24 +0100161 printf("\tR\treset SAM3\n\r");
Harald Welte9164a6d2017-05-05 20:55:21 +0200162 if (qmod_sam3_is_12()) {
163 printf("\tE\tprogram EEPROM\n\r");
164 printf("\tO\tEnable PRTPWR_OVERRIDE\n\r");
165 printf("\to\tDisable PRTPWR_OVERRIDE\n\r");
166 printf("\tH\tRelease HUB RESET (high)\n\r");
167 printf("\th\tAssert HUB RESET (low)\n\r");
168 printf("\tw\tWrite single byte in EEPROM\n\r");
169 printf("\tr\tRead single byte from EEPROM\n\r");
170 }
Harald Welteec0837c2017-03-03 01:33:24 +0100171 printf("\tX\tRelease peer SAM3 from reset\n\r");
172 printf("\tx\tAssert peer SAM3 reset\n\r");
173 printf("\tY\tRelease peer SAM3 ERASE signal\n\r");
174 printf("\ty\tAssert peer SAM3 ERASE signal\n\r");
175 printf("\tU\tProceed to USB Initialization\n\r");
176 printf("\t1\tGenerate 1ms reset pulse on WWAN1\n\r");
177 printf("\t2\tGenerate 1ms reset pulse on WWAN2\n\r");
Harald Welteaa3b8672017-02-10 19:21:10 +0100178 break;
Harald Welteaa3b8672017-02-10 19:21:10 +0100179 case 'R':
Harald Welteec0837c2017-03-03 01:33:24 +0100180 printf("Asking NVIC to reset us\n\r");
Harald Weltef415d712017-03-03 01:51:43 +0100181 USBD_Disconnect();
Harald Welteaa3b8672017-02-10 19:21:10 +0100182 NVIC_SystemReset();
183 break;
Harald Welte9164a6d2017-05-05 20:55:21 +0200184 case 'X':
185 printf("Clearing _SIMTRACExx_RST -> SIMTRACExx_RST high (inactive)\n\r");
186 PIO_Clear(&pin_peer_rst);
187 break;
188 case 'x':
189 printf("Setting _SIMTRACExx_RST -> SIMTRACExx_RST low (active)\n\r");
190 PIO_Set(&pin_peer_rst);
191 break;
192 case 'Y':
193 printf("Clearing SIMTRACExx_ERASE (inactive)\n\r");
194 PIO_Clear(&pin_peer_erase);
195 break;
196 case 'y':
197 printf("Seetting SIMTRACExx_ERASE (active)\n\r");
198 PIO_Set(&pin_peer_erase);
199 break;
200 case '1':
201 printf("Resetting Modem 1 (of this SAM3)\n\r");
Harald Welte44622df2017-05-11 00:04:50 +0200202 wwan_perst_do_reset_pulse(0, 300);
Harald Welte9164a6d2017-05-05 20:55:21 +0200203 break;
204 case '2':
205 printf("Resetting Modem 2 (of this SAM3)\n\r");
Harald Welte44622df2017-05-11 00:04:50 +0200206 wwan_perst_do_reset_pulse(1, 300);
Harald Welte9164a6d2017-05-05 20:55:21 +0200207 break;
208 case '!':
Harald Welte44622df2017-05-11 00:04:50 +0200209 sim_switch_use_physical(0, 0);
Harald Welte9164a6d2017-05-05 20:55:21 +0200210 break;
211 case '@':
Harald Welte44622df2017-05-11 00:04:50 +0200212 sim_switch_use_physical(0, 0);
Harald Welte9164a6d2017-05-05 20:55:21 +0200213 break;
214 default:
Harald Welteed1efc52017-05-07 22:49:45 +0200215 if (!qmod_sam3_is_12())
Harald Welte9164a6d2017-05-05 20:55:21 +0200216 printf("Unknown command '%c'\n\r", ch);
Harald Welteed1efc52017-05-07 22:49:45 +0200217 else
218 board_exec_dbg_cmd_st12only(ch);
Harald Welteaa3b8672017-02-10 19:21:10 +0100219 break;
220 }
221}
222
223void board_main_top(void)
224{
Harald Welte25399172017-05-11 00:47:29 +0200225#ifndef APPLICATION_dfu
Harald Welte8e7fca32017-05-07 16:14:33 +0200226 usb_buf_init();
227
Harald Welteaa3b8672017-02-10 19:21:10 +0100228 wwan_led_init();
229 wwan_perst_init();
Harald Welte5c583d32017-05-09 06:46:47 +0200230 sim_switch_init();
Harald Welte25399172017-05-11 00:47:29 +0200231#endif
Harald Welteaa3b8672017-02-10 19:21:10 +0100232
Harald Welte28174982017-05-07 16:45:10 +0200233 /* make sure we can detect whether running in ST12 or ST34 */
Harald Welteaa3b8672017-02-10 19:21:10 +0100234 PIO_Configure(&pin_1234_detect, 1);
Harald Welte28174982017-05-07 16:45:10 +0200235
236 if (qmod_sam3_is_12()) {
237 /* set PIN_PRTPWR_OVERRIDE to output-low to avoid the internal
238 * pull-up on the input to keep SIMTRACE12 alive */
239 PIO_Configure(&pin_hubpwr_override, 1);
240 PIO_Configure(&pin_hub_rst, 1);
241 }
Harald Welteaa3b8672017-02-10 19:21:10 +0100242 PIO_Configure(&pin_peer_rst, 1);
243 PIO_Configure(&pin_peer_erase, 1);
Harald Welte25399172017-05-11 00:47:29 +0200244
245#ifndef APPLICATION_dfu
Harald Welteaa3b8672017-02-10 19:21:10 +0100246 i2c_pin_init();
Harald Welte25399172017-05-11 00:47:29 +0200247#endif
Harald Welteaa3b8672017-02-10 19:21:10 +0100248
249 if (qmod_sam3_is_12()) {
Harald Welteec0837c2017-03-03 01:33:24 +0100250 TRACE_INFO("Detected Quad-Modem ST12\n\r");
Harald Welteaa3b8672017-02-10 19:21:10 +0100251 } else {
Harald Welteec0837c2017-03-03 01:33:24 +0100252 TRACE_INFO("Detected Quad-Modem ST34\n\r");
Harald Welte912b1832017-03-06 09:28:13 +0100253 /* make sure we use the second set of USB Strings
254 * calling the interfaces "Modem 3" and "Modem 4" rather
255 * than 1+2 */
256 usb_strings[7] = usb_strings[9];
257 usb_strings[8] = usb_strings[10];
Harald Welteaa3b8672017-02-10 19:21:10 +0100258 }
259
260 /* Obtain the circuit board version (currently just prints voltage */
261 get_board_version_adc();
Harald Welte25399172017-05-11 00:47:29 +0200262#ifndef APPLICATION_dfu
Harald Welte6d1128e2017-05-05 20:23:10 +0200263 /* Initialize checking for card insert/remove events */
264 card_present_init();
Harald Welte25399172017-05-11 00:47:29 +0200265#endif
Harald Welteaa3b8672017-02-10 19:21:10 +0100266}
Harald Welte27f5fc62017-11-28 22:15:56 +0100267
268static int uart_has_loopback_jumper(void)
269{
270 unsigned int i;
271 const Pin uart_loopback_pins[] = {
272 {PIO_PA9A_URXD0, PIOA, ID_PIOA, PIO_INPUT, PIO_DEFAULT},
273 {PIO_PA10A_UTXD0, PIOA, ID_PIOA, PIO_OUTPUT_0, PIO_DEFAULT}
274 };
275
276 /* Configure UART pins as I/O */
277 PIO_Configure(uart_loopback_pins, PIO_LISTSIZE(uart_loopback_pins));
278
Kévin Redond24e9bd2018-07-07 14:56:43 +0200279 /* Send pattern over UART TX and check if it is received on RX
280 * If the loop doesn't get interrupted, RxD always follows TxD and thus a
281 * loopback jumper has been placed on RxD/TxD, and we will boot
282 * into DFU unconditionally
283 */
284 int has_loopback_jumper = 1;
Harald Welte27f5fc62017-11-28 22:15:56 +0100285 for (i = 0; i < 10; i++) {
286 /* Set TxD high; abort if RxD doesn't go high either */
287 PIO_Set(&uart_loopback_pins[1]);
Kévin Redond24e9bd2018-07-07 14:56:43 +0200288 if (!PIO_Get(&uart_loopback_pins[0])) {
289 has_loopback_jumper = 0;
290 break;
291 }
Harald Welte27f5fc62017-11-28 22:15:56 +0100292 /* Set TxD low, abort if RxD doesn't go low either */
293 PIO_Clear(&uart_loopback_pins[1]);
Kévin Redond24e9bd2018-07-07 14:56:43 +0200294 if (PIO_Get(&uart_loopback_pins[0])) {
295 has_loopback_jumper = 0;
296 break;
297 }
Harald Welte27f5fc62017-11-28 22:15:56 +0100298 }
Kévin Redond24e9bd2018-07-07 14:56:43 +0200299
300 /* Put pins back to UART mode */
301 const Pin uart_pins[] = {PINS_UART};
302 PIO_Configure(uart_pins, PIO_LISTSIZE(uart_pins));
303
304 return has_loopback_jumper;
Harald Welte27f5fc62017-11-28 22:15:56 +0100305}
306
307int board_override_enter_dfu(void)
308{
309 /* If the loopback jumper is set, we enter DFU mode */
310 if (uart_has_loopback_jumper())
311 return 1;
312
313 return 0;
314}