source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 2d5e1ca

4.104.114.95
Last change on this file since 2d5e1ca was 2d5e1ca, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:25

2008-09-05 Joel Sherrill <joel.sherrill@…>

  • clockdrv_shell.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 21.3 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clockdrv_shell.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * timerstub.c, tod.c: Convert to "bool".
11
122008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * tod.c: Remove extern. RTC_Present is not defined anywhere.
15
162008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        PR 1302/bsps
19        * vmeUniverse/vmeUniverse.h: Remove
20        _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
21
222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * timerstub.c: Eliminate empty function from every benchmark timer
25        driver. Fix spelling.
26
272008-08-30      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * bootcard.c: Fix formatting.
30        * console-polled.c: Error if minor < 2 not just <= 2.
31
322008-08-28      Till Straumann <strauman@slac.stanford.edu>
33
34        * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c:
35        added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
36
372008-08-28      Till Straumann <strauman@slac.stanford.edu>
38
39        * vmeUniverse/VME.h: added BSP_VMEResetBus().
40
412008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
42
43        * src/irq-generic.c: Fixed integer conversion warnings.
44
452008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * timerstub.c: Add missing prototypes.
48
492008-08-15      Allan Hessenflow <allanh@kallisti.com>
50
51        * src/lib/libbsp/mips/jmr3904/tools/runtest: Add bf537Stamp.
52
532008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
54
55        * include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of
56        bsp_libc_init() to match RTEMS_Malloc_Initialize().
57
58        * bsppost.c, bsppredriverhook.c: Include bootcard.h.
59
60        * src/irq-generic.c: Fixed warnings.
61
622008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * bsppost.c: Fix warning by moving prototype to libcsupport.h.
65
662008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * tod.c: Add missing prototypes.
69
702008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        PR 537/bsps
73        * bsplibc.c: Eliminate vestiges of ticks_per_timeslice controlling
74        newlib reentrancy. The parameter was ignored in libc_init().
75
762008-07-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
77
78        * src/irq-legacy.c: Free allocated memory in handler remove.
79
80        * bootcard.c: Check if the heap fits into the work area.
81
822008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * include/bootcard.h: New file.
85
86        * bootcard.c: Changed bsp_get_workarea() to bsp_get_work_area() and
87        added support for an optional separate heap area.
88
89        * bsppretaskinghook.c: Cleanup.  Include bootcard.h.
90
91        * include/irq-generic.h, src/irq-generic.c, src/irq-legacy.c: Support
92        for new rtems_interrupt_handler_iterate() function.
93
942008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if
97        boot_card() handles RAM allocation.
98
992008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * bootcard.c: Removed duplicated code.
102
1032008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
104
105        * bootcard.c: Special case for PowerPC: The interrupt disable
106        mask is stored in SPRG0.  It must be valid before we can use
107        rtems_interrupt_disable().
108
1092008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * include/irq-config.h, include/irq-generic.h,
112        src/irq-generic.c, src/irq-legacy.c: Generic BSP interrupt handler
113        support.
114
1152008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * include/tm27.h: New file. Stub version of tm27 support.
118
1192008-05-23      Till Straumann <strauman@slac.stanford.edu>
120
121        * vmeUniverse/VME.h: removed 'weak' attribute from
122        declaration of BSP_vme_config().
123
1242008-05-22      Till Straumann <strauman@slac.stanford.edu>
125
126        * vmeUniverse/vmeUniverse.c: fixed compiler warning;
127        moved struct attributes as directed by gcc warning.
128
1292008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * bootcard.c: Add capability for bootcard.c BSP Initialization
132        Framework to ask the BSP where it has memory for the RTEMS Workspace
133        and C Program Heap. These collectively are referred to as work area.
134        If the BSP supports this, then it does not have to include code to
135        split the available memory between the two areas. This reduces the
136        amount of code in the BSP specific bspstart.c file. Additionally, the
137        shared framework can initialize the C Library, call
138        rtems_debug_enable(), and dirty the work area memory. Until most/all
139        BSPs support this new capability, if the BSP supports this, it should
140        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
141        When the transition is complete, this autoconf macro can be removed.
142        * bsppretaskinghook.c: New file.
143
1442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * bootcard.c: Refactored and renamed initialization routines to
147        rtems_initialize_data_structures, rtems_initialize_before_drivers,
148        rtems_initialize_device_drivers, and
149        rtems_initialize_start_multitasking. This opened the sequence up so
150        that bootcard() could provide a more robust and flexible framework
151        which is easier to explain and understand. This also lays the
152        groundwork for sharing the division of available memory between the
153        RTEMS workspace and heap and the C library initialization across all
154        BSPs.
155
1562008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * bootcard.c: Improve formatting and comments.
159
1602008-03-20      Till Straumann <strauman@slac.stanford.edu>
161
162        * vmeUniverse/vmeTsi148.c: type of 5th argument
163        to pci_read_config_dword() is now uint32_t*.
164
1652008-03-17      Till Straumann <strauman@slac.stanford.edu>
166
167        * vmeUniverse/vmeTsi148.c: Initialize VME Master
168        'VTON' timer and bus-release policy to less aggressive
169        values than the chip's defaults. The default VTON easily
170        overrides any settings used by the DMA engine.
171
1722008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * gdbstub/rtems-stub-glue.c: Update to use the new
175        rtems_object_get_name() service. This simplified the code a bit.
176
1772008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * bootcard.c: Improve comments and clean up argc/argv order.
180
1812007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * bootcard.c, bsplibc.c: Eliminate copies of the Configuration Table.
184        Use the RTEMS provided accessor macros to obtain configuration
185        fields.
186
1872007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * bootcard.c: Move interrupt_stack_size field from CPU Table to
190        Configuration Table. Eliminate CPU Table from all ports. Delete
191        references to CPU Table in all forms.
192
1932007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * bsppredriverhook.c: New file.
196
1972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * bootcard.c: Moved most of the remaining CPU Table fields to the
200        Configuration Table. This included pretasking_hook, predriver_hook,
201        postdriver_hook, idle_task, do_zero_of_workspace,
202        extra_mpci_receive_server_stack, stack_allocate_hook, and
203        stack_free_hook. As a side-effect of this effort some multiprocessing
204        code was made conditional and some style clean up occurred.
205
2062007-12-02      Till Straumann <strauman@slac.stanford.edu>
207
208        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
209        silenced compiler warnings caused by type changes
210        in byteorder.h (volatile unsigned * -> volatile uint32_t *)
211
2122007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * bootcard.c: Add comment.
215
2162007-07-15      Till Straumann <strauman@slac.stanford.edu>
217
218        * vmeUniverse/vmeTsi148.c: Use size_t for sizes.
219
2202007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * bsppost.c: Split open of the console from the standard BSP code so it
223        is easier to stub out.
224
2252007-05-10      Till Straumann <strauman@slac.stanford.edu>
226
227        * vmeUniverse/vmeUniverse.c: Changed types to silence
228        compiler warnings.
229
2302007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * bootcard.c: Move __fini call to inside executive for
233        symmettry with __init call.
234
2352007-04-17      Joel Sherrill <joel@OARcorp.com>
236
237        * bootcard.c: RTEMS Workspace now defaults to not being zeroed. This
238        significantly speeds up boot time on targets not requiring memory to
239        be touched at boot time.
240
2412007-04-02      Joel Sherrill <joel@OARcorp.com>
242
243        * dummy_printk_support.c: New file.
244
2452007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
248
2492007-03-28      Joel Sherrill <joel@OARcorp.com>
250
251        * clockdrv_shell.c: Add support to the Clock driver template for
252        rtems_clock_set_nanoseconds_extension and the potential for TOD and
253        timestamps accurate to the nanosecond.
254
2552007-03-28      Joel Sherrill <joel@OARcorp.com>
256
257        PR 1232/bsps
258        * bsppost.c: It should not be a fatal error to not have a console.
259
2602007-03-09      Joel Sherrill <joel@OARcorp.com>
261
262        * bootcard.c: Change XXX to real comment.
263
2642007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * vmeUniverse/vmeUniverse.c: Use size_t for sizes.
267
2682007-01-30      Till Straumann <strauman@slac.stanford.edu>
269
270        * vmeUniverse/README.porting, vmeUniverse/README.universe:
271        updated, added more information for BSP implementors.
272
273        * vmeUniverse/VMEDMA.h (added): VME DMA API definition.
274
275        * vmeUniverse/bspVmeDmaList.h (added), vmeUniverse/bspVmeDmaListP.h (added),
276        * vmeUniverse/bspVmeDmaList.c (added):
277        Driver-independent code for linked-list DMA (public + private headers,
278        implementation).
279
280        * vmeUniverse/vmeUniverseDMA.h (added), vmeUniverse/vmeTsi148DMA.h (added):
281        interface to new DMA features of drivers.
282
283        * vmeUniverse/vme_amd_defs.h: Added definition for data-width
284        hint bits (VME_MODE_DBWxx).
285
286
287        * vmeUniverse/vmeTsi148.c: added DMA support. Added support for
288        data-width hint/modifier bits.
289
290        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
291        Added support for data-width hint/modifier bits.
292        Added support for xxx_BLT, xxx_MBLT address modifiers.
293        Restrict DBW to 32 in non-MBLT modes (except single-beat;
294        a comment is in README.universe). Updated DMA support to
295        implement new VMEDMA.h API. Added support for non-incrementing
296        VME addresses. Restrict data width to 32 for single-beat AMs
297        when the universe would use MBLT for DMA.
298
2992007-01-19      Till Straumann <strauman@slac.stanford.edu>
300
301        * vmeUniverse/VME.h:
302        moved VME.h from libbsp/powerpc/shared/vme to
303        libbsp/shared/vmeUniverse; eventually, this (and other)
304        VME API headers should migrate to cpukit.
305
3062007-01-16      Till Straumann <strauman@slac.stanford.edu>
307
308        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
309        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
310        vmeUniverse/vme_am_defs.h:
311        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
312
3132006-12-13      Till Straumann <strauman@slac.stanford.edu>
314
315        * vmeUniverse/vme_am_defs.h: Added address modifiers for 2eVME.
316        Added flags for 2eSST and DBW16.
317        * vmeUniverse/vmeUniverse.h: Removed AM definitions and include
318        vme_am_defs.h instead. Declare new routine vmeUniverseMapCRG().
319        Export 'irq manager' API only if __INSIDE_RTEMS_BSP__ defined. Renamed
320        'shared' argument to vmeUniverseInstallIrqMgrAlt() to 'flags' since
321        now more options are available.  Added new flag to install
322        'posted-write' workaround.
323        * vmeUniverse/vmeUniverse.c: Allow BSP to override BSP_PCI2LOCAL_ADDR()
324        macro. Data width of outbound port can now be restricted to 16-bit
325        (if new DBW16 flag set in address modifier). Added vmeUniverseMapCRG()
326        for mapping local registers onto VME. Interrupt manager now implements
327        a workaround (enabled at installation time) which flushes the
328        write-fifo after user ISR returns. This requires the universe's
329        registers to be accessible from VME (either CSR space or CRG mapped
330        to A16/A24/A32), though.
331        * vmeUniverse/vmeTsi148.h: vmeTsi148ClearVMEBusErrors() now returns
332        the fault address as a 32-bit address (not ulonglong anymore). The
333        driver only supports 32-bit addresses. Declare new routine
334        vmeTsi148MapCRG().  Export 'irq manager' API only if
335        __INSIDE_RTEMS_BSP__ defined.  Renamed 'shared' argument to
336        vmeTsi148InstallIrqMgrAlt() to 'flags' to allow more options to be
337        supported. Added comments explaining the 'posted-write' workaround
338        implemented by the interrupt manager.
339        * vmeUniverse/vmeTsi148.c: Clear 'SYSFAIL' during initialization.
340        Allow BSP to override BSP_PCI2LOCAL_ADDR() macro. Added support for
341        2eSST when configuring windows (untested - I have no 2eSST).
342        Added vmeTsi148MapCRG() for mapping local registers onto VME.
343        Implemented 'posted-write' workaround for interrupt manager
344        (consult source for details).
345
3462006-12-13      Joel Sherrill <joel@OARcorp.com>
347
348        PR 1190/bsps
349        * bootcard.c: Remove status since unused.
350
3512006-11-29      Till Straumann <strauman@slac.stanford.edu>
352
353        * vmeUniverse/vmeTsi148.h: user now must define a symbol
354        for the header to declare 'dump info'-style routine. This
355        is in order to avoid pulling in <stdio.h>.
356
3572006-11-17      Joel Sherrill <joel@OARcorp.com>
358
359        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
360        template and eliminate all fast idle code specific to this BSP. This
361        eliminates a fair amount of code in the BSP clock driver and
362        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
363        timer so I added the new hook Clock_driver_support_find_timer to
364        support this. In general, there was some clean up to the file headers
365        of various files.
366
3672006-11-15      Joel Sherrill <joel@OARcorp.com>
368
369        * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a
370        file and simplified initialization.
371        * main.c: Removed.
372
3732006-10-19      Joel Sherrill <joel@OARcorp.com>
374
375        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
376
3772006-07-12      Till Straumann <strauman@slac.stanford.edu>
378
379        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
380        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
381
3822006-06-19      Till Straumann <strauman@slac.stanford.edu>
383
384        * vmeUniverse/vme_amd_defs.h: Added address-modifier
385        codes for BLT/MBLT.
386
3872006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * gnatinstallhandler.c: Rename since old name is now used
390        by GNAT source.
391
3922006-01-26      Till Straumann <strauman@slac.stanford.edu>
393        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
394        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
395        Added 2F address modifier for VME64 CSR access.
396
3972006-01-11      Till Straumann <strauman@slac.stanford.edu>
398
399        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
400        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
401        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
402        on master windows (creates race-condition on memory-mapped
403        devices). A new flag allows for signalling that a window
404        maps 'ordinary memory'. Disable VME IRQ level if no
405        handler is registered with interrupting vector.
406
4072006-01-11      Till Straumann <strauman@slac.stanford.edu>
408
409        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
410        Eliminate obsolete types.
411
4122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
415        Remove CVS log.
416
4172005-10-20  Eric Norum <norume@aps.anl.gov>
418
419        * vmeUniverse/vmeUniverse.c: Support MVME2100.
420
4212005-09-02      Joel Sherrill <joel@OARcorp.com>
422
423        PR 577/bsps
424        * console.c: Make the previously committed patch for this PR compile.
425
4262005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
427
428        PR 577/bsps
429        * console.c: The console_close() method currently calls StopRemoteTx()
430        on all invocations. It should should be ok for last close only but
431        not for any others. If you open a port multiple times, you only want
432        to call StopRemoteTx() only as part of the last close.
433
4342005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
435
436        PR 779/bsp
437        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
438        handlers in powerpc bsps
439
4402005-03-14      Joel Sherrill <joel@OARcorp.com>
441
442        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
443        API unification. All use pci_find_device().
444
4452005-01-23      Joel Sherrill <joel@OARcorp.com>
446
447        * tod.c: Change type of RTC_Count to size_t.
448
4492004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        PR 704/bsps.
452        * ide_ctrl.c: Removed (obsolete).
453
4542004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
455
456        PR 703/filesystem
457        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
458        parameters to uint16_t for UDMA support.
459
4602004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
461
462        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
463        boards -- notably the MVME2100 -- return the physical address, not an
464        offset in PCI memory space.
465
4662004-10-13      Eric Norum <norume@aps.anl.gov>
467
468        PR 688/bsps
469        * shared/tod.c: Set RTEMS time during TOD initialization
470
4712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
474
4752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
476
477        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
478        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
479
4802004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * ChangeLog: Merge-in gdbstub/ChangeLog.
483        * gdbstub/ChangeLog: Remove.
484
4852003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
486
487        PR 501/rtems_misc
488        * console.c: console_open disables ICANON on non-console port, which
489        should be ok for the first open but not for subsequent ones. If you open
490        one serial port, you will configure it, when you reopen it you will lost
491        the ICANON parameters if you had put it. Should be done by console only
492        at first open.
493
4942003-09-04      Joel Sherrill <joel@OARcorp.com>
495
496        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
497        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
498        URL for license changed.
499
5002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * Makefile.am: Reflect having moved automake/.
503
5042003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * include/Makefile.am: Remove (merged into Makefile.am).
507        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
508        * Makefile.am: Reflect changes above. Reflect having merged
509        ../configure.ac into ../../../configure.ac.
510
5112003-06-30      Joel Sherrill <joel@OARcorp.com>
512
513        * console-polled.c: Corrected comments in header.
514
5152003-04-10      Till Straumann <strauman@slac.stanford.edu>
516
517        PR 380/bsps
518        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
519        format strings compliant with libcpu/printk. minor fixes and lazy init
520        bugfix.
521
5222003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
525
5262003-02-20      Till Straumann <strauman@slac.stanford.edu>
527
528        PR 349/bsps
529        * README.universe, vmeUniverse/README.porting
530        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
531        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
532        * vmeUniverse/README.porting: New file.
533
5342002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
535
536        * ide_ctrl.c: New file.
537
5382002-07-01      Joel Sherrill <joel@OARcorp.com>
539
540        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
541        now that it is a two dimensional array based upon API and class.
542
5432002-06-25      Joel Sherrill <joel@OARcorp.com>
544
545        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
546        the shared gdb stub glue necessitating a move up.
547        * Makefile.am: Reflect new gdbstub directory.
548        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
549        the shared gdb stub glue necessitating a move up.
550        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
551        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
552        m68k/shared/gdbstub.
553
5542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * Makefile.am: Remove AUTOMAKE_OPTIONS.
558
5592001-10-22      Joel Sherrill <joel@OARcorp.com>
560
561        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
562        application namespace.
563
5642001-10-17      Joel Sherrill <joel@OARcorp.com>
565
566        * timerstub.c: New stub file for BSPs that don't have timer hardware.
567
5682001-10-12      Joel Sherrill <joel@OARcorp.com>
569
570        * console-polled.c, console.c: Fixed typo.
571
5722001-05-14      Till Straumann <strauman@slac.stanford.edu>
573
574        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
575        vmeUniverse/vmeUniverse.h: New files.
576        * Makefile.am: Modified to reflect addition of files.
577        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
578        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
579        Till.  Please forward future modifications to him.
580
5812001-01-12      Joel Sherrill <joel@OARcorp.com>
582
583        * setvec.c: Removed unused variables.
584
5852001-01-09      Joel Sherrill <joel@OARcorp.com>
586
587        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
588        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
589        driver.
590
5912001-01-03      Joel Sherrill <joel@OARcorp.com>
592
593        * clockdrv_shell.c: Fixed syntax error in fast idle support.
594        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
595        CLOCK_DRIVER_USE_FAST_IDLE.
596        * console-polled.c: Added console_initialize_hardware() hook.
597
5982000-12-01      Joel Sherrill <joel@OARcorp.com>
599
600        * console-polled.c: Remove warnings.
601
6022000-11-13      Joel Sherrill <joel@OARcorp.com>
603
604        * clock_driver_stub.c: This is a stub of a clock driver that is
605        sufficient for linking the ticker application.  Some simulators do not
606        have a soruce for a clock tick.  Also this can be used while
607        constructing a BSP so everything links.
608
6092000-11-01      Joel Sherrill <joel@OARcorp.com>
610
611        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
612        moved from libc to lib/include/rtems and now must be referenced as
613        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
614
6152000-10-30      Joel Sherrill <joel@OARcorp.com>
616
617        * POSIX include files merged into newlib.  This resulted in some
618        definitions moving to other files and thus some secondary effects in
619        RTEMS source code.
620        * sbrk.c: Corrected prototype to match newlib.
621
6222000-08-10      Joel Sherrill <joel@OARcorp.com>
623
624        * ChangeLog: New file.
625
Note: See TracBrowser for help on using the repository browser.