OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [serial/] [powerpc/] [quicc/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-03-05  Gary Thomas  
2
 
3
        * src/quicc_smc_serial.c: Use common routines to manage CPM/DPRAM
4
        pointers - much nicer in a multi-driver environment.
5
 
6
2003-02-24  Jonathan Larmour  
7
 
8
        * cdl/ser_quicc_smc.cdl: Remove irrelevant doc link.
9
 
10
2002-12-10  Gary Thomas  
11
 
12
        * cdl/ser_quicc_smc.cdl: Only enable devices which exist - as described
13
        by the HAL/CDL interfaces.
14
 
15
2001-11-30  Jonathan Larmour  
16
2001-11-29  Christoph Csebits  
17
 
18
        * src/quicc_smc_serial.c:
19
        aligning buffer to cache lines,
20
        flushing buffer in cache before flushing the device.
21
 
22
2001-09-10  Jonathan Larmour  
23
 
24
        * cdl/ser_quicc_smc.cdl:
25
        Fix 234000->230400 typo.
26
 
27
2000-12-22  Björn Stenberg 
28
 
29
        * src/quicc_smc_serial.c (quicc_smc_serial_init_info):
30
        Set quicc going only after most of the other initialization is
31
        complete - otherwise initializing too early causes some of the
32
        parameters not to be initialized properly.
33
 
34
2000-12-13  Daniel Lind 
35
 
36
        * src/quicc_smc_serial.c (quicc_smc_serial_flush):
37
        Don't mark a buffer ready unless it has been fully serviced - in
38
        particular, the interrupt bit must be clear.
39
        [2000-12-13] committed by Gary Thomas 
40
 
41
2000-12-06  Jonathan Larmour  
42
 
43
        * src/quicc_smc_serial.c: Remove unread tx_enabled variable from
44
        quicc_smc_serial_info
45
        Ensure quicc serial interrupt is unmasked in general so that rx works!
46
        (quicc_smc_serial_start_xmit): Protect better from DSR interruption
47
 
48
2000-10-24  Jonathan Larmour  
49
 
50
        * src/quicc_smc_serial.c (quicc_smc_serial_ISR): Return with
51
        CYG_ISR_HANDLED (reported by Daniel Lind)
52
 
53
2000-08-01  Jonathan Larmour  
54
 
55
        * src/quicc_smc_serial.c (quicc_smc_serial_set_config): Now use keys
56
        to make more flexible.
57
 
58
2000-06-22  Hugo Tyson  
59
 
60
        * cdl/.cdl: Remove the comment on the empty
61
        include_files directive; the tools now support this correctly.
62
        This keeps internal include files internal.
63
 
64
2000-04-11  Hugo Tyson  
65
 
66
        * cdl/ser_quicc_smc.cdl: Change the parent from CYGPKG_IO_SERIAL
67
        (which is enabled most of the time) to CYGPKG_IO_SERIAL_DEVICES
68
        (which is not...) thus allowing convenient control independent of
69
        platform.  Also enable all individual devices by default, now, so
70
        that they can be enabled simply by enabling the above new parent.
71
 
72
2000-04-07  Hugo Tyson  
73
 
74
        * ecos.db: Re-organize device packages.  This is a massive change
75
        involving deleting all the sources for serial and ethernet drivers
76
        from where they used to live in
77
            packages/io/serial/current/src/ARCH/PLATFORM.[ch]
78
            packages/net/drivers/eth/PLATFORM/current/src/...
79
        and reinstating them in
80
            packages/devs/serial/ARCH/PLATFORM/current/src/...
81
            packages/devs/eth/ARCH/PLATFORM/current/src/...
82
 
83
        All these new packages are properly defined in ecos.db, and are
84
        all of type "hardware" so that a "target" can grab them.
85
 
86
        This directory layout is descriptive of the devices we have right
87
        now, arch and platform are separate levels just to make it easier
88
        to navigate in the filesystem and similar to the HAL structure in
89
        the filesystem.
90
 
91
        It is *not* prescriptive of future work; for example, the mythical
92
        common highly-portable 16550 serial driver which works on many
93
        targets would be called "devs/serial/s16550/current", or a serial
94
        device for a particular board (cogent springs to mind) that can
95
        work with different CPUs fitted is "devs/serial/cogent/current".
96
 
97
        Changelogs have been preserved and replicated over all the new
98
        packages, so that no history is lost.
99
 
100
        The contents of individual source files are unchanged; they build
101
        in just the same emvironment except for a very few cases where the
102
        config file name changed in this movement.
103
 
104
        Targets in ecos.db have been redefined to bring in all relevant
105
        hardware packages including net and serial drivers (but the newly
106
        included packages are only active if their desired parent is
107
        available.)
108
 
109
        The names of CDL options (and their #defines of course) stay the
110
        same for the serial drivers, for backward compatibility.
111
 
112
        * templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
113
        rather than it being in (almost) all target definitions.
114
 
115
2000-04-05  Jonathan Larmour  
116
 
117
        * src/common/tty.c (tty_read): CRLF conversion should use \r\n not \n\r
118
        (tty_write): Similarly
119
 
120
        * include/ttyio.h: Update CYG_TTY_IN_FLAGS_CRLF and
121
        CYG_TTY_IN_FLAGS_CRLF to match
122
 
123
2000-03-31  Jesper Skov  
124
 
125
        * cdl/ser_sh_edk7708.cdl: Limit legal baud rate range.
126
        * src/sh/sh_sci_serial.c: Use baud rate macro instead of hardwired
127
        constants.
128
 
129
2000-03-28  John Dallaway  
130
 
131
        * cdl/io_serial.cdl,
132
          cdl/ser_arm_aeb.cdl,
133
          cdl/ser_arm_cma230.cdl,
134
          cdl/ser_arm_edb7xxx.cdl,
135
          cdl/ser_arm_pid.cdl,
136
          cdl/ser_i386_pc.cdl,
137
          cdl/ser_mips_jmr3904.cdl,
138
          cdl/ser_mips_vrc4373.cdl,
139
          cdl/ser_mn10300.cdl,
140
          cdl/ser_powerpc_cogent.cdl,
141
          cdl/ser_quicc_smc.cdl,
142
          cdl/ser_sh_edk7708.cdl,
143
          cdl/ser_sparclite_sleb.cdl,
144
          cdl/tty.cdl:
145
 
146
        Adjust documentation URLs.
147
 
148
2000-03-07  Jesper Skov  
149
 
150
        * cdl/ser_mips_jmr3904.cdl: Rename devices to match CDL naming.
151
 
152
2000-02-29  Jonathan Larmour  
153
 
154
        * include/serialio.h: Correct baud rate typo: 230400 rather than
155
        234000. Thanks to Grant Edwards for the report.
156
 
157
2000-02-28  Gary Thomas  
158
 
159
        * src/powerpc/quicc_smc_serial.c: Use standard 'diag_dump_buf()'.
160
 
161
2000-02-28  Jesper Skov  
162
 
163
        * tests/ser_test_protocol.inl: Allow 115200 baud on Cogent
164
        again. Fixed interrupt problem.
165
 
166
2000-02-22  Jesper Skov  
167
 
168
        * tests/ser_test_protocol.inl: Don't use 115200 baud on
169
        Cogent. Our slower boards can't keep up.
170
 
171
2000-02-17  Gary Thomas  
172
 
173
        * cdl/ser_powerpc_cogent.cdl: Fix incorrect dependency.
174
 
175
2000-02-16  Nick Garnett  
176
 
177
        * include/pkgconf/io_serial.h:
178
        Added configury for PC serial device drivers.
179
 
180
        * cdl/ser_i386_pc.cdl:
181
        * src/i386/pc_serial.c:
182
        * src/i386/pc_serial.h:
183
        Added these files to implement PC serial line drivers.
184
 
185
        * cdl/io_serial.cdl:
186
        Added CYGPKG_IO_SERIAL_I386_PC.
187
 
188
        * tests/ser_test_protocol.inl:
189
        Added support for PC serial line testing.
190
 
191
2000-02-11  Jesper Skov  
192
 
193
        * src/sh/sh_sci_7708.inl (DEVTAB_ENTRY):
194
        * src/sparclite/sleb_sdtr.c:
195
        serial_devio => cyg_io_serial_devio
196
 
197
2000-02-10  Jonathan Larmour  
198
 
199
        * src/mn10300/mn10300_serial.c: Ensure all CYG_HAL_MN10300_*
200
        preprocessor conditionals use the correct CYGPKG_HAL_MN10300_AM3* form
201
        now.
202
 
203
2000-02-03  Jesper Skov  
204
 
205
        * src/powerpc/quicc_smc_serial.c: CYG_HAL_POWERPC_x->CYGPKG_...
206
 
207
2000-02-02  Jonathan Larmour  
208
 
209
        * src/arm/aeb_serial.h: Rename lower case register macros to REG_ upper
210
        case macros
211
 
212
        * src/arm/aeb_serial.c: Update to reflect above
213
 
214
2000-01-31 Simon FitzMaurice  
215
  * cdl/*.cdl:
216
 
217
  Adjust help URLs in line with new doc layout.
218
 
219
2000-01-28 Simon FitzMaurice  
220
  * cdl/*.cdl:
221
 
222
  Adjust help URLs in line with new doc layout.
223
 
224
2000-01-28  Gary Thomas  
225
 
226
        * src/common/tty.c (tty_read): Fix problem with backspace at start
227
        of line (size must be 'signed' for compare to work).
228
 
229
2000-01-19  Hugo Tyson  
230
 
231
        * cdl/*.cdl: Add descriptions to a number of options &c which were
232
        lacking same, also tidied up other typos as noticed en passant.
233
 
234
2000-01-17  Gary Thomas  
235
 
236
        * src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at
237
        start of line.
238
 
239
2000-01-05  Gary Thomas  
240
 
241
        * src/common/serial.c (serial_write): Avoid potential deadlock if
242
        transmit start actually sends enough characters to signal cond wait.
243
 
244
2000-01-03  Gary Thomas  
245
 
246
        * include/serial.h: Fix namespace pollution -
247
        serial_devio => cyg_io_serial_devio
248
        serial_callbacks => cyg_io_serial_callbacks
249
 
250
        * src/mips/tx3904_serial.c:
251
        * src/mips/vrc4373_serial.c:
252
        * src/mn10300/mn10300_serial.c:
253
        * src/powerpc/quicc_smc_serial.c:
254
        * src/powerpc/cogent_serial_with_ints.c:
255
        * src/sparclite/sleb_sdtr.c:
256
        * src/arm/aeb_serial.c:
257
        * src/arm/pid_serial_with_ints.c:
258
        * src/arm/edb7xxx_serial.c:
259
        * src/arm/cma230_serial.c:
260
        * src/arm/ebsa285_serial.c:
261
        * src/common/haldiag.c:
262
        * src/common/serial.c: Fix namespace pollution -
263
        serial_devio => cyg_io_serial_devio
264
 
265
1999-12-06  Gary Thomas  
266
 
267
        * src/arm/pid_serial_with_ints.c (pid_serial_DSR): Add loop to handle
268
        case where an interrupt represents multiple events.
269
 
270
1999-11-19  Gary Thomas  
271
 
272
        * src/powerpc/quicc_smc_serial.c: Channel select for SMC2 was wrong.
273
 
274
1999-11-18  Gary Thomas  
275
 
276
        * include/pkgconf/io_serial.h: Remove mention of 7209/7212.
277
 
278
1999-11-03  John Dallaway  
279
 
280
        * cdl/io_serial.cdl: Define build options.
281
 
282
1999-10-26  Jesper Skov  
283
        * tests/serial5.c (serial_test): Reduce speed in thumb mode.
284
 
285
        * src/arm/pid_serial.h: Added BE support.
286
 
287
        * src/PKGconf.mak: Use CYGPKG_<> instead of CYG_<> to control what
288
        needs to be compiled.
289
 
290
1999-10-25  Gary Thomas  
291
 
292
        * src/arm/pid_serial.h (ISR_RxTO): Define - character received but
293
        not handled "promptly".
294
 
295
        * src/arm/pid_serial_with_ints.c (pid_serial_DSR): Handle rcv interrupts
296
        properly (can't ignore them even with TO bit set).
297
 
298
        * src/arm/cl7211_serial.c (cl7211_serial_rx_DSR): Need to handle all
299
        input (empty input FIFO) otherwise characters get dropped.
300
 
301
1999-10-15  Jesper Skov  
302
 
303
        * tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus.
304
 
305
1999-10-11  Nick Garnett  
306
 
307
        * tests/ser_test_protocol.inl: Added configury for VR4300 testing.
308
 
309
        * src/mips/vrc4373_serial.c: Added Bi-endian support.
310
 
311
        * include/pkgconf/io_serial.h: Adjusted default baud rates to
312
        38400.
313
 
314
1999-10-06  Jesper Skov  
315
 
316
        * tests/ser_test_protocol.inl: Run tests on AEB rev C as well.
317
 
318
1999-09-28  Hugo Tyson  
319
 
320
        * src/powerpc/quicc_smc_serial.c (quicc_smc_serial_init): Correct
321
        value supplied for interrupt priority - it may be unused, but it
322
        is asserted for range.  Initialize the diagnostic channel if on an
323
        MBX and if NOT using SMC1 ourselves, to ensure that diag output
324
        and built-in stubs work correctly; otherwise reset the quicc and
325
        ignore SMC1 as before.  Fix various warnings, mostly about
326
        casting/arg-passing/assigning away volatile.
327
 
328
1999-08-31  Jesper Skov  
329
 
330
        * tests/ser_test_protocol.inl: Define dummy crash ID.
331
 
332
1999-08-30  Jesper Skov  
333
 
334
        * tests/ser_test_protocol.inl: Added crash information which
335
        should help track down repeating errors.
336
 
337
1999-08-20  Jesper Skov  
338
 
339
        * tests/README: Added.
340
 
341
1999-08-18  Jesper Skov  
342
 
343
        * tests/tty1.c:
344
        * tests/tty2.c:
345
        * tests/serial1.c:
346
        * tests/serial2.c:
347
        * tests/serial3.c:
348
        * tests/serial4.c:
349
        * tests/serial5.c:
350
        * tests/PKGconf.mak:
351
        Require kernel and kernel C API.
352
 
353
1999-08-17  Nick Garnett  
354
 
355
        * src/mn10300/mn10300_serial.c: Added a simple implementation of a
356
        receive FIFO to try and reduce the overhead of receiving bytes.
357
 
358
1999-08-16  Jonathan Larmour  
359
 
360
        * src/PKGconf.mak:
361
        * src/mn10300/mn10300_serial.c:
362
        * tests/ser_test_protocol.inl:
363
        Rename all am32 -> am31
364
 
365
1999-08-12  Nick Garnett  
366
 
367
        Imported following changes from development branch:
368
 
369
    1999-08-11  Nick Garnett  
370
 
371
        * tests/serial5.c: Modified config test for boards that need a lower
372
        speed for this test.
373
 
374
        * tests/ser_test_protocol.inl: Removed 14400 baud tests for all
375
        MN10300 variants. The MN10300 cannot currently do this speed.
376
 
377
        * src/mn10300/mn10300_serial.c: Tidied up the transmit interrupt
378
        enable/disable code to be variant specific.
379
 
380
        * include/pkgconf/io_serial.h: Undid Jonathan's change, since the
381
        same options are used for all MN10300 variants.
382
 
383
    1999-08-10  Jonathan Larmour  
384
 
385
        * include/pkgconf/io_serial.h:
386
        Reparent CYGPKG_IO_SERIAL_MN10300 from under CYGPKG_HAL_MN10300 to
387
        CYGPKG_HAL_MN10300_AM32_STDEVAL1 since it's stdeval1 specific
388
 
389
    1999-08-04  Nick Garnett  
390
 
391
        * tests/ser_test_protocol.inl:
392
        Changed names of MN10300 defines tested. Added AM33 definitions.
393
 
394
        * src/mn10300/mn10300_serial.c:
395
        Modified driver to work on am33 too. This simply requires some
396
        alternate definitions of things like register addresses and some
397
        bits in them plus some extra parameterization of some register
398
        values.
399
 
400
        * src/PKGconf.mak:
401
        Added am33 to list of architectures supporting serial lines.
402
 
403
1999-07-28  Gary Thomas  
404
 
405
        * include/pkgconf/io_serial.h: Update descriptions to be more
406
        generic (CL7x11 instead of CL7211).
407
 
408
1999-07-28  Jonathan Larmour  
409
 
410
        * include/pkgconf/io_serial.h: Correct typos in CDL description
411
        for serial port 2 driver
412
 
413
1999-07-26  Hugo Tyson  
414
 
415
        * src/arm/ebsa285_serial.c: New file: device driver for the serial
416
        device of the Intel StrongARM EBSA-285 evaluation board.
417
 
418
        * include/pkgconf/io_serial.h (CYGPKG_IO_SERIAL_ARM_EBSA285):
419
        Config for it.
420
 
421
        * src/PKGconf.mak (EXTRAS_COMPILE): Compile it.
422
 
423
        * tests/ser_test_protocol.inl (TEST_SER_DEV): Enable testing of it.
424
 
425
1999-07-08  Jesper Skov  
426
 
427
        * tests/ser_test_protocol.inl (change_config): Changed implementation.
428
 
429
1999-06-27  Gary Thomas  
430
 
431
        * src/powerpc/quicc_smc_serial.c (quicc_smc_serial_init): More robust
432
        initialization, with data cache disabled.  This seems to fix the
433
        random failures described below.
434
 
435
        * tests/ser_test_protocol.inl: Add configuration for QUICC/MBX860.
436
        Added some delays in the configuration change code to make QUICC
437
        happy [didn't help much although the manual says they are required].
438
 
439
        * src/powerpc/quicc_smc_serial.h (UART_BITRATE): Rewrote macro to
440
        match what the Linux driver uses - still doesn't work well, though.
441
 
442
        * src/powerpc/quicc_smc_serial.c: Lots of changes trying to get the
443
        serial driver working and robust.  At this point it works quite well,
444
        using the default buffer sizes.  Changing from the defaults seem to
445
        easily break it though, certainly on input.  Also, changing the baud
446
        rate seems to not work reliably.
447
 
448
        * src/common/serial.c: Add some tracing/debug info to try and debug
449
        problems with QUICC serial driver.  These are hard disabled with
450
        "XX_" prepended to "CYGDBG_DIAG_BUF".  Enabling them gives information
451
        about how/when data are delivered from the serial driver.
452
 
453
        * include/pkgconf/io_serial.h: Adjust limits and defaults on number and
454
        size of buffers with values that seem to work.
455
 
456
1999-06-21  Jesper Skov  
457
 
458
        * src/sh/sh_sci_serial.c: Rearranged inclusion of .inl file a bit
459
        to avoid compiler warnings.
460
 
461
1999-06-21  Gary Thomas  
462
 
463
        * include/pkgconf/io_serial.h: Fix CDL for number of buffers.
464
 
465
        * src/powerpc/quicc_smc_serial.c: Force number of buffers = 1.
466
 
467
1999-06-20  Gary Thomas  
468
 
469
        * include/pkgconf/io_serial.h: Some clean up (removed commented
470
        obsolete CDL parenting structure).
471
        Add support for Motorola PowerPC QUICC/SMC.
472
 
473
        * src/arm/cma230_serial.c:
474
        * src/arm/cl7211_serial.c:
475
        * src/arm/aeb_serial.c:
476
        * src/arm/pid_serial_with_ints.c: Use #include to get 'diag_printf()'
477
        prototypes.
478
 
479
1999-06-17  Gary Thomas  
480
 
481
        * src/arm/cl7211_serial.c (cl7211_serial_start_xmit): Fix race which
482
        cause xmitter to get stuck.
483
 
484
1999-06-16  Jesper Skov  
485
 
486
        * src/sh/sh_serial.c:          [removed]
487
        * src/sh/sh_sci_serial.c:      [added]
488
        * src/sh/sh_sci_7708.inl:      [added]
489
        * include/pkgconf/io_serial.h:
490
        * src/PKGconf.mak (EXTRAS_COMPILE):
491
        * tests/ser_test_protocol.inl:
492
        Renamed CDL options and restructered driver.
493
        Fixed CDL typo.
494
 
495
1999-06-04  Jesper Skov  
496
 
497
        * include/pkgconf/io_serial.h: Fixed CDL string for BAUD rate option.
498
 
499
1999-06-04  Gary Thomas  
500
 
501
        * tests/ser_test_protocol.inl: Disable testing at 115200
502
        for Cogent CMA230 (ARM).
503
 
504
        * src/arm/cma230_serial.c: Fix interrupt for port B.
505
 
506
1999-05-31  Jesper Skov  
507
 
508
        * src/sh/sh_serial.c: Fixed receive interrupts and added handler for
509
        error interrupts.
510
 
511
1999-05-28  Jesper Skov  
512
 
513
        * io/serial/current/src/PKGconf.mak:
514
        * io/serial/current/tests/ser_test_protocol.inl:
515
        * include/pkgconf/io_serial.h:
516
        Renamed SH platform package to edk7708.
517
 
518
1999-05-27  Jesper Skov  
519
 
520
        * tests/ser_test_protocol.inl: Added ability to change options in
521
        host software.
522
 
523
1999-05-27  Jonathan Larmour  
524
 
525
        * src/mn10300/mn10300_serial.c (mn10300_serial_config_port):
526
        Wait for the serial device to become acquiescent before disabling
527
        it. This prevents cygmon's outgoing characters getting corrupted
528
        due to transmission being disabled.
529
        Fix for PR 20047
530
 
531
1999-05-26  Gary Thomas  
532
 
533
        * include/pkgconf/io_serial.h:
534
        * tests/ser_test_protocol.inl: Add Cogent CMA230 setup.
535
 
536
        * src/arm/cma230_serial.c: Make names compatible with Cogent
537
        PowerPC board.
538
 
539
1999-05-26  Gary Thomas  
540
 
541
        * tests/ser_test_protocol.inl: Add Cirrus Logic CL7211 setup.
542
1999-05-26  Jesper Skov  
543
 
544
        * src/sh/sh_serial.c: Added more baud rate values. Disabled
545
        interrupt driven receive. Fixed config_port to enable proper
546
        interrupt flags.
547
 
548
1999-05-25  Jonathan Larmour  
549
 
550
        * tests/ser_test_protocol.inl:
551
        Change all mentions of CYGPKG_HAL_TX39_JMR3904 to
552
        CYGPKG_HAL_MIPS_TX39_JMR3904
553
 
554
1999-05-25  Jonathan Larmour  
555
 
556
        * src/PKGconf.mak (EXTRAS_COMPILE): Change CYG_HAL_TX39 to
557
        CYG_HAL_MIPS_TX39
558
1999-05-25  Jesper Skov  
559
 
560
        * tests/ser_test_protocol.inl: Added sh entry.
561
 
562
1999-05-24  Jesper Skov  
563
 
564
        * src/PKGconf.mak:
565
        * include/pkgconf/io_serial.h:
566
        * src/sh/sh_serial.c:
567
        Added sh driver.
568
 
569
1999-05-18  Jesper Skov  
570
        PR 19926
571
        * src/sparclite/sleb_sdtr.c (sleb_sdtr_rx_DSR): Only read chan if
572
        there is one.
573
 
574
1999-05-18  Jesper Skov  
575
        PR 19926
576
        * src/arm/cl7211_serial.c (cl7211_serial_rx_DSR): Only read char
577
        if there is one.
578
 
579
1999-05-16  Gary Thomas  
580
 
581
        * src/arm/cl7211_serial.c: Clean up, first working version.
582
 
583
1999-05-14  Jesper Skov  
584
 
585
        * tests/ser_test_protocol.inl: Removed workaround for spurious
586
        Cogent reads.
587
 
588
        * src/arm/aeb_serial.c:
589
        * src/arm/aeb_serial.h:
590
        * src/arm/pid_serial_with_ints.c:
591
        * src/arm/pid_serial.h:
592
        * src/powerpc/cogent_serial.h:
593
        * src/powerpc/cogent_serial_with_ints.c:
594
        Check for receive interrupt before reading.
595
 
596
1999-05-13  Nick Garnett  
597
 
598
        The follow changes were made in a branch an have now been merged:
599
 
600
    1999-04-21  Gary Thomas  
601
 
602
        * src/mips/vrc4373_serial.c: Small changes to get working with
603
        interrupts.
604
 
605
    1999-04-20  John Dallaway  
606
 
607
        * include/pkgconf/io_serial.h: Fix CYGPKG_IO_SERIAL_TX39_JMR3904
608
        parent attribute.
609
 
610
1999-05-11  Gary Thomas  
611
 
612
        * src/arm/cl7211_serial.c: Fix compile problems from merged code.
613
 
614
1999-05-05  Jesper Skov  
615
 
616
        * tests/ser_test_protocol.inl: Tidied up a bit and added
617
        description of protocol.
618
 
619
1999-05-05  Jesper Skov  
620
 
621
        * src/common/serial.c (serial_write, serial_read): Clear abort
622
        flag at entry.
623
 
624
1999-05-05  Jesper Skov  
625
 
626
        * tests/serial4.c (serial_test): Handle config fails correctly.
627
 
628
        * tests/ser_test_protocol.inl: Better change_config
629
        handling. Simple recovery and negotiation isn't timing
630
        dependant.
631
 
632
1999-05-05  Jesper Skov  
633
 
634
        * tests/timeout.inl: Updated with the below changes.
635
 
636
1999-05-05  Gary Thomas  
637
 
638
        * misc/timeout.inl (timeout): Timeouts are relative, but alarms
639
        need absolute time values.
640
 
641
1999-05-04  Jesper Skov  
642
        PR 20018
643
        * tests/serial1.c (serial_test): Always PASS, regardless of
644
        configuration.
645
 
646
1999-05-04  Jesper Skov  
647
 
648
        * tests/ser_test_protocol.inl: Reverse order of configurations -
649
        run tests with slow baud rate first.
650
        Only check CYG_KERNEL_DIAG_GDB_SERIAL_DIRECT for SLEB on RAM startup.
651
 
652
1999-05-04  Jesper Skov  
653
        * src/mn10300/mn10300_serial.c:
654
        Use interrupt enable/disable feature of serial port2 to allow
655
        coexistence with CygMon/hal_diag.
656
 
657
        * tests/ser_test_protocol.inl: Use port2 for MN10300.
658
 
659
1999-04-28  Bart Veer  
660
 
661
        * src/PKGconf.mak (EXTRAS_COMPILE):
662
        Use the new rules for generating libextras.a
663
 
664
1999-04-26  Gary Thomas  
665
 
666
        * include/pkgconf/io_serial.h: Add support for Cirrus Logic CL7211.
667
 
668
 
669
1999-04-20  Gary Thomas  
670
 
671
        * src/arm/aeb_serial.c:
672
        * src/arm/pid_serial_with_ints.c: Fix default baud rate if unbuffered.
673
1999-04-20  Jesper Skov  
674
 
675
        * tests/ser_test_protocol.inl: Added some comments. Disabled 38400
676
        for SLEB. Only run test on SLEB if CygMon isn't used for diag
677
        output.
678
 
679
1999-04-15  Jesper Skov  
680
        PR 19752
681
        * tests/serial3.c:
682
        * tests/serial5.c:
683
        Run these tests at a lower baud rate on ARM AEB.
684
 
685
1999-04-14  Jesper Skov  
686
        PR 19839
687
        * src/mn10300/mn10300_serial.c:
688
        Fix compiler warnings.
689
 
690
1999-04-14  Bart Veer  
691
 
692
        * include/pkgconf/io_serial.h:
693
        Reparent the board-specific serial devices below the actual boards.
694
 
695
1999-04-13  Jesper Skov  
696
 
697
        * tests/ser_test_protocol.inl:
698
        NA when run from simulator.
699
 
700
1999-04-12  Jesper Skov  
701
 
702
        * tests/ser_test_protocol.inl:
703
        Disabled 115200 for MN10300.
704
        Reclaim interrupt vectors from CygMon when testing on SLEB.
705
 
706
1999-04-09  Gary Thomas  
707
 
708
        * include/serial.h: Change SERIAL_CHANNEL setup so all channels
709
        have serial callbacks, regardless of buffering.
710
 
711
1999-04-09  Jesper Skov  
712
 
713
        * src/common/tty.c:
714
        * include/pkgconf/io_serial.h:
715
        Added new ttydiag device layered on top of haldiag, so that tty0
716
        can be layered on top of ser0.
717
 
718
1999-04-08  Jesper Skov  
719
 
720
        * tests/tty1.c:                [added]
721
        * tests/tty2.c:                [added]
722
        * tests/PKGconf.mak:
723
        * tests/ser_test_protocol.inl:
724
        Added two simple TTY tests.
725
 
726
1999-04-07  Hugo Tyson  
727
 
728
        * src/sparclite/sleb_sdtr.h: Include cyg/hal/hal_io.h for I/O
729
        macros instead of hal_diag.h where they had evolved before.
730
 
731
1999-04-06  Jesper Skov  
732
 
733
        * tests/serial4.c (serial_test):
734
        * tests/serial3.c (serial_test):
735
        Reduce packet sizes.
736
 
737
1999-03-31  Jesper Skov  
738
 
739
        * tests/ser_test_protocol.inl: Added remaining targets to the
740
        test.
741
 
742
1999-03-31  Gary Thomas  
743
 
744
        * src/sparclite/sleb_sdtr.c (sleb_sdtr_start_xmit): Fix timing race
745
        when enabling xmit interrupts.
746
 
747
1999-03-26  Gary Thomas  
748
 
749
        * src/sparclite/sleb_sdtr.c: Change how the port is set up.  The transmitter
750
        is now always enabled, just the interrupts are masked/unmasked to control it.
751
        This lets the serial driver cooperate with Cygmon on the port used for GDB.
752
        Note that currently serial input does not work for CON1 since Cygmon is
753
        taking all of the receive interrupts for itself.
754
        (sleb_sdtr_tx_DSR): Need to keep track whether xmit interrupt should be
755
        enabled - otherwise it can get enabled incorrectly and we get interrupted
756
        to death!
757
 
758
1999-03-26  Jesper Skov  
759
 
760
        * tests/ser_test_protocol.inl: Send a DONE message after a no-echo
761
        binary packet.
762
 
763
1999-03-26  Hugo Tyson  
764
 
765
        * tests/serial5.c:
766
        * tests/serial4.c:
767
        * tests/serial3.c:
768
        * tests/serial2.c:
769
        * tests/serial1.c:
770
        Make these build when no kernel present; include of testcase
771
        was the wrong side of the ifdef.
772
 
773
1999-03-26  Jesper Skov  
774
 
775
        * tests/serial5.c:
776
        * tests/serial4.c:
777
        * tests/serial3.c:
778
        * tests/serial2.c:
779
        * tests/serial1.c:
780
        Moved NOP check to ser_test_protocol open call.
781
 
782
        * tests/ser_test_protocol.inl: Make sure the proper device is
783
        selected for testing. Do NOP check in open call.
784
 
785
1999-03-25  Gary Thomas  
786
 
787
        * include/pkgconf/io_serial.h:
788
        * misc/console.c:
789
        * src/arm/aeb_serial.c:
790
        * src/arm/pid_serial_with_ints.c:
791
        * src/common/tty.c:
792
        * src/mips/tx3904_serial.c:
793
        * src/mn10300/mn10300_serial.c:
794
        * src/powerpc/cogent_serial_with_ints.c:
795
        * src/sparclite/sleb_sdtr.c: Update CDL to follow naming conventions.
796
 
797
        * src/mips/tx3904_serial.c (tx3904_serial_config_port):
798
        Make sure port is enabled (CDL) before using it.
799
 
800
        * src/mn10300/mn10300_serial.c (mn10300_serial_config_port):
801
        * src/powerpc/cogent_serial_with_ints.c (cogent_serial_config_port):
802
        * src/arm/aeb_serial.c (aeb_serial_config_port):
803
        * src/arm/pid_serial_with_ints.c (pid_serial_config_port): Change so that
804
        the physical port is not modified unless the provided configuration is valid.
805
 
806
        * src/sparclite/sleb_sdtr.c (sleb_sdtr_config_port):
807
        Using wrong config data.
808
 
809
        * include/serialio.h: Add macros to support baud rate from CDL.
810
 
811
        * include/pkgconf/io_serial.h:
812
        * src/mn10300/mn10300_serial.c:
813
        * src/mips/tx3904_serial.c (tx3904_serial_ISR):
814
        * src/sparclite/sleb_sdtr.c:
815
        * src/powerpc/cogent_serial_with_ints.c:
816
        * src/arm/pid_serial_with_ints.c:
817
        * src/arm/aeb_serial.c: Add configury for baud rate and buffer size.
818
 
819
1999-03-24  Nick Garnett  
820
 
821
        * src/mips/tx3904_serial.c:
822
        Now uses CYGHWR_HAL_MIPS_CPU_FREQ_ACTUAL to get CPU
823
        frequency. This is a little more accurate than using
824
        CYGHWR_HAL_MIPS_CPU_FREQ.
825
 
826
1999-03-24  Gary Thomas  
827
 
828
        * include/serialio.h (CYGNUM_SERIAL_BAUD_MIN/MAX): Add for completeness.
829
 
830
        * src/arm/aeb_serial.c (aeb_serial_stop_xmit):
831
        * src/arm/pid_serial_with_ints.c (pid_serial_stop_xmit): Fix typo in comment.
832
 
833
1999-03-24  Jesper Skov  
834
 
835
        * tests/ser_test_protocol.inl: Weeded out configs TX39 doesn't
836
        like.
837
 
838
        * src/powerpc/cogent_serial.h:
839
        Added copyright header.
840
 
841
        * tests/ser_test_protocol.inl:
842
        * tests/serial1.c:
843
        * tests/serial2.c:
844
        * tests/serial3.c:
845
        * tests/serial4.c:
846
        * tests/serial5.c:
847
        Don't try to run tests when no IO device has been specified.
848
 
849
1999-03-23  Jesper Skov  
850
 
851
        * misc/serial1.c, misc/serial2.c, misc/serial3.c, misc/serial4.c,
852
        * misc/serial5.c, misc/ser_test_protocol.inl
853
        Deleted.
854
 
855
1999-03-23  Jesper Skov  
856
 
857
        * misc/PKGconf.mak:
858
        * tests/timeout.inl:
859
        * tests/PKGconf.mak:
860
        * tests/serial1.c:
861
        * tests/serial2.c:
862
        * tests/serial3.c:
863
        * tests/serial4.c:
864
        * tests/serial5.c:
865
        * tests/ser_test_protocol.inl:
866
        Moved the serial tests from the misc directory to the tests
867
        directory.
868
 
869
1999-03-23  Nick Garnett  
870
 
871
        * src/mn10300/mn10300_serial.c: Now initially mask TX interrupts
872
        at initialization and unmask/remask in start/stop xmit
873
        routines. This has no real effect on the hardware, but the
874
        simulator does not implement the LCR_TXE bit properly, resulting
875
        in spurious TX interrupts during diagnostic output.
876
        This was the cause of the slow output reported in PR 19559.
877
 
878
1999-03-23  Gary Thomas  
879
 
880
        * include/pkgconf/io_serial.h: Fix "display" strings to have appropriate
881
        case - mostly lower case.
882
 
883
1999-03-22  Hugo Tyson  
884
 
885
        * misc/console.c:
886
        * misc/serial.c:
887
        * misc/serial1.c:
888
        * misc/serial2.c:
889
        * misc/serial3.c:
890
        * misc/serial4.c:
891
        * misc/serial5.c:
892
        Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of
893
        CYGNUM_HAL_MINIMUM_STACK_SIZE.
894
 
895
1999-03-22  Gary Thomas  
896
 
897
        * src/mn10300/mn10300_serial.c:
898
        * src/mips/tx3904_serial.c: Add CDL configury.
899
 
900
        * include/pkgconf/io_serial.h: Update CDL to add device name
901
        configurability for all devices.
902
 
903
        * src/sparclite/sleb_sdtr.c:
904
        * src/powerpc/cogent_serial_with_ints.c:
905
        * src/arm/aeb_serial.c:
906
        * src/arm/pid_serial_with_ints.c: Use CDL configured device names.
907
 
908
1999-03-22  Jesper Skov  
909
 
910
        * misc/serial1.c:
911
        * misc/serial2.c:
912
        * misc/serial3.c:
913
        * misc/serial4.c:
914
        * misc/serial5.c:
915
        Requires kernel as well.
916
 
917
1999-03-22  Jesper Skov  
918
 
919
        * src/sparclite/sleb_sdtr.c:
920
        Moved include statement to avoid warnings.
921
 
922
1999-03-19  Jesper Skov  
923
 
924
        * misc/ser_test_protocol.inl:
925
        * misc/serial5.c:
926
        * misc/PKGconf.mak:
927
        Replace complex and not very stable duplex test with a simpler
928
        test that works better.
929
        Added serial5 using that test.
930
 
931
1999-03-19  Jesper Skov  
932
 
933
        * misc/PKGconf.mak:
934
        * misc/serial1.c:
935
        * misc/serial2.c:
936
        Added API test and made serial2 do simple string output.
937
 
938
1999-03-19  Jesper Skov  
939
 
940
        * src/powerpc/cogent_serial_with_ints.c: Changed ToDo comment.
941
 
942
1999-03-19  Jesper Skov  
943
 
944
        * src/powerpc/cogent_serial_with_ints.c:
945
        * src/arm/aeb_serial.c:
946
        * src/arm/pid_serial_with_ints.c:
947
        Moved include statement to avoid warnings.
948
 
949
1999-03-19  Gary Thomas  
950
 
951
        * include/pkgconf/io_serial.h: More CDL problems.
952
 
953
1999-03-18  Gary Thomas  
954
 
955
        * include/pkgconf/io_serial.h: Add CDL for SPARClite SLEB.
956
 
957
        * src/powerpc/cogent_serial_with_ints.c:
958
        * src/arm/pid_serial_with_ints.c:
959
        * src/arm/aeb_serial.c: Update device names to match CDL.
960
 
961
        * include/pkgconf/io_serial.h: Change names for serial ports to
962
        be CYGPKG_IO_SERIAL___.
963
 
964
1999-03-18  Jesper Skov  
965
 
966
        * misc/ser_test_protocol.inl:
967
        * misc/serial2.c:
968
        First stab at the duplex binary test. Still much fun to be had...
969
 
970
1999-03-18  Jesper Skov  
971
 
972
        * misc/ser_test_protocol.inl: Added timeout for PING.
973
 
974
1999-03-18  Gary Thomas  
975
 
976
        * src/common/serial.c: Change ABORT functionality to be DSR safe.
977
        (serial_get_config): Fix typo!
978
 
979
        * include/pkgconf/io_serial.h: Small change in CDL to make serial
980
        devices tied to the platform and not the serial I/O package.  This
981
        means that only the devices appropriate to a given platform can be
982
        enabled.
983
 
984
        * misc/serial.c: Better use of alarms - only trigger at the time of
985
        the next timeout.  Moved timeout functions to new file "timeout.inl".
986
 
987
        * src/common/serial.c (serial_get_config): Add support for
988
        CYG_IO_GET_CONFIG_SERIAL_INPUT_FLUSH and CYG_IO_GET_CONFIG_SERIAL_ABORT.
989
 
990
        * misc/serial.c: Add simple timeout mechanisms.
991
 
992
1999-03-17  Gary Thomas  
993
 
994
        * src/powerpc/cogent_serial_with_ints.c:
995
        * src/arm/aeb_serial.c:
996
        * src/arm/pid_serial_with_ints.c: Conditionalize based on CDL.
997
 
998
        * include/pkgconf/io_serial.h: Add some CDL configury - not perfect
999
        because of current ~CDL limitations.
1000
 
1001
1999-03-17  Jesper Skov  
1002
 
1003
        * misc/serial2.c: Cleaned up a bit. Used for hacking new tests.
1004
 
1005
1999-03-17  Jesper Skov  
1006
 
1007
        * misc/PKGconf.mak:
1008
        * misc/ser_test_protocol.inl:
1009
        * misc/serial2.c:
1010
        * misc/serial3.c:
1011
        * misc/serial4.c:
1012
        Put testing protocol implementation in a separate file. Split the
1013
        tests in serial2 into separate files.
1014
 
1015
1999-03-16  Nick Garnett  
1016
 
1017
        * src/mn10300/mn10300_serial.c: Fixed some compiler warnings.
1018
 
1019
1999-03-15  Gary Thomas  
1020
 
1021
        * include/pkgconf/io_serial.h: Change default configurations.
1022
        No serial drivers enabled for PID port A or AEB.
1023
 
1024
        * src/sparclite/sleb_sdtr.c:
1025
        * src/powerpc/cogent_serial_with_ints.c:
1026
        * src/arm/aeb_serial.c:
1027
        * src/arm/pid_serial_with_ints.c:
1028
        * src/common/haldiag.c:
1029
        * src/common/tty.c:
1030
        * src/common/serial.c: Add 'CYGDBG_IO_INIT' for control of init
1031
        messages.
1032
 
1033
        * src/powerpc/cogent_serial_with_ints.c:
1034
        * src/sparclite/sleb_sdtr.c:
1035
        * src/arm/aeb_serial.c:
1036
        * src/arm/pid_serial_with_ints.c: Don't include 
1037
 
1038
1999-03-15  Jesper Skov  
1039
 
1040
        * misc/serial2.c (serial_test): Fix use of strlen. Fix DONE part
1041
        of binary protocol.
1042
 
1043
1999-03-12  Jesper Skov  
1044
 
1045
        * misc/serial2.c: Play a bit with timing. Think I broke it :(
1046
        Added DONE to BINARY packet.
1047
        Proper call to DRAIN.
1048
 
1049
1999-03-12  Nick Garnett  
1050
 
1051
        * src/mips/tx3904_serial.c: Tidied away some debugging code.
1052
 
1053
1999-03-12  Jesper Skov  
1054
 
1055
        * misc/serial2.c: Removed bogus config changes.
1056
 
1057
1999-03-12  Jesper Skov  
1058
 
1059
        * misc/serial2.c (serial_test): Check for ser_filter on host (PING
1060
        packet).
1061
 
1062
1999-03-11  Jesper Skov  
1063
 
1064
        * src/powerpc/cogent_serial_with_ints.c: Added note.
1065
 
1066
        * misc/serial2.c:
1067
        Added (almost) proper configuration handling.
1068
        Run tests on varying configurations.
1069
 
1070
1999-03-11  Nick Garnett  
1071
 
1072
        * src/mips/tx3904_serial.c:
1073
        Many changes to get working.
1074
 
1075
        * misc/console.c (console_test): Fixed compiler warning.
1076
 
1077
        * misc/serial2.c:
1078
        Added device name for TX39 testing.
1079
        Fixed some bugs in Tcyg_io_write() macro.
1080
 
1081
1999-03-10  Jesper Skov  
1082
 
1083
        * misc/serial2.c: Added target specific test device name.
1084
 
1085
1999-03-10  John Dallaway  
1086
 
1087
        * include/pkgconf/io_serial.h: Correct CDL description spelling.
1088
 
1089
1999-03-10  Jesper Skov  
1090
 
1091
        * src/powerpc/cogent_serial_with_ints.c:
1092
        * misc/console.c:
1093
        Fixed compiler warnings.
1094
 
1095
1999-03-10  Gary Thomas  
1096
 
1097
        * include/pkgconf/io_serial.h: Improve CDL descriptions.
1098
 
1099
1999-03-10  Jesper Skov  
1100
 
1101
        * misc/serial2.c (serial_test): Do some more tests with changed
1102
        baud rates.
1103
 
1104
1999-03-09  Jesper Skov  
1105
 
1106
        * misc/serial2.c (serial_test): Added workaround for spurious byte
1107
        problem. Added a few more tests to run.
1108
 
1109
        * src/powerpc/cogent_serial_with_ints.c
1110
        (cogent_serial_config_port): Remove interrupt enabling.
1111
 
1112
1999-03-09  Nick Garnett  
1113
 
1114
        * src/PKGconf.mak:
1115
        * src/mips/tx3904_serial.c:
1116
        Added initial version of TX39 device driver. Currently untested
1117
        but eliminates PR19445.
1118
 
1119
1999-03-09  Jesper Skov  
1120
 
1121
        * misc/serial2.c: DRAIN function works now.
1122
 
1123
1999-03-09  Jesper Skov  
1124
 
1125
        * include/pkgconf/io_serial.h: Only enable one serial driver per
1126
        default.
1127
 
1128
1999-03-08  Jesper Skov  
1129
 
1130
        * misc/serial2.c (serial_test): Be a bit more aggressive.
1131
 
1132
        * src/powerpc/cogent_serial_with_ints.c: Check that configuration
1133
        is sensible.
1134
 
1135
1999-03-08  Jesper Skov  
1136
 
1137
        * src/powerpc/cogent_serial_with_ints.c:
1138
        Added support for both ports.
1139
 
1140
        * include/pkgconf/io_serial.h: Added simple defines for cogent
1141
        serial ports. No CDL yet.
1142
 
1143
1999-03-08  Jesper Skov  
1144
 
1145
        * misc/serial.c: Removed PID references. Fixed compiler warnings.
1146
 
1147
1999-03-08  Jesper Skov  
1148
 
1149
        * src/powerpc/cogent_serial_with_ints.c: Cleaned up a
1150
        bit. Actually works now.
1151
 
1152
1999-03-08  Gary Thomas  
1153
 
1154
        * src/common/serial.c: Change in cyg_drv_cond_wait() behaviour
1155
        means DSR lock should be left alone.
1156
 
1157
1999-03-08  Jesper Skov  
1158
        PR 19400
1159
        * src/powerpc/cogent_serial_with_ints.c (cogent_serial_init): Set
1160
        valid interrupt priority.
1161
 
1162
1999-03-05  Nick Garnett  
1163
 
1164
        * src/mn10300/mn10300_serial.c (mn10300_serial_init):
1165
        Added extra test to avoid initializing serial 2 when CYGMON is
1166
        present.
1167
        Include hal_intr.h explicitly for use in non-kernel
1168
        configurations.
1169
 
1170
        * src/common/serial.c:
1171
        Added extra test before calls to cyg_drv_cond_wait() to avoid race
1172
        condition. This is not, however, a complete solution to this
1173
        problem. A better solution will be forthcoming.
1174
 
1175
        * include/serial.h:
1176
        Changed include files used to permit non-kernel configurations to
1177
        be built.
1178
 
1179
1999-03-05  Jesper Skov  
1180
 
1181
        * src/common/haldiag.c: Removed diag_printf declaration.
1182
 
1183
1999-03-05  Jonathan Larmour  
1184
 
1185
       * src/mn10300/mn10300_serial.c:
1186
       Change CYG_VECTOR_* to CYGNUM_HAL_INTERRUPT_* to get it to compile!
1187
 
1188
1999-03-05  Gary Thomas  
1189
 
1190
        * src/powerpc/cogent_serial_with_ints.c (cogent_serial_config_port):
1191
        Fix renaming of interrupt vectors.
1192
 
1193
1999-03-05  Gary Thomas  
1194
 
1195
        * src/arm/pid_serial_with_ints.c: Fix interrupt vectors.
1196
 
1197
1999-03-03  Gary Thomas  
1198
 
1199
        * serial/current/src/arm/pid_serial_with_ints.c:
1200
        New [somewhat] configurable drivers for PID.
1201
 
1202
//===========================================================================
1203
//####ECOSGPLCOPYRIGHTBEGIN####
1204
// -------------------------------------------
1205
// This file is part of eCos, the Embedded Configurable Operating System.
1206
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
1207
//
1208
// eCos is free software; you can redistribute it and/or modify it under
1209
// the terms of the GNU General Public License as published by the Free
1210
// Software Foundation; either version 2 or (at your option) any later version.
1211
//
1212
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
1213
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
1214
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1215
// for more details.
1216
//
1217
// You should have received a copy of the GNU General Public License along
1218
// with eCos; if not, write to the Free Software Foundation, Inc.,
1219
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
1220
//
1221
// As a special exception, if other files instantiate templates or use macros
1222
// or inline functions from this file, or you compile this file and link it
1223
// with other works to produce a work based on this file, this file does not
1224
// by itself cause the resulting work to be covered by the GNU General Public
1225
// License. However the source code for this file must still be made available
1226
// in accordance with section (3) of the GNU General Public License.
1227
//
1228
// This exception does not invalidate any other reasons why a work based on
1229
// this file might be covered by the GNU General Public License.
1230
//
1231
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
1232
// at http://sources.redhat.com/ecos/ecos-license/
1233
// -------------------------------------------
1234
//####ECOSGPLCOPYRIGHTEND####
1235
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.