OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [powerpc/] [mbx/] [v2_0/] [ChangeLog] - Blame information for rev 526

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2002-12-02  Gary Thomas  
2
 
3
        * include/plf_intr.h: Use MPC8xx variant RESET support.
4
 
5
2002-11-26  Gary Thomas  
6
 
7
        * cdl/hal_powerpc_mbx.cdl: Move platform defines to platform package.
8
 
9
2002-11-25  Gary Thomas  
10
 
11
        * cdl/hal_powerpc_mbx.cdl: Add new CDL which describes port layout.
12
 
13
2002-08-02  Andrew Lunn 
14
 
15
        * cdl/hal_powerpc_mbx.cdl: Redboot exec command can now be disabled
16
          by CDL
17
 
18
2002-06-27  Gary Thomas  
19
 
20
        * include/plf_regs.h: New file - platform overrides.
21
 
22
2002-05-13  Jesper Skov  
23
 
24
        * cdl/hal_powerpc_mbx.cdl: Removed implemntation of
25
        CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_NOT_GUARANTEED.
26
 
27
2002-04-11  Gary Thomas  
28
 
29
        * include/plf_cache.h: Cache control is in hal/common CDL.
30
 
31
2002-01-23  Gary Thomas  
32
 
33
        * src/redboot_linux_exec.c (do_exec): Better match for EPPCbug
34
        environment, necessary for Linux boot.
35
 
36
        * src/hal_aux.c: Move IMMR to match what Motorola EPPCbug uses.
37
 
38
2002-01-16  Nick Garnett  
39
 
40
        * cdl/hal_powerpc_mbx.cdl: Added CYGSEM_REDBOOT_HAL_LINUX_BOOT to
41
        enable Linux booting support.
42
 
43
        * src/redboot_linux_exec.c: Added this file to contain Linux exec
44
        command.
45
 
46
2001-06-21  Jonathan Larmour  
47
 
48
        * images/*: Remove. Don't bloat repository with things already on
49
        the web.
50
 
51
2001-05-07  Gary Thomas  
52
 
53
        * cdl/hal_powerpc_mbx.cdl:
54
        Disable CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_NOT_GUARANTEED since most
55
        installations will now use RedBoot.
56
 
57
2001-05-05  Gary Thomas  
58
 
59
        * misc/redboot_ROM_40.ecm:
60
        * misc/redboot_RAM_40.ecm: New configuration - 40MHz boards.
61
 
62
        * misc/redboot_ROM.ecm:
63
        * misc/redboot_RAM.ecm: Update for latest RedBoot, include compression.
64
 
65
        * src/hal_diag.c:
66
        * include/plf_stub.h:
67
        * include/plf_intr.h:
68
        * cdl/hal_powerpc_mbx.cdl: Fix copyrights.
69
 
70
2001-03-08  Jesper Skov  
71
 
72
        * cdl/hal_powerpc_mbx.cdl: Does not guarantee virtual vector
73
        support.
74
 
75
2001-02-23  Gary Thomas  
76
 
77
        * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
78
 
79
        * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
80
 
81
2001-02-23  Jesper Skov  
82
 
83
        * include/plf_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Added.
84
        Removed again.
85
 
86
2001-02-08  Jesper Skov  
87
 
88
        * cdl/hal_powerpc_mbx.cdl: Respect channel configuration
89
        constraints.
90
 
91
        * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
92
        CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
93
 
94
2001-01-31  Jesper Skov  
95
 
96
        * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
97
        with CYGSEM_HAL_DIAG_MANGLER_GDB/None
98
 
99
2001-01-26  Jesper Skov  
100
 
101
        * include/plf_stub.h: Moved reset macro to
102
        * include/plf_intr.h: this file.
103
 
104
2001-01-19  Gary Thomas  
105
 
106
        * include/hal_diag.h: Remove unwarranted disclaimer [commentary].
107
 
108
2001-01-03  Gary Thomas  
109
 
110
        * cdl/hal_powerpc_mbx.cdl: Let RTC [heartbeat] rate be user
111
        specified.
112
 
113
2000-10-20  Gary Thomas  
114
 
115
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
116
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi:
117
        * include/pkgconf/mlt_powerpc_mbx_ram.h:
118
        Increase reserved memory - required by RedBoot.
119
 
120
        * misc/redboot_ROM.cfg:
121
        * misc/redboot_RAM.cfg:
122
        * images/redboot_ROM.srec:
123
        * images/redboot_ROM.img:
124
        * images/redboot_ROM.bin:
125
        * images/redboot_RAM.bin:
126
        * images/redboot_RAM.img:
127
        * images/redboot_RAM.srec: New file(s).
128
 
129
        * cdl/hal_powerpc_mbx.cdl: Add RedBoot configuration rules.
130
 
131
2000-10-20  Jonathan Larmour  
132
 
133
        * tests/mbxtime.cxx: Ensure default priority constructors
134
        are called.
135
 
136
2000-10-20  Jonathan Larmour  
137
 
138
        * include/pkgconf/mlt_powerpc_mbx_ram.h:
139
        * include/pkgconf/mlt_powerpc_mbx_rom.h:
140
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi:
141
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi:
142
        Regenerated with updated host tools
143
 
144
2000-10-19  Jesper Skov  
145
 
146
        * include/pkgconf/mlt_powerpc_mbx_ram.h: Added heap1 label.
147
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt: Same.
148
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi: Same.
149
        * include/pkgconf/mlt_powerpc_mbx_rom.h: Same.
150
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt: Same.
151
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi: Same.
152
 
153
2000-09-17  Gary Thomas  
154
 
155
        * cdl/hal_powerpc_mbx.cdl: Add platform/cpu identification strings.
156
 
157
2000-08-28  Gary Thomas  
158
 
159
        * cdl/hal_powerpc_mbx.cdl: Fix startup type description - was
160
        totally bogus stuff copied from a different HAL.
161
 
162
2000-08-15  Gary Thomas  
163
 
164
        * src/mbx.S: Use actual ROM layout instead of magic numbers.
165
 
166
2000-06-28  Jesper Skov  
167
 
168
        * include/hal_diag.h:
169
        * src/hal_diag.c:
170
        Cleanup.
171
 
172
2000-06-22  John Dallaway  
173
 
174
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt:
175
 
176
        Synchronize with mlt_powerpc_mbx_rom.ldi.
177
 
178
2000-06-21  Jesper Skov  
179
 
180
        * src/hal_diag.c: Provide comms_init function, initializing the
181
        serial device. Changed quicc calls to provide eppc_base.
182
 
183
        * include/plf_stub.h:
184
        * include/hal_diag.h:
185
        Changed defines to match new procs table handling of IO.
186
 
187
2000-06-15  Jesper Skov  
188
 
189
        * include/pkgconf/mlt_powerpc_mbx_rom.h:
190
        * include/pkgconf/mlt_powerpc_mbx_ram.h:
191
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi:
192
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
193
        Updated.
194
 
195
        * src/hal_aux.c: Fix warning.
196
 
197
        * include/hal_diag.h: Fix typo. Moved diag-inclusion decision
198
        expression to common HAL.
199
        Only define HAL_PLF_DIAG routines when necessary.
200
 
201
        * cdl/hal_powerpc_mbx.cdl: Last CDL tweaks.
202
 
203
2000-06-14  Jesper Skov  
204
 
205
        * include/plf_stub.h: Move reset stuff out of INCLUDE_STUBS
206
        config. It really should live in the platform equivalent of
207
        hal_arch.h...
208
 
209
        * include/hal_diag.h:
210
        * src/hal_diag.c:
211
        Changes to use the common virtual vector code for diagnostics.
212
 
213
2000-06-13  Jesper Skov  
214
 
215
        * include/plf_stub.h (HAL_STUB_PLATFORM_RESET_ENTRY): Use an
216
        absolute address.
217
 
218
        * src/hal_aux.c (hal_platform_init): Added.
219
 
220
        * include/plf_stub.h: Cleaned up reset definitions.
221
 
222
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi:
223
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt:
224
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi:
225
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
226
        Reserve space for virtual table.
227
 
228
        * cdl/hal_powerpc_mbx.cdl: Added support for virtual
229
        vectors. Change stub requirements accordingly.
230
 
231
2000-03-13  Jesper Skov  
232
 
233
        * include/plf_stub.h (HAL_STUB_PLATFORM_RESET): Jump to stub
234
        entry-point on GDB kill.
235
 
236
2000-03-04  Gary Thomas  
237
 
238
        * src/hal_aux.c (_mbx_init_i2c): I2C now working from eCos/GDB.
239
 
240
2000-03-03  Gary Thomas  
241
 
242
        * src/hal_aux.c (_mbx_fetch_VPD): New function - reads EEPROM and
243
        builds a queryable database.
244
 
245
2000-03-02  Jesper Skov  
246
 
247
        * src/hal_diag.c: Fix typo.
248
 
249
2000-02-29  Gary Thomas  
250
 
251
        * src/hal_diag.c: Support option to suppress GDB protocol on
252
        the diag/serial device.
253
 
254
2000-02-28  Jesper Skov  
255
 
256
        * cdl/hal_powerpc_mbx.cdl: Remove hardcoded copy_vectors
257
        definition.
258
 
259
2000-02-21  Jesper Skov  
260
 
261
        * src/mbx.S: use arch.inc instead of ppc.inc
262
 
263
2000-02-18  Jonathan Larmour  
264
 
265
        * cdl/hal_powerpc_mbx.cdl (CYGBLD_BUILD_GDB_STUBS): When building
266
        stubs, define every dependency required here rather than in the
267
        template
268
 
269
2000-02-17  Jonathan Larmour  
270
 
271
        * include/pkgconf/hal_powerpc_mbx.h: Fix MPC860 -> MPC8xx typo
272
        * cdl/hal_powerpc_mbx.cdl: likewise
273
 
274
2000-02-11  Jesper Skov  
275
 
276
        * src/hal_aux.c: Cleaned up includes.
277
 
278
2000-02-10  Jesper Skov  
279
 
280
        * include/plf_stub.h:
281
        Removed HAL_STUB_PLATFORM_STUBS_INIT.
282
 
283
        * misc/STUBS_config: [added]
284
        Removed stubs as a legal startup type.
285
 
286
2000-02-07  Jesper Skov  
287
 
288
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
289
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt:
290
        Fixed some typos.
291
 
292
        * src/mbx.S: Use CYGHWR_HAL_POWERPC_BOARD_SPEED.
293
 
294
        * include/pkgconf/mlt*.*: Use new exception scheme.
295
        * include/pkgconf/hal_powerpc_mbx.h: Use
296
        CYGHWR_HAL_POWERPC_BOARD_SPEED. Use MPC8xx variant code.
297
 
298
 
299
        * cdl/hal_powerpc_mbx.cdl: Use MPC8xx variant code. Fix some CDL
300
        bugs. Use CYGHWR_HAL_POWERPC_BOARD_SPEED
301
        Specify CPU options in linker flags.
302
 
303
2000-02-03  Jesper Skov  
304
 
305
        * cdl/hal_powerpc_mbx.cdl: CYG_HAL_POWERPC_x->CYGPKG_...
306
 
307
2000-02-03  Jesper Skov  
308
 
309
        * cdl/hal_powerpc_mbx.cdl: Generate S-record version of stub.
310
        Implements stubs.
311
 
312
2000-01-27  Jesper Skov  
313
 
314
        * cdl/hal_powerpc_mbx.cdl: Moved part of stubs build rule to
315
        common HAL.  Changed description.
316
 
317
2000-01-26  Jesper Skov  
318
 
319
        * include/plf_cache.h: Added.
320
 
321
2000-01-26  Jesper Skov  
322
 
323
        * cdl/hal_powerpc_mbx.cdl: Fix display string.
324
 
325
2000-01-24  Jesper Skov  
326
        * cdl/hal_powerpc_mbx.cdl: Add stubs build rule.
327
        * src/mbx.S: Depend on CYGSEM_HAL_ROM_MONITOR instead of
328
        CYG_HAL_ROM_MONITOR.
329
 
330
2000-01-24  John Dallaway  
331
 
332
        * cdl/*.cdl:
333
 
334
        Remove obsolete option CYGTST_TESTING_IDENTIFIER.
335
 
336
2000-01-19  Hugo Tyson  
337
 
338
        * cdl/*.cdl: Add descriptions to a number of options &c which were
339
        lacking same, also tidied up other typos as noticed en passant.
340
 
341
1999-12-21  Jonathan Larmour  
342
 
343
        * cdl/hal_powerpc_mbx.cdl: Ensure we "puts" to appropriate CDL header
344
 
345
1999-12-20  Gary Thomas  
346
 
347
        * cdl/hal_powerpc_mbx.cdl: Add -Wl for linker options.
348
 
349
1999-11-25  Gary Thomas  
350
 
351
        * include/pkgconf/mlt_powerpc_mbx_rom.h:
352
        * include/pkgconf/mlt_powerpc_mbx_ram.h: New file(s).
353
 
354
1999-11-03  John Dallaway  
355
 
356
        * cdl/hal_powerpc_mbx.cdl: Define build options.
357
 
358
1999-10-22  Hugo Tyson  
359
 
360
        * src/hal_diag.c (hal_diag_write_char): Call new hal_stub.h macro
361
        CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION() instead of simply disabling
362
        interrupts, ditto for enable.  This provides atomicity wrt single
363
        stepping and watching variables when this code to output a whole
364
        GDB $O packet is entered.
365
 
366
1999-09-20  Hugo Tyson  
367
 
368
        * include/pkgconf/hal_powerpc_mbx.h:
369
        (CYGHWR_HAL_POWERPC_MBX_BOOT_32BIT_FLASH) new config option to
370
        control chip select initialization.
371
 
372
        * src/mbx.S: Take notice of CYGHWR_HAL_POWERPC_MBX_BOOT_32BIT_FLASH.
373
 
374
        * misc/stubrom.perm: Reference the new option for folks who want
375
        to boot from the 32-bit flash.
376
 
377
1999-09-13  Gary Thomas  
378
 
379
        * include/pkgconf/hal_powerpc_mbx.h (CYGHWR_HAL_POWERPC_BOARD_SPEED):
380
        Missing default value (wouldn't build sans ConfigTool).
381
 
382
1999-09-09  Gary Thomas  
383
 
384
        * include/pkgconf/hal_powerpc_mbx.h (CYGHWR_HAL_POWERPC_MBX_BOARD_SPEED):
385
        Rename CDL option to avoid a name clash.
386
 
387
1999-07-27  Hugo Tyson  
388
 
389
        * src/mbx.S: Fix typo in PLL setup value.  Reported from the net.
390
 
391
1999-06-28  Hugo Tyson  
392
 
393
        * src/hal_diag.c (hal_diag_init): Fix a "default type" warning.
394
 
395
1999-06-28  Hugo Tyson  
396
 
397
        * src/hal_diag.c (hal_diag_write_char): Only gobble the GDB ACK
398
        characters if there is no pre-ISR polling call to look for ^C
399
        chars to interrupt the prog.  (CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
400
        - should not be enabled if devices are in use)
401
 
402
1999-06-28  Hugo Tyson  
403
 
404
        * src/mbx.S (__upmtbl_start): We do not trust rewriting the UPMs
405
        for DRAM timing whilst running out of that very DRAM.  So only
406
        init UPMs in ROM start (including when making a stub rom).
407
 
408
1999-06-27  Gary Thomas  
409
 
410
        * src/hal_diag.c: Support buffering of diagnostic data for later
411
        display.  Controlled by CYGDBG_DIAG_BUF.  Also, turn on code to
412
        handle GDB ACK characters when stubs are enabled.
413
 
414
1999-06-25  Hugo Tyson  
415
 
416
        * src/mbx.S (__upmtbl_start): depending on CYG_HAL_ROM_MONITOR, we
417
        use the OLD TABLES if making a stub rom.  For greatest commonality
418
        of startup code between RAM startup development binaries and ROM
419
        startup "product" binaries we completely re-initialize the UPMs
420
        that control DRAM timing even in RAM start when executing out of
421
        that very DRAM.
422
 
423
        It appears that it is OK to rewrite the UPMs with the new timing
424
        data when already running with the old timing data, but not OK to
425
        update from new to new.  So we use the old timing data when
426
        building stubs.
427
 
428
        An alternative would be to conditionally not perform the UPM
429
        initialization in RAM startup, but that would weaken the testing
430
        value of RAM startup programs.
431
 
432
1999-06-24  Hugo Tyson  
433
 
434
        * src/mbx.S (__upmtbl_start): Use the new tables recently supplied
435
        by email from Motorola; without them, the cache-line-zero
436
        operation only zeros 12 bytes rather than 16.  [PR 20226]
437
 
438
1999-06-24  Hugo Tyson  
439
 
440
        * include/plf_stub.h (HAL_STUB_PLATFORM_INIT_BREAK_IRQ): Define
441
        this (empty) for it is required if HAL_DEBUG_GDB_BREAK_SUPPORT is
442
        enabled.  Improve HAL_STUB_PLATFORM_SET_BAUD_RATE.
443
 
444
1999-06-18  John Dallaway  
445
 
446
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt:
447
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
448
        Fix MLT save files to match the default linker script
449
        fragments.
450
 
451
1999-06-18  Hugo Tyson  
452
 
453
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt:
454
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt:
455
        Initial attempt at getting these to match the reality of the
456
        linker script fragment; we'll have to see whether they're right.
457
 
458
1999-06-18  Hugo Tyson  
459
 
460
        * src/mbx.S: Data cache setup in hal_hardware_init: set
461
        force-writethrough mode and explicitly disable little-endian swap
462
        mode, whatever _that_ is.  Force-writethrough is required if you
463
        are to enable the data cache, it crashes otherwise.  Cause
464
        unknown, could be the memory system doesn't support whatever
465
        access regime is used, or caching problems with loading code
466
        through the stubs?  In any case, this is a fine workaround.
467
 
468
        * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Enable caching of the ROM;
469
        seems to do no harm, and helps ROM-based performance.
470
 
471
1999-06-18  Jesper Skov  
472
 
473
        * include/pkgconf/hal_powerpc_mbx.h: Fixed CDL description.
474
 
475
1999-06-17  Hugo Tyson  
476
 
477
        * misc/stubrom.perm: New file: a perm for creating an eCos stub
478
        ROM for the MBX.  Pro tem, ^C to break is not supported, so the
479
        feature must remain disabled.
480
 
481
        * include/plf_stub.h (HAL_STUB_PLATFORM_INIT): Diddle the LEDs if
482
        ROM start to distinguish eCos stub ROM from CygMon ROM from eCos
483
        app running/internal stubs.
484
 
485
1999-06-17  Hugo Tyson  
486
 
487
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi: Move RAM usage in ROM
488
        startup to 2000 so that we can build stubs that don't fight with
489
        RAM started apps' RAM use from 10000.
490
 
491
1999-06-17  Hugo Tyson  
492
 
493
        * tests/PKGconf.mak: New file, to build that below.
494
 
495
        * tests/mbxtime.cxx: New file, a simple test of the system timer
496
        for a human to check it's roughly seconds.
497
 
498
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi: ROM startup supported.
499
 
500
        * include/pkgconf/hal_powerpc_mbx.h
501
        (CYGHWR_HAL_POWERPC_MBX_BOARD_SPEED): Add this config option to
502
        select 40MHz or 50MHz system clock speed.
503
 
504
        * src/mbx.S (hal_hardware_init): Complete system init for ROM
505
        start; move return address to inside the ROM from wherever we
506
        booted.  Proper board clock speed selection.
507
 
508
        * src/hal_diag.c (hal_diag_write_char_serial): Do not encode
509
        packets for GDB if using ROM start.
510
 
511
        * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Map the ROM correctly so
512
        that ROM start works.
513
 
514
1999-06-15  Hugo Tyson  
515
 
516
        * src/mbx.S (hal_hardware_init): Add full ROM-type startup code
517
        and some useful LED-diddling routines and macro, to assist in
518
        debugging ROM startup.
519
 
520
        * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Enable memory mapping to
521
        the LED control register so that we can treak them with mem mgt
522
        enabled ie. in a normal execution context.
523
 
524
1999-06-11  Hugo Tyson  
525
 
526
        * src/mbx.S (hal_hardware_init): Set up the base address of the
527
        control registers in IMMR to 0xff000000 (as defined in arch).
528
        Turn off external interrupts, initialize the decrementer.
529
 
530
        * src/PKGconf.mak: Build the new file.
531
 
532
        * src/hal_aux.c (CYGARC_MEMDESC_TABLE): New file, to define this
533
        object for per-platform table-driven memory map initialization.
534
        The table used to be in hal_misc.c in the architectural HAL; this
535
        is platform dependent so better and cleaner here.
536
 
537
1999-06-10  Hugo Tyson  
538
 
539
        * ChangeLog: Component created, based partly on the FADS work and
540
        on CygMon's serial IO code for the MBX860, to support the Motorola
541
        MBX860 development board.  Actual serial support lies in
542
        neighbouring component HAL_QUICC [hal/powerpc/quicc/...]
543
 
544
        * include/hal_diag.h
545
        * include/plf_stub.h
546
        * include/pkgconf/hal_powerpc_mbx.h
547
        * include/pkgconf/mlt_powerpc_mbx_ram.ldi
548
        * include/pkgconf/mlt_powerpc_mbx_ram.mlt
549
        * include/pkgconf/mlt_powerpc_mbx_rom.ldi
550
        * include/pkgconf/mlt_powerpc_mbx_rom.mlt
551
        * src/PKGconf.mak
552
        * src/hal_diag.c
553
        * src/mbx.S
554
        New files.
555
 
556
//===========================================================================
557
//####ECOSGPLCOPYRIGHTBEGIN####
558
// -------------------------------------------
559
// This file is part of eCos, the Embedded Configurable Operating System.
560
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
561
//
562
// eCos is free software; you can redistribute it and/or modify it under
563
// the terms of the GNU General Public License as published by the Free
564
// Software Foundation; either version 2 or (at your option) any later version.
565
//
566
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
567
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
568
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
569
// for more details.
570
//
571
// You should have received a copy of the GNU General Public License along
572
// with eCos; if not, write to the Free Software Foundation, Inc.,
573
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
574
//
575
// As a special exception, if other files instantiate templates or use macros
576
// or inline functions from this file, or you compile this file and link it
577
// with other works to produce a work based on this file, this file does not
578
// by itself cause the resulting work to be covered by the GNU General Public
579
// License. However the source code for this file must still be made available
580
// in accordance with section (3) of the GNU General Public License.
581
//
582
// This exception does not invalidate any other reasons why a work based on
583
// this file might be covered by the GNU General Public License.
584
//
585
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
586
// at http://sources.redhat.com/ecos/ecos-license/
587
// -------------------------------------------
588
//####ECOSGPLCOPYRIGHTEND####
589
//===========================================================================

powered by: WebSVN 2.1.0

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