1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
|
/* -*- c++ -*- */
/*
* Copyright 2007,2008,2009 Free Software Foundation, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "app_common_v2.h"
#include "buffer_pool.h"
#include "memcpy_wa.h"
#include "ethernet.h"
#include "nonstdio.h"
#include "print_rmon_regs.h"
#include "db.h"
#include "db_base.h"
#include "clocks.h"
#include "u2_init.h"
#include <string.h>
volatile bool link_is_up = false; // eth handler sets this
int cpu_tx_buf_dest_port = PORT_ETH;
// If this is non-zero, this dbsm could be writing to the ethernet
dbsm_t *ac_could_be_sending_to_eth;
static unsigned char exp_seqno __attribute__((unused)) = 0;
static inline bool
sync_to_pps(const op_generic_t *p)
{
timesync_regs->sync_on_next_pps = 1;
//putstr("SYNC to PPS\n");
return true;
}
static bool
sync_every_pps(const op_generic_t *p)
{
if (p->ok)
timesync_regs->tick_control |= TSC_TRIGGER_EVERYPPS;
else
timesync_regs->tick_control &= ~TSC_TRIGGER_EVERYPPS;
return true;
}
static inline bool
config_mimo_cmd(const op_config_mimo_t *p)
{
clocks_mimo_config(p->flags);
return true;
}
void
set_reply_hdr(u2_eth_packet_t *reply_pkt, u2_eth_packet_t const *cmd_pkt)
{
reply_pkt->ehdr.dst = cmd_pkt->ehdr.src;
reply_pkt->ehdr.src = *ethernet_mac_addr();
reply_pkt->ehdr.ethertype = U2_ETHERTYPE;
reply_pkt->thdr.flags = 0;
reply_pkt->thdr.fifo_status = 0; // written by protocol engine
reply_pkt->thdr.seqno = 0; // written by protocol engine
reply_pkt->thdr.ack = 0; // written by protocol engine
u2p_set_word0(&reply_pkt->fixed, 0, CONTROL_CHAN);
reply_pkt->fixed.timestamp = timer_regs->time;
}
static void
send_reply(unsigned char *reply, size_t reply_len)
{
if (reply_len < 64)
reply_len = 64;
// wait for buffer to become idle
hal_set_leds(0x4, 0x4);
while((buffer_pool_status->status & BPS_IDLE(CPU_TX_BUF)) == 0)
;
hal_set_leds(0x0, 0x4);
// copy reply into CPU_TX_BUF
memcpy_wa(buffer_ram(CPU_TX_BUF), reply, reply_len);
// wait until nobody else is sending to the ethernet
if (ac_could_be_sending_to_eth){
hal_set_leds(0x8, 0x8);
dbsm_wait_for_opening(ac_could_be_sending_to_eth);
hal_set_leds(0x0, 0x8);
}
if (0){
printf("sending_reply to port %d, len = %d\n", cpu_tx_buf_dest_port, (int)reply_len);
print_buffer(buffer_ram(CPU_TX_BUF), reply_len/4);
}
// fire it off
bp_send_from_buf(CPU_TX_BUF, cpu_tx_buf_dest_port, 1, 0, reply_len/4);
// wait for it to complete (not long, it's a small pkt)
while((buffer_pool_status->status & (BPS_DONE(CPU_TX_BUF) | BPS_ERROR(CPU_TX_BUF))) == 0)
;
bp_clear_buf(CPU_TX_BUF);
}
static size_t
op_id_cmd(const op_generic_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_id_reply_t *r = (op_id_reply_t *) reply_payload;
if (reply_payload_space < sizeof(*r)) // no room
return 0;
// Build reply subpacket
r->opcode = OP_ID_REPLY;
r->len = sizeof(op_id_reply_t);
r->rid = p->rid;
r->addr = *ethernet_mac_addr();
r->hw_rev = (u2_hw_rev_major << 8) | u2_hw_rev_minor;
// r->fpga_md5sum = ; // FIXME
// r->sw_md5sum = ; // FIXME
return r->len;
}
static size_t
config_tx_v2_cmd(const op_config_tx_v2_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_config_tx_reply_v2_t *r = (op_config_tx_reply_v2_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
struct tune_result tune_result;
memset(&tune_result, 0, sizeof(tune_result));
bool ok = true;
if (p->valid & CFGV_GAIN){
ok &= db_set_gain(tx_dboard, p->gain);
}
if (p->valid & CFGV_FREQ){
bool was_streaming = is_streaming();
if (was_streaming)
stop_rx_cmd();
u2_fxpt_freq_t f = u2_fxpt_freq_from_hilo(p->freq_hi, p->freq_lo);
bool tune_ok = db_tune(tx_dboard, f, &tune_result);
ok &= tune_ok;
print_tune_result("Tx", tune_ok, f, &tune_result);
if (was_streaming)
restart_streaming();
}
if (p->valid & CFGV_INTERP_DECIM){
int interp = p->interp;
int hb1 = 0;
int hb2 = 0;
if (!(interp & 1)){
hb2 = 1;
interp = interp >> 1;
}
if (!(interp & 1)){
hb1 = 1;
interp = interp >> 1;
}
if (interp < MIN_CIC_INTERP || interp > MAX_CIC_INTERP)
ok = false;
else {
dsp_tx_regs->interp_rate = (hb1<<9) | (hb2<<8) | interp;
// printf("Interp: %d, register %d\n", p->interp, (hb1<<9) | (hb2<<8) | interp);
}
}
if (p->valid & CFGV_SCALE_IQ){
dsp_tx_regs->scale_iq = p->scale_iq;
}
// Build reply subpacket
r->opcode = OP_CONFIG_TX_REPLY_V2;
r->len = sizeof(*r);
r->rid = p->rid;
r->ok = ok;
r->inverted = tune_result.inverted;
r->baseband_freq_hi = u2_fxpt_freq_hi(tune_result.baseband_freq);
r->baseband_freq_lo = u2_fxpt_freq_lo(tune_result.baseband_freq);
r->duc_freq_hi = u2_fxpt_freq_hi(tune_result.dxc_freq);
r->duc_freq_lo = u2_fxpt_freq_lo(tune_result.dxc_freq);
r->residual_freq_hi = u2_fxpt_freq_hi(tune_result.residual_freq);
r->residual_freq_lo = u2_fxpt_freq_lo(tune_result.residual_freq);
return r->len;
}
static size_t
config_rx_v2_cmd(const op_config_rx_v2_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_config_rx_reply_v2_t *r = (op_config_rx_reply_v2_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
struct tune_result tune_result;
memset(&tune_result, 0, sizeof(tune_result));
bool ok = true;
if (p->valid & CFGV_GAIN){
ok &= db_set_gain(rx_dboard, p->gain);
}
if (p->valid & CFGV_FREQ){
bool was_streaming = is_streaming();
if (was_streaming)
stop_rx_cmd();
u2_fxpt_freq_t f = u2_fxpt_freq_from_hilo(p->freq_hi, p->freq_lo);
bool tune_ok = db_tune(rx_dboard, f, &tune_result);
ok &= tune_ok;
print_tune_result("Rx", tune_ok, f, &tune_result);
if (was_streaming)
restart_streaming();
}
if (p->valid & CFGV_INTERP_DECIM){
int decim = p->decim;
int hb1 = 0;
int hb2 = 0;
if(!(decim & 1)) {
hb2 = 1;
decim = decim >> 1;
}
if(!(decim & 1)) {
hb1 = 1;
decim = decim >> 1;
}
if (decim < MIN_CIC_DECIM || decim > MAX_CIC_DECIM)
ok = false;
else {
dsp_rx_regs->decim_rate = (hb1<<9) | (hb2<<8) | decim;
// printf("Decim: %d, register %d\n", p->decim, (hb1<<9) | (hb2<<8) | decim);
}
}
if (p->valid & CFGV_SCALE_IQ){
dsp_rx_regs->scale_iq = p->scale_iq;
}
// Build reply subpacket
r->opcode = OP_CONFIG_RX_REPLY_V2;
r->len = sizeof(*r);
r->rid = p->rid;
r->ok = ok;
r->inverted = tune_result.inverted;
r->baseband_freq_hi = u2_fxpt_freq_hi(tune_result.baseband_freq);
r->baseband_freq_lo = u2_fxpt_freq_lo(tune_result.baseband_freq);
r->ddc_freq_hi = u2_fxpt_freq_hi(tune_result.dxc_freq);
r->ddc_freq_lo = u2_fxpt_freq_lo(tune_result.dxc_freq);
r->residual_freq_hi = u2_fxpt_freq_hi(tune_result.residual_freq);
r->residual_freq_lo = u2_fxpt_freq_lo(tune_result.residual_freq);
return r->len;
}
static size_t
read_time_cmd(const op_generic_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_read_time_reply_t *r = (op_read_time_reply_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
r->opcode = OP_READ_TIME_REPLY;
r->len = sizeof(*r);
r->rid = p->rid;
r->time = timer_regs->time;
return r->len;
}
static void
fill_db_info(u2_db_info_t *p, const struct db_base *db)
{
p->dbid = db->dbid;
p->freq_min_hi = u2_fxpt_freq_hi(db->freq_min);
p->freq_min_lo = u2_fxpt_freq_lo(db->freq_min);
p->freq_max_hi = u2_fxpt_freq_hi(db->freq_max);
p->freq_max_lo = u2_fxpt_freq_lo(db->freq_max);
p->gain_min = db->gain_min;
p->gain_max = db->gain_max;
p->gain_step_size = db->gain_step_size;
}
static size_t
dboard_info_cmd(const op_generic_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_dboard_info_reply_t *r = (op_dboard_info_reply_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
r->opcode = OP_DBOARD_INFO_REPLY;
r->len = sizeof(*r);
r->rid = p->rid;
r->ok = true;
fill_db_info(&r->tx_db_info, tx_dboard);
fill_db_info(&r->rx_db_info, rx_dboard);
return r->len;
}
static size_t
peek_cmd(const op_peek_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_generic_t *r = (op_generic_t *) reply_payload;
//putstr("peek: addr="); puthex32(p->addr);
//printf(" bytes=%u\n", p->bytes);
if ((reply_payload_space < (sizeof(*r) + p->bytes)) ||
p->bytes > MAX_SUBPKT_LEN - sizeof(op_generic_t)) {
putstr("peek: insufficient reply packet space\n");
return 0; // FIXME do partial read?
}
r->opcode = OP_PEEK_REPLY;
r->len = sizeof(*r)+p->bytes;
r->rid = p->rid;
r->ok = true;
memcpy_wa(reply_payload+sizeof(*r), (void *)p->addr, p->bytes);
return r->len;
}
static bool
poke_cmd(const op_poke_t *p)
{
int bytes = p->len - sizeof(*p);
//putstr("poke: addr="); puthex32(p->addr);
//printf(" bytes=%u\n", bytes);
uint8_t *src = (uint8_t *)p + sizeof(*p);
memcpy_wa((void *)p->addr, src, bytes);
return true;
}
static bool
set_lo_offset_cmd(const op_freq_t *p)
{
u2_fxpt_freq_t f = u2_fxpt_freq_from_hilo(p->freq_hi, p->freq_lo);
if (p->opcode == OP_SET_TX_LO_OFFSET)
return db_set_lo_offset(tx_dboard, f);
else
return db_set_lo_offset(rx_dboard, f);
}
static size_t
gpio_read_cmd(const op_gpio_t *p,
void *reply_payload, size_t reply_payload_space)
{
op_gpio_read_reply_t *r = (op_gpio_read_reply_t *) reply_payload;
if (reply_payload_space < sizeof(*r)) // no room
return 0;
// Build reply subpacket
r->opcode = OP_GPIO_READ_REPLY;
r->len = sizeof(op_gpio_read_reply_t);
r->rid = p->rid;
r->ok = true;
r->mbz = 0;
r->value = hal_gpio_read(p->bank);
return r->len;
}
static size_t
generic_reply(const op_generic_t *p,
void *reply_payload, size_t reply_payload_space,
bool ok)
{
op_generic_t *r = (op_generic_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
r->opcode = p->opcode | OP_REPLY_BIT;
r->len = sizeof(*r);
r->rid = p->rid;
r->ok = ok;
return r->len;
}
static size_t
add_eop(void *reply_payload, size_t reply_payload_space)
{
op_generic_t *r = (op_generic_t *) reply_payload;
if (reply_payload_space < sizeof(*r))
return 0; // no room
r->opcode = OP_EOP;
r->len = sizeof(*r);
r->rid = 0;
r->ok = 0;
return r->len;
}
void
handle_control_chan_frame(u2_eth_packet_t *pkt, size_t len)
{
unsigned char reply[sizeof(u2_eth_packet_t) + 4 * sizeof(u2_subpkt_t)] _AL4;
unsigned char *reply_payload = &reply[sizeof(u2_eth_packet_t)];
int reply_payload_space = sizeof(reply) - sizeof(u2_eth_packet_t);
// initialize reply
memset(reply, 0, sizeof(reply));
set_reply_hdr((u2_eth_packet_t *) reply, pkt);
// point to beginning of payload (subpackets)
unsigned char *payload = ((unsigned char *) pkt) + sizeof(u2_eth_packet_t);
int payload_len = len - sizeof(u2_eth_packet_t);
size_t subpktlen = 0;
bool ok = false;
while (payload_len >= sizeof(op_generic_t)){
const op_generic_t *gp = (const op_generic_t *) payload;
subpktlen = 0;
// printf("\nopcode = %d\n", gp->opcode);
switch(gp->opcode){
case OP_EOP: // end of subpackets
goto end_of_subpackets;
case OP_ID:
subpktlen = op_id_cmd(gp, reply_payload, reply_payload_space);
break;
case OP_CONFIG_TX_V2:
subpktlen = config_tx_v2_cmd((op_config_tx_v2_t *) payload, reply_payload, reply_payload_space);
break;
case OP_CONFIG_RX_V2:
subpktlen = config_rx_v2_cmd((op_config_rx_v2_t *) payload, reply_payload, reply_payload_space);
break;
case OP_START_RX_STREAMING:
start_rx_streaming_cmd(&pkt->ehdr.src, (op_start_rx_streaming_t *) payload);
ok = true;
goto generic_reply;
case OP_STOP_RX:
stop_rx_cmd();
ok = true;
goto generic_reply;
case OP_BURN_MAC_ADDR:
ok = ethernet_set_mac_addr(&((op_burn_mac_addr_t *)payload)->addr);
goto generic_reply;
case OP_CONFIG_MIMO:
ok = config_mimo_cmd((op_config_mimo_t *) payload);
goto generic_reply;
case OP_READ_TIME:
subpktlen = read_time_cmd(gp, reply_payload, reply_payload_space);
break;
case OP_DBOARD_INFO:
subpktlen = dboard_info_cmd(gp, reply_payload, reply_payload_space);
break;
case OP_SYNC_TO_PPS:
sync_to_pps((op_generic_t *) payload);
ok = true;
goto generic_reply;
case OP_PEEK:
subpktlen = peek_cmd((op_peek_t *)payload, reply_payload, reply_payload_space);
break;
case OP_POKE:
ok = poke_cmd((op_poke_t *)payload);
goto generic_reply;
case OP_SET_TX_LO_OFFSET:
case OP_SET_RX_LO_OFFSET:
ok = set_lo_offset_cmd((op_freq_t *)payload);
goto generic_reply;
case OP_RESET_DB:
db_init();
ok = true;
goto generic_reply;
case OP_SYNC_EVERY_PPS:
ok = sync_every_pps((op_generic_t *) payload);
goto generic_reply;
case OP_GPIO_SET_DDR:
ok = true;
hal_gpio_set_ddr(((op_gpio_t *)payload)->bank,
((op_gpio_t *)payload)->value,
((op_gpio_t *)payload)->mask);
goto generic_reply;
case OP_GPIO_SET_SELS:
ok = true;
hal_gpio_set_sels(((op_gpio_set_sels_t *)payload)->bank,
(char *)(&((op_gpio_set_sels_t *)payload)->sels));
goto generic_reply;
case OP_GPIO_READ:
subpktlen = gpio_read_cmd((op_gpio_t *) payload, reply_payload, reply_payload_space);
break;
case OP_GPIO_WRITE:
ok = true;
hal_gpio_write(((op_gpio_t *)payload)->bank,
((op_gpio_t *)payload)->value,
((op_gpio_t *)payload)->mask);
goto generic_reply;
case OP_GPIO_STREAM:
ok = true;
dsp_rx_regs->gpio_stream_enable = (uint32_t)((op_gpio_t *)payload)->value;
goto generic_reply;
// Add new opcode handlers here
generic_reply:
subpktlen = generic_reply(gp, reply_payload, reply_payload_space, ok);
break;
default:
printf("app_common_v2: unhandled opcode = %d\n", gp->opcode);
break;
}
int t = (gp->len + 3) & ~3; // bump to a multiple of 4
payload += t;
payload_len -= t;
subpktlen = (subpktlen + 3) & ~3; // bump to a multiple of 4
reply_payload += subpktlen;
reply_payload_space -= subpktlen;
}
end_of_subpackets:
// add the EOP marker
subpktlen = add_eop(reply_payload, reply_payload_space);
subpktlen = (subpktlen + 3) & ~3; // bump to a multiple of 4
reply_payload += subpktlen;
reply_payload_space -= subpktlen;
send_reply(reply, reply_payload - reply);
}
/*
* Called when an ethernet packet is received.
* Return true if we handled it here, otherwise
* it'll be passed on to the DSP Tx pipe
*/
bool
eth_pkt_inspector(dbsm_t *sm, int bufno)
{
u2_eth_packet_t *pkt = (u2_eth_packet_t *) buffer_ram(bufno);
size_t byte_len = (buffer_pool_status->last_line[bufno] - 1) * 4;
//static size_t last_len = 0;
// hal_toggle_leds(0x1);
// inspect rcvd frame and figure out what do do.
if (pkt->ehdr.ethertype != U2_ETHERTYPE)
return true; // ignore, probably bogus PAUSE frame from MAC
int chan = u2p_chan(&pkt->fixed);
switch (chan){
case CONTROL_CHAN:
handle_control_chan_frame(pkt, byte_len);
return true; // we handled the packet
break;
case 0:
default:
#if 0
if (last_len != 0){
if (byte_len != last_len){
printf("Len: %d last: %d\n", byte_len, last_len);
}
}
last_len = byte_len;
if((pkt->thdr.seqno) == exp_seqno){
exp_seqno++;
//putchar('.');
}
else {
// putchar('S');
//printf("S%d %d ",exp_seqno,pkt->thdr.seqno);
exp_seqno = pkt->thdr.seqno + 1;
}
#endif
return false; // pass it on to Tx DSP
break;
}
}
/*
* Called when eth phy state changes (w/ interrupts disabled)
*/
void
link_changed_callback(int speed)
{
link_is_up = speed != 0;
hal_set_leds(link_is_up ? LED_RJ45 : 0x0, LED_RJ45);
printf("\neth link changed: speed = %d\n", speed);
}
void
print_tune_result(char *msg, bool tune_ok,
u2_fxpt_freq_t target_freq, struct tune_result *r)
{
#if 0
printf("db_tune %s %s\n", msg, tune_ok ? "true" : "false");
putstr(" target_freq "); print_fxpt_freq(target_freq); newline();
putstr(" baseband_freq "); print_fxpt_freq(r->baseband_freq); newline();
putstr(" dxc_freq "); print_fxpt_freq(r->dxc_freq); newline();
putstr(" residual_freq "); print_fxpt_freq(r->residual_freq); newline();
printf(" inverted %s\n", r->inverted ? "true" : "false");
#endif
}
|