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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [xscale/] [iq80310/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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