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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [xscale/] [iq80310/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-02-10  Nick Garnett  
2
 
3
        * misc/redboot_ROMA.ecm:
4
        Changed reference to CYGSCYGSEM_HAL_ARM_IQ80310_ARMBOOT to
5
        CYGSEM_HAL_ARM_IOP310_ARMBOOT.
6
 
7
2003-02-05  Nick Garnett  
8
 
9
        * src/diag/iq80310.h: Added CYGONCE_IQ80310_H to avoid compilation
10
        errors.
11
 
12
2003-01-31  Mark Salter  
13
 
14
        * include/hal_platform_setup.h: Disabling of write buffer
15
        is not necessary.
16
 
17
        * misc/redboot_RAM.ecm: Don't enable BTB for RedBoot.
18
        * misc/redboot_RAMA.ecm: Ditto.
19
        * misc/redboot_ROM.ecm: Ditto.
20
        * misc/redboot_ROMA.ecm: Ditto.
21
 
22
2003-01-30  Mark Salter  
23
 
24
        * include/pkgconf/mlt_*: Adjust RAM size to match max supported.
25
        Actual size of installed RAM determined at runtime.
26
 
27
2003-01-22  Mark Salter  
28
 
29
        * src/diag/diag.c: Don't define DEFINE_VARS.
30
        * src/diag/pci_serv.c: Remove pci_int_handlers decl.
31
        * src/diag/iq80310.h: Remove cmd_stat declaration.
32
        * src/diag/flash.c: Declare cmd_stat.
33
        * include/plf_io.h: Remove unused duplicate code.
34
        (HAL_PCI_TRANSLATE_INTERRUPT): Fix typo.
35
 
36
2002-11-13  Mark Salter  
37
 
38
        * misc/redboot_RAM.ecm: Remove CYGPKG_IO_SERIAL_ARM_XSCALE_IQ80310.
39
        * misc/redboot_RAMA.ecm: Ditto.
40
        * misc/redboot_ROM.ecm: Ditto
41
        * misc/redboot_ROMA.ecm: Ditto
42
 
43
        * cdl/hal_arm_xscale_iq80310.cdl (CYGBLD_INTEL_DIAGNOSTICS): Change
44
        default to 1.
45
        * include/hal_platform_setup.h: Use IOP310_EARLY_PCI_SETUP to make
46
        some BIOSes happy. BTB_INIT macro provided elsewhere.
47
        * src/diag/*: General cleanup to get rid of warnings and to eliminate
48
        functionality provided by the HAL.
49
 
50
2002-11-12  Gary Thomas  
51
 
52
        * src/diag/xscale_test.c:
53
        * src/diag/test_menu.h:
54
        * src/diag/test_menu.c:
55
        * src/diag/pci_serv.c:
56
        * src/diag/pci_bios.h:
57
        * src/diag/memtest.c:
58
        * src/diag/irq.S:
59
        * src/diag/iq80310.h:
60
        * src/diag/io_utils.c:
61
        * src/diag/interrupts.c:
62
        * src/diag/i557_eep.h:
63
        * src/diag/i557_eep.c:
64
        * src/diag/flash.c:
65
        * src/diag/external_timer.c:
66
        * src/diag/ether_test.h:
67
        * src/diag/ether_test.c:
68
        * src/diag/diag.c:
69
        * src/diag/cycduart.h:
70
        * src/diag/cycduart.c:
71
        * src/diag/7_segment_displays.h:
72
        * src/iq80310_misc.c:
73
        * misc/redboot_ROMA.ecm:
74
        * misc/redboot_ROM.ecm:
75
        * misc/redboot_RAMA.ecm:
76
        * misc/redboot_RAM.ecm:
77
        * include/pkgconf/mlt_arm_xscale_iq80310_roma.mlt:
78
        * include/pkgconf/mlt_arm_xscale_iq80310_roma.ldi:
79
        * include/pkgconf/mlt_arm_xscale_iq80310_roma.h:
80
        * include/pkgconf/mlt_arm_xscale_iq80310_rom.mlt:
81
        * include/pkgconf/mlt_arm_xscale_iq80310_rom.ldi:
82
        * include/pkgconf/mlt_arm_xscale_iq80310_rom.h:
83
        * include/pkgconf/mlt_arm_xscale_iq80310_ram.mlt:
84
        * include/pkgconf/mlt_arm_xscale_iq80310_ram.ldi:
85
        * include/pkgconf/mlt_arm_xscale_iq80310_ram.h:
86
        * include/plf_io.h:
87
        * include/hal_platform_setup.h:
88
        * include/hal_platform_ints.h:
89
        * cdl/hal_arm_xscale_iq80310.cdl: Reorg under Xscale variants.
90
 
91
2002-09-19  Mark Salter  
92
 
93
        * src/iq80310_misc.c (hal_hardware_init): Call hal_xscale_core_init.
94
        (iq80310_program_new_stack): Remove.
95
        Remove debug support which is now in xscale core package.
96
        * misc/redboot_RAM.ecm: Add CYGPKG_HAL_ARM_XSCALE_CORE package.
97
        * misc/redboot_RAMA.ecm: Ditto.
98
        * misc/redboot_ROM.ecm: Ditto.
99
        * misc/redboot_ROMA.ecm: Ditto.
100
        * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Define.
101
        * include/hal_platform_setup.h (DCACHE_FLUSH_AREA): Remove define.
102
        Remove debug unit init code.
103
        * include/hal_iq80310.h (DCACHE_FLUSH_AREA): Define.
104
        * cdl/hal_arm_iq80310.cdl: Remove HAL_ARCH_PROGRAM_NEW_STACK and
105
        add CYGBLD_HAL_VAR_H.
106
 
107
2002-08-29  Mark Salter  
108
 
109
        * include/plf_stub.h: Add HAL_STUB_HW_BREAKPOINT_LIST_SIZE and
110
        HAL_STUB_HW_WATCHPOINT_LIST_SIZE.
111
 
112
2002-08-12  Mark Salter  
113
 
114
        * cdl/hal_arm_iq80310.cdl: Remove CYGSEM_REDBOOT_ARM_LINUX_BOOT ref.
115
        * misc/redboot_ROM.ecm: Ditto.
116
        * misc/redboot_RAM.ecm: Ditto.
117
 
118
2002-08-06  Gary Thomas  
119
2002-08-06  Motoya Kurotsu 
120
 
121
        * src/hal_diag.c: I/O channel data can't be constant - contains
122
        timeout information which can be changed.
123
 
124
2002-05-28  Mark Salter  
125
 
126
        * cdl/hal_arm_iq80310.cdl: Add Linux boot support.
127
        * misc/redboot_RAM.ecm: Ditto.
128
        * misc/redboot_ROM.ecm: Ditto.
129
 
130
        * include/hal_iq80310.h (CYGARC_HAL_MMU_OFF): Xscale has
131
        special requirements for turning off MMU.
132
 
133
2002-05-24  Jonathan Larmour  
134
 
135
        * src/hal_diag.c: Support dynamic getting and setting of baud rates.
136
        * cdl/hal_arm_iq80310.cdl: implements
137
        CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
138
 
139
2002-05-14  Jesper Skov  
140
 
141
        * include/plf_io.h (CYGARC_VIRT_TO_BUS, CYGARC_UNCACHED_ADDRESS):
142
        Fixed compiler warnings.
143
 
144
2002-05-07  Gary Thomas  
145
 
146
        * cdl/hal_arm_iq80310.cdl:
147
        Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
148
 
149
2002-04-22  Jonathan Larmour  
150
 
151
        * misc/redboot_RAM.ecm: Enable GDB remote file I/O support.
152
        * misc/redboot_RAMA.ecm: Ditto.
153
        * misc/redboot_ROM.ecm: Ditto.
154
        * misc/redboot_ROMA.ecm: Ditto.
155
 
156
2002-04-16  John Dallaway  
157
 
158
        * cdl/hal_arm_iq80321.cdl: Use arm-elf toolchain by default.
159
 
160
2002-03-06  Jesper Skov  
161
 
162
        * misc/redboot_RAM.ecm: Added dns and zlib support.
163
        * misc/redboot_ROM.ecm: Same.
164
 
165
2002-02-22  Mark Salter  
166
 
167
        * src/iq80310_misc.c (cyg_hal_plf_hw_breakpoint): Fix use of wrong reg.
168
 
169
2002-02-06  Mark Salter  
170
 
171
        * include/hal_platform_setup.h: Fix condition of some I2C bit tests.
172
 
173
2002-02-04  Mark Salter  
174
 
175
        * include/hal_platform_setup.h: Fix bad insns in I2C code.
176
 
177
2002-01-28  Jesper Skov  
178
 
179
        * src/iq80310_misc.c (hal_hardware_init): Fix warning.
180
 
181
        * cdl/hal_arm_iq80310.cdl: Removed explicit plf_io.h declaration.
182
 
183
2002-01-16  Hugo Tyson  
184
 
185
        * include/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): Better
186
        names for macro args, and the freqency is now signed.  -ve means
187
        don't set the clock, just tell me what you would do.
188
 
189
        * src/iq80310_misc.c (hal_clock_reinitialize): Always return a
190
        nearby good value; don't set h/w if <0.  Convoluted logic changes
191
        to support that.
192
 
193
2002-01-14  Hugo Tyson  
194
 
195
        * include/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): New macro
196
        which calls the below, also a prototype for it.
197
 
198
        * src/iq80310_misc.c (hal_clock_reinitialize): New routine to
199
        reset the clock to a different frequency.  This is for GPROF type
200
        profiling use only; not general purpose eCos usage.
201
 
202
2002-01-04  Mark Salter  
203
 
204
        * include/hal_platform_setup.h: Turn on ECC for uncached alias of RAM.
205
 
206
2002-01-03  Mark Salter  
207
 
208
        * misc/redboot_ROM.ecm: Use generic i82559 package.
209
        * misc/redboot_ROMA.ecm: Ditto.
210
        * misc/redboot_RAM.ecm: Ditto.
211
        * misc/redboot_RAMA.ecm: Ditto.
212
 
213
        * include/plf_io.h (CYGARC_UNCACHED_ADDRESS): New macro to return
214
        uncached alias for a cached address.
215
        (CYGARC_VIRT_TO_BUS): Macro to convert virtual to physical addresses.
216
        * include/hal_platform_setup.h: Add uncached alias for first 128M of
217
        SDRAM.
218
 
219
2001-10-03  Jonathan Larmour  
220
 
221
        * src/diag/io_utils.c: Switch to diag_printf from printf.
222
        * src/diag/iq80310.h: Ditto.
223
        * src/diag/memtest.c: Ditto, and don't define printf prototype.
224
 
225
2001-08-27  Mark Salter  
226
 
227
        * cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_BTB): New option.
228
        (CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY) New option.
229
 
230
        * src/iq80310_pci.c (cyg_hal_plf_pci_init): Clear PCI retry based on
231
        CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY.
232
 
233
        * include/hal_platform_setup.h: Turn on BTB based on configure option.
234
 
235
2001-08-24  Mark Salter  
236
 
237
        * src/iq80310_misc.c (iq80310_program_new_stack): Convert to inline
238
        asm so that code generation differences won't break it.
239
 
240
2001-08-15  Mark Salter  
241
 
242
        * include/hal_iq80310.h: Fix size of PATUSR, SATUSR, PSR, and SSR regs.
243
        Make all register pointers volatile.
244
 
245
        * src/diag/flash.c: First page of flash now remapped to 0xd0000000.
246
 
247
2001-08-04  Mark Salter  
248
 
249
        * include/hal_platform_setup.h: Fix mapping so first MB of SDRAM has
250
        ECC turned on. Now map first 4K of flash at 0xd0000000.
251
 
252
2001-06-21  Jonathan Larmour  
253
 
254
        * images/*: Remove. Don't bloat repository with things already on
255
        the web.
256
 
257
2001-04-30  Gary Thomas  
258
 
259
        * include/hal_platform_setup.h: Remove #undef CYG_HAL_ROM_RESET_USES_JUMP
260
        since this is no longer used.
261
 
262
2001-04-18  Gary Thomas  
263
 
264
        * include/hal_platform_setup.h: Override CYG_HAL_ROM_RESET_USES_JUMP
265
        to avoid addressing problems with ROM startup mode.
266
 
267
2001-04-17  Mark Salter  
268
 
269
        * cdl/hal_arm_iq80310.cdl: Implement CYGINT_HAL_ARM_MEM_REAL_REGION_TOP
270
        (CYGBLD_GLOBAL_CFLAGS): Add -ffunction-sections and -fdata-sections.
271
        * src/iq80310_misc.c (hal_arm_mem_real_region_top): New function.
272
 
273
2001-04-16  Gary Thomas  
274
 
275
        * cdl/hal_arm_iq80310.cdl: Add CDL to describe CPU family.
276
 
277
2001-04-10  Mark Salter  
278
 
279
        * include/hal_platform_setup.h: Turn on multi-bit RAM error reporting.
280
 
281
2001-04-03  Mark Salter  
282
 
283
        * src/diag/flash.c: Don't compile unless CYGPKG_IO_FLASH defined.
284
        * src/diag/xscale_test.c (testMenu): Only add flash_test if
285
        CYGPKG_IO_FLASH is defined.
286
 
287
2001-03-31  Mark Salter  
288
 
289
        * src/diag/xscale_test.c: Merge in latest changes from Cyclone.
290
        * src/diag/iq80310.h: Ditto.
291
        * src/diag/external_timer.c: Ditto.
292
 
293
2001-03-30  Mark Salter  
294
 
295
        * misc/redboot_RAM.ecm: Disable CYGSEM_REDBOOT_FIS_CRC_CHECK
296
        and CYGSEM_IO_FLASH_VERIFY_PROGRAM.
297
        * misc/redboot_RAMA.ecm: Ditto.
298
        * misc/redboot_ROM.ecm: Ditto.
299
        * misc/redboot_ROMA.ecm: Ditto.
300
 
301
        * include/pkgconf/mlt_arm_iq80310_rom.h: Fix heap1_SIZE.
302
        * include/pkgconf/mlt_arm_iq80310_ram.h Ditto:
303
        * include/pkgconf/mlt_arm_iq80310_ram.mlt: Remove PCI window.
304
 
305
        * include/hal_platform_setup.h: Fix page table comment.
306
 
307
2001-03-12  Jonathan Larmour  
308
 
309
        * src/iq80310_misc.c: Ensure case ranges have spaces around
310
        identifiers to allow correct parsing by compiler.
311
 
312
2001-02-27  Jonathan Larmour  
313
 
314
        * src/diag/pci_bios.h: Remove CVS-unfriendly keyword substitutions
315
 
316
2001-02-23  Jesper Skov  
317
 
318
        * include/hal_cache.h (HAL_FLASH_CACHES_OLD_MACROS):  This platform
319
        uses deprecated cache handling macros.
320
 
321
2001-02-23  Gary Thomas  
322
 
323
        * misc/redboot_ROMA.ecm: Renamed from redboot_ROMA.cfg
324
 
325
        * misc/redboot_RAMA.ecm: Renamed from redboot_RAMA.cfg
326
 
327
        * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
328
 
329
        * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
330
 
331
2001-02-13  Gary Thomas  
332
 
333
        * src/iq80310_misc.c (hal_IRQ_handler):
334
        Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts.
335
 
336
2001-02-08  Jesper Skov  
337
 
338
        * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
339
        CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
340
 
341
2001-02-07  Mark Salter  
342
 
343
        * src/diag/external_timer.c (counter_test): Fix printf format
344
        string to work with stripped down RedBoot printf.(counter_test):
345
 
346
2001-02-06  Mark Salter  
347
 
348
        * src/diag/external_timer.c: Merged in Cyclone changes.
349
        * src/diag/interrupts.c: Ditto.
350
        * src/diag/memtest.c: Ditto.
351
        * src/diag/xscale_test.c: Ditto.
352
 
353
2001-02-02  Mark Salter  
354
 
355
        * src/diag/xscale_test.c (seven_segment_display): Use volatile for
356
        delay loop variable to avoid optimizing it away.
357
 
358
        * src/diag/flash.c (flash_buffer): Change huge array (.bss) to a
359
        pointer to scratchpad RAM above RedBoot.
360
 
361
        * src/iq80310_misc.c (hal_hardware_init): Don't enable FIQ (for now).
362
        (cyg_hal_plf_is_stopped_by_hardware): Check for stopped by BKPT insn.
363
 
364
        * misc/redboot_ROM.cfg (CYGNUM_IO_ETH_DRIVERS_NUM_PKT): Set value to 2.
365
        * misc/redboot_ROMA.cfg: Ditto.
366
        * misc/redboot_RAM.cfg: Ditto.
367
        * misc/redboot_RAMA.cfg: Ditto.
368
 
369
2001-01-31  Mark Salter  
370
 
371
        * src/iq80310_pci.c (__pci_abort_handler): Use naked attribute for
372
        use as abort handler.
373
 
374
        * src/iq80310_misc.c (_scrub_ecc): New function.
375
        (hal_IRQ_handler): Fix switched sensing of FIQ/IRQ.
376
        (hal_hardware_init): Install handlers for NMI FIQs. Fix switched
377
        installation of FIQ/IRQ ISRs.
378
 
379
        * include/hal_iq80310.h (RFR_INIT_VAL): Double refresh interval.
380
        Add more register definitions.
381
 
382
        * include/hal_platform_setup.h: Add support for baterry test.
383
        Enable Yavapai single-bit error correction.
384
 
385
        * src/diag/*: Integrate latest Cyclone code. Add RHEPL to contributed
386
        files.
387
 
388
2001-01-31  Jesper Skov  
389
 
390
        * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
391
        with CYGSEM_HAL_DIAG_MANGLER_None
392
 
393
        * include/hal_diag.h: Fix hal_delay_us declaration.
394
 
395
2001-01-26  Jesper Skov  
396
 
397
        * src/hal_diag.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
398
        * include/plf_stub.h: Moved reset macro to
399
        * include/hal_platform_ints.h: this file.
400
 
401
2001-01-11  Mark Salter  
402
 
403
        * include/hal_platform_setup.h: Remove hardcoded position dependencies
404
        in page table setup.
405
 
406
        * cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_ARMBOOT): New
407
        bool option. If true, modifies ROM startup so that we coexist with
408
        ARM bootloader.
409
 
410
        * include/pkgconf/mlt_arm_iq80310_roma.mlt: New file. ROM statrup
411
        with modified start address to coexist with ARM bootloader.
412
        * include/pkgconf/mlt_arm_iq80310_roma.h: Regenerated.
413
        * include/pkgconf/mlt_arm_iq80310_roma.ldi: Regenerated.
414
 
415
        * misc/redboot_ROMA.cfg: RedBoot configuration for ROM startup by
416
        ARM booloader in FLASH boot sector.
417
        * misc/redboot_RAMA.cfg: RedBoot configuration for RAM startup with
418
        ARM booloader in FLASH boot sector.
419
 
420
2001-01-08  Mark Salter  
421
 
422
        * src/diag/diag.c (do_hdwr_diag): Turn off debug channel interrupt
423
        and reset PCI bus before calling Cyclone diag code.
424
 
425
        * src/diag/xscale_test.c (hdwr_diag): Uncomment call to
426
        sys_pci_device_init.
427
 
428
2001-01-05  Mark Salter  
429
 
430
        * src/iq80310_misc.c (iq80310_program_new_stack): New function to
431
        setup stack for programs called by RedBoot.
432
        * cdl/hal_arm_iq80310.cdl: Add define for HAL_ARCH_PROGRAM_NEW_STACK.
433
        (Merged from XScale branch).
434
 
435
        * cdl/hal_arm_iq80310.cdl: Add compile of Cyclone diag code.
436
        * src/diag: New directory with IQ80310 hw diag code from Cyclone.
437
 
438
2000-12-21  Mark Salter  
439
 
440
        * src/iq80310_pci.c (cyg_hal_plf_pci_init): Play nice with PC BIOS.
441
        (pci_config_cleanup): Don't use fixed bus numbers.
442
 
443
        * include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Don't use fixed
444
        secondary bus number.
445
 
446
        * include/hal_platform_setup.h: Increase reset delay to 60ms.
447
        Remove dead code.
448
 
449
2000-11-22  Mark Salter  
450
 
451
        * src/hal_diag.c: Support 57600 baud.
452
        * cdl/hal_arm_iq80310.cdl: Accept 57600 as legal baudrate.
453
 
454
        * misc/redboot_RAM.cfg: Set CYGBLD_REDBOOT_MIN_IMAGE_SIZE to 0x40000.
455
        * misc/redboot_ROM.cfg: Ditto.
456
 
457
2000-11-19  Mark Salter  
458
 
459
        * src/iq80310_misc.c (hal_clock_read): Fix timer bit juggling.
460
 
461
2000-11-19  Gary Thomas  
462
 
463
        * cdl/hal_arm_iq80310.cdl: Define CYGBLD_HAL_PLATFORM_IO_H.
464
 
465
2000-11-16  Mark Salter  
466
 
467
        * src/iq80310_misc.c: Add support for external timer as RTC.
468
        (nirq_ISR): Correct dispatch for X3 interrupts.
469
 
470
        * include/hal_platform_ints.h (CYGNUM_HAL_INTERRUPT_RTC): Use ext timer.
471
        (HAL_DELAY_US): Define.
472
 
473
        * cdl/hal_arm_iq80310.cdl: Correct CYGNUM_HAL_RTC_PERIOD.
474
 
475
2000-11-06  Mark Salter  
476
 
477
        * misc/redboot_RAM.cfg: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS.
478
        * misc/redboot_ROM.cfg: Ditto.
479
 
480
2000-11-04  Mark Salter  
481
 
482
        * misc/redboot_RAM.cfg: Add in PCI and ethernet.
483
        * misc/redboot_ROM.cfg: Ditto.
484
 
485
        * include/plf_io.h: Fleshed out PCI support.
486
 
487
        * cdl/hal_arm_iq80310.cdl: Add iq80310_pci.C for compile.
488
        Change default baud to 115200.
489
 
490
        * src/iq80310_pci.c: New file. HAL pci support.
491
 
492
        * include/plf_stub.h: Reworked HW watchpoint/breakpoint support.
493
 
494
        * src/iq80310_misc.c (hal_hardware_init): Remove DSU setup.
495
        (cyg_hal_plf_hw_watchpoint): Support one range instead of two
496
        single byte locations.
497
        (cyg_hal_plf_is_stopped_by_hardware): Rework interface to return
498
        reason for hardware stop and data address.
499
 
500
        * include/hal_platform_setup.h (PLATFORM_SETUP1): Clear DSU state.
501
 
502
//===========================================================================
503
//####ECOSGPLCOPYRIGHTBEGIN####
504
// -------------------------------------------
505
// This file is part of eCos, the Embedded Configurable Operating System.
506
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
507
//
508
// eCos is free software; you can redistribute it and/or modify it under
509
// the terms of the GNU General Public License as published by the Free
510
// Software Foundation; either version 2 or (at your option) any later version.
511
//
512
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
513
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
514
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
515
// for more details.
516
//
517
// You should have received a copy of the GNU General Public License along
518
// with eCos; if not, write to the Free Software Foundation, Inc.,
519
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
520
//
521
// As a special exception, if other files instantiate templates or use macros
522
// or inline functions from this file, or you compile this file and link it
523
// with other works to produce a work based on this file, this file does not
524
// by itself cause the resulting work to be covered by the GNU General Public
525
// License. However the source code for this file must still be made available
526
// in accordance with section (3) of the GNU General Public License.
527
//
528
// This exception does not invalidate any other reasons why a work based on
529
// this file might be covered by the GNU General Public License.
530
//
531
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
532
// at http://sources.redhat.com/ecos/ecos-license/
533
// -------------------------------------------
534
//####ECOSGPLCOPYRIGHTEND####
535
//===========================================================================

powered by: WebSVN 2.1.0

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