source: rtems/c/src/lib/libbsp/shared/ChangeLog @ dec63673

4.9
Last change on this file since dec63673 was dec63673, checked in by Till Straumann <strauman@…>, on 03/05/09 at 21:11:36

2009-03-05 Till Straumann <strauman@…>

  • bootcard.c: use aligned heap_start (instead of original heap_start) when calculating default heap size (to take into account loss due to alignment).
  • Property mode set to 100644
File size: 21.5 KB
Line 
12009-03-05      Till Straumann <strauman@slac.stanford.edu>
2
3        * bootcard.c: use aligned heap_start (instead of
4        original heap_start) when calculating default heap
5        size (to take into account loss due to alignment).
6
72008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * clockdrv_shell.c: The Shared Memory Driver no longer requires the
10        special IOCTL in Clock_control. This was a hack which has existed
11        since before the Classic API Timer Manager was implemented. All
12        implementations of and references to Clock_control were removed.
13
142008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * timerstub.c, tod.c: Convert to "bool".
17
182008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * tod.c: Remove extern. RTC_Present is not defined anywhere.
21
222008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        PR 1302/bsps
25        * vmeUniverse/vmeUniverse.h: Remove
26        _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
27
282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * timerstub.c: Eliminate empty function from every benchmark timer
31        driver. Fix spelling.
32
332008-08-30      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * bootcard.c: Fix formatting.
36        * console-polled.c: Error if minor < 2 not just <= 2.
37
382008-08-28      Till Straumann <strauman@slac.stanford.edu>
39
40        * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c:
41        added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
42
432008-08-28      Till Straumann <strauman@slac.stanford.edu>
44
45        * vmeUniverse/VME.h: added BSP_VMEResetBus().
46
472008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
48
49        * src/irq-generic.c: Fixed integer conversion warnings.
50
512008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * timerstub.c: Add missing prototypes.
54
552008-08-15      Allan Hessenflow <allanh@kallisti.com>
56
57        * src/lib/libbsp/mips/jmr3904/tools/runtest: Add bf537Stamp.
58
592008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of
62        bsp_libc_init() to match RTEMS_Malloc_Initialize().
63
64        * bsppost.c, bsppredriverhook.c: Include bootcard.h.
65
66        * src/irq-generic.c: Fixed warnings.
67
682008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * bsppost.c: Fix warning by moving prototype to libcsupport.h.
71
722008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * tod.c: Add missing prototypes.
75
762008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        PR 537/bsps
79        * bsplibc.c: Eliminate vestiges of ticks_per_timeslice controlling
80        newlib reentrancy. The parameter was ignored in libc_init().
81
822008-07-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * src/irq-legacy.c: Free allocated memory in handler remove.
85
86        * bootcard.c: Check if the heap fits into the work area.
87
882008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
89
90        * include/bootcard.h: New file.
91
92        * bootcard.c: Changed bsp_get_workarea() to bsp_get_work_area() and
93        added support for an optional separate heap area.
94
95        * bsppretaskinghook.c: Cleanup.  Include bootcard.h.
96
97        * include/irq-generic.h, src/irq-generic.c, src/irq-legacy.c: Support
98        for new rtems_interrupt_handler_iterate() function.
99
1002008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if
103        boot_card() handles RAM allocation.
104
1052008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
106
107        * bootcard.c: Removed duplicated code.
108
1092008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * bootcard.c: Special case for PowerPC: The interrupt disable
112        mask is stored in SPRG0.  It must be valid before we can use
113        rtems_interrupt_disable().
114
1152008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * include/irq-config.h, include/irq-generic.h,
118        src/irq-generic.c, src/irq-legacy.c: Generic BSP interrupt handler
119        support.
120
1212008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * include/tm27.h: New file. Stub version of tm27 support.
124
1252008-05-23      Till Straumann <strauman@slac.stanford.edu>
126
127        * vmeUniverse/VME.h: removed 'weak' attribute from
128        declaration of BSP_vme_config().
129
1302008-05-22      Till Straumann <strauman@slac.stanford.edu>
131
132        * vmeUniverse/vmeUniverse.c: fixed compiler warning;
133        moved struct attributes as directed by gcc warning.
134
1352008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * bootcard.c: Add capability for bootcard.c BSP Initialization
138        Framework to ask the BSP where it has memory for the RTEMS Workspace
139        and C Program Heap. These collectively are referred to as work area.
140        If the BSP supports this, then it does not have to include code to
141        split the available memory between the two areas. This reduces the
142        amount of code in the BSP specific bspstart.c file. Additionally, the
143        shared framework can initialize the C Library, call
144        rtems_debug_enable(), and dirty the work area memory. Until most/all
145        BSPs support this new capability, if the BSP supports this, it should
146        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
147        When the transition is complete, this autoconf macro can be removed.
148        * bsppretaskinghook.c: New file.
149
1502008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * bootcard.c: Refactored and renamed initialization routines to
153        rtems_initialize_data_structures, rtems_initialize_before_drivers,
154        rtems_initialize_device_drivers, and
155        rtems_initialize_start_multitasking. This opened the sequence up so
156        that bootcard() could provide a more robust and flexible framework
157        which is easier to explain and understand. This also lays the
158        groundwork for sharing the division of available memory between the
159        RTEMS workspace and heap and the C library initialization across all
160        BSPs.
161
1622008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * bootcard.c: Improve formatting and comments.
165
1662008-03-20      Till Straumann <strauman@slac.stanford.edu>
167
168        * vmeUniverse/vmeTsi148.c: type of 5th argument
169        to pci_read_config_dword() is now uint32_t*.
170
1712008-03-17      Till Straumann <strauman@slac.stanford.edu>
172
173        * vmeUniverse/vmeTsi148.c: Initialize VME Master
174        'VTON' timer and bus-release policy to less aggressive
175        values than the chip's defaults. The default VTON easily
176        overrides any settings used by the DMA engine.
177
1782008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * gdbstub/rtems-stub-glue.c: Update to use the new
181        rtems_object_get_name() service. This simplified the code a bit.
182
1832008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * bootcard.c: Improve comments and clean up argc/argv order.
186
1872007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * bootcard.c, bsplibc.c: Eliminate copies of the Configuration Table.
190        Use the RTEMS provided accessor macros to obtain configuration
191        fields.
192
1932007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * bootcard.c: Move interrupt_stack_size field from CPU Table to
196        Configuration Table. Eliminate CPU Table from all ports. Delete
197        references to CPU Table in all forms.
198
1992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * bsppredriverhook.c: New file.
202
2032007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * bootcard.c: Moved most of the remaining CPU Table fields to the
206        Configuration Table. This included pretasking_hook, predriver_hook,
207        postdriver_hook, idle_task, do_zero_of_workspace,
208        extra_mpci_receive_server_stack, stack_allocate_hook, and
209        stack_free_hook. As a side-effect of this effort some multiprocessing
210        code was made conditional and some style clean up occurred.
211
2122007-12-02      Till Straumann <strauman@slac.stanford.edu>
213
214        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
215        silenced compiler warnings caused by type changes
216        in byteorder.h (volatile unsigned * -> volatile uint32_t *)
217
2182007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * bootcard.c: Add comment.
221
2222007-07-15      Till Straumann <strauman@slac.stanford.edu>
223
224        * vmeUniverse/vmeTsi148.c: Use size_t for sizes.
225
2262007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * bsppost.c: Split open of the console from the standard BSP code so it
229        is easier to stub out.
230
2312007-05-10      Till Straumann <strauman@slac.stanford.edu>
232
233        * vmeUniverse/vmeUniverse.c: Changed types to silence
234        compiler warnings.
235
2362007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * bootcard.c: Move __fini call to inside executive for
239        symmettry with __init call.
240
2412007-04-17      Joel Sherrill <joel@OARcorp.com>
242
243        * bootcard.c: RTEMS Workspace now defaults to not being zeroed. This
244        significantly speeds up boot time on targets not requiring memory to
245        be touched at boot time.
246
2472007-04-02      Joel Sherrill <joel@OARcorp.com>
248
249        * dummy_printk_support.c: New file.
250
2512007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
254
2552007-03-28      Joel Sherrill <joel@OARcorp.com>
256
257        * clockdrv_shell.c: Add support to the Clock driver template for
258        rtems_clock_set_nanoseconds_extension and the potential for TOD and
259        timestamps accurate to the nanosecond.
260
2612007-03-28      Joel Sherrill <joel@OARcorp.com>
262
263        PR 1232/bsps
264        * bsppost.c: It should not be a fatal error to not have a console.
265
2662007-03-09      Joel Sherrill <joel@OARcorp.com>
267
268        * bootcard.c: Change XXX to real comment.
269
2702007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * vmeUniverse/vmeUniverse.c: Use size_t for sizes.
273
2742007-01-30      Till Straumann <strauman@slac.stanford.edu>
275
276        * vmeUniverse/README.porting, vmeUniverse/README.universe:
277        updated, added more information for BSP implementors.
278
279        * vmeUniverse/VMEDMA.h (added): VME DMA API definition.
280
281        * vmeUniverse/bspVmeDmaList.h (added), vmeUniverse/bspVmeDmaListP.h (added),
282        * vmeUniverse/bspVmeDmaList.c (added):
283        Driver-independent code for linked-list DMA (public + private headers,
284        implementation).
285
286        * vmeUniverse/vmeUniverseDMA.h (added), vmeUniverse/vmeTsi148DMA.h (added):
287        interface to new DMA features of drivers.
288
289        * vmeUniverse/vme_amd_defs.h: Added definition for data-width
290        hint bits (VME_MODE_DBWxx).
291
292
293        * vmeUniverse/vmeTsi148.c: added DMA support. Added support for
294        data-width hint/modifier bits.
295
296        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
297        Added support for data-width hint/modifier bits.
298        Added support for xxx_BLT, xxx_MBLT address modifiers.
299        Restrict DBW to 32 in non-MBLT modes (except single-beat;
300        a comment is in README.universe). Updated DMA support to
301        implement new VMEDMA.h API. Added support for non-incrementing
302        VME addresses. Restrict data width to 32 for single-beat AMs
303        when the universe would use MBLT for DMA.
304
3052007-01-19      Till Straumann <strauman@slac.stanford.edu>
306
307        * vmeUniverse/VME.h:
308        moved VME.h from libbsp/powerpc/shared/vme to
309        libbsp/shared/vmeUniverse; eventually, this (and other)
310        VME API headers should migrate to cpukit.
311
3122007-01-16      Till Straumann <strauman@slac.stanford.edu>
313
314        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
315        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
316        vmeUniverse/vme_am_defs.h:
317        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
318
3192006-12-13      Till Straumann <strauman@slac.stanford.edu>
320
321        * vmeUniverse/vme_am_defs.h: Added address modifiers for 2eVME.
322        Added flags for 2eSST and DBW16.
323        * vmeUniverse/vmeUniverse.h: Removed AM definitions and include
324        vme_am_defs.h instead. Declare new routine vmeUniverseMapCRG().
325        Export 'irq manager' API only if __INSIDE_RTEMS_BSP__ defined. Renamed
326        'shared' argument to vmeUniverseInstallIrqMgrAlt() to 'flags' since
327        now more options are available.  Added new flag to install
328        'posted-write' workaround.
329        * vmeUniverse/vmeUniverse.c: Allow BSP to override BSP_PCI2LOCAL_ADDR()
330        macro. Data width of outbound port can now be restricted to 16-bit
331        (if new DBW16 flag set in address modifier). Added vmeUniverseMapCRG()
332        for mapping local registers onto VME. Interrupt manager now implements
333        a workaround (enabled at installation time) which flushes the
334        write-fifo after user ISR returns. This requires the universe's
335        registers to be accessible from VME (either CSR space or CRG mapped
336        to A16/A24/A32), though.
337        * vmeUniverse/vmeTsi148.h: vmeTsi148ClearVMEBusErrors() now returns
338        the fault address as a 32-bit address (not ulonglong anymore). The
339        driver only supports 32-bit addresses. Declare new routine
340        vmeTsi148MapCRG().  Export 'irq manager' API only if
341        __INSIDE_RTEMS_BSP__ defined.  Renamed 'shared' argument to
342        vmeTsi148InstallIrqMgrAlt() to 'flags' to allow more options to be
343        supported. Added comments explaining the 'posted-write' workaround
344        implemented by the interrupt manager.
345        * vmeUniverse/vmeTsi148.c: Clear 'SYSFAIL' during initialization.
346        Allow BSP to override BSP_PCI2LOCAL_ADDR() macro. Added support for
347        2eSST when configuring windows (untested - I have no 2eSST).
348        Added vmeTsi148MapCRG() for mapping local registers onto VME.
349        Implemented 'posted-write' workaround for interrupt manager
350        (consult source for details).
351
3522006-12-13      Joel Sherrill <joel@OARcorp.com>
353
354        PR 1190/bsps
355        * bootcard.c: Remove status since unused.
356
3572006-11-29      Till Straumann <strauman@slac.stanford.edu>
358
359        * vmeUniverse/vmeTsi148.h: user now must define a symbol
360        for the header to declare 'dump info'-style routine. This
361        is in order to avoid pulling in <stdio.h>.
362
3632006-11-17      Joel Sherrill <joel@OARcorp.com>
364
365        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
366        template and eliminate all fast idle code specific to this BSP. This
367        eliminates a fair amount of code in the BSP clock driver and
368        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
369        timer so I added the new hook Clock_driver_support_find_timer to
370        support this. In general, there was some clean up to the file headers
371        of various files.
372
3732006-11-15      Joel Sherrill <joel@OARcorp.com>
374
375        * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a
376        file and simplified initialization.
377        * main.c: Removed.
378
3792006-10-19      Joel Sherrill <joel@OARcorp.com>
380
381        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
382
3832006-07-12      Till Straumann <strauman@slac.stanford.edu>
384
385        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
386        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
387
3882006-06-19      Till Straumann <strauman@slac.stanford.edu>
389
390        * vmeUniverse/vme_amd_defs.h: Added address-modifier
391        codes for BLT/MBLT.
392
3932006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * gnatinstallhandler.c: Rename since old name is now used
396        by GNAT source.
397
3982006-01-26      Till Straumann <strauman@slac.stanford.edu>
399        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
400        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
401        Added 2F address modifier for VME64 CSR access.
402
4032006-01-11      Till Straumann <strauman@slac.stanford.edu>
404
405        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
406        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
407        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
408        on master windows (creates race-condition on memory-mapped
409        devices). A new flag allows for signalling that a window
410        maps 'ordinary memory'. Disable VME IRQ level if no
411        handler is registered with interrupting vector.
412
4132006-01-11      Till Straumann <strauman@slac.stanford.edu>
414
415        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
416        Eliminate obsolete types.
417
4182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
421        Remove CVS log.
422
4232005-10-20  Eric Norum <norume@aps.anl.gov>
424
425        * vmeUniverse/vmeUniverse.c: Support MVME2100.
426
4272005-09-02      Joel Sherrill <joel@OARcorp.com>
428
429        PR 577/bsps
430        * console.c: Make the previously committed patch for this PR compile.
431
4322005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
433
434        PR 577/bsps
435        * console.c: The console_close() method currently calls StopRemoteTx()
436        on all invocations. It should should be ok for last close only but
437        not for any others. If you open a port multiple times, you only want
438        to call StopRemoteTx() only as part of the last close.
439
4402005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
441
442        PR 779/bsp
443        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
444        handlers in powerpc bsps
445
4462005-03-14      Joel Sherrill <joel@OARcorp.com>
447
448        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
449        API unification. All use pci_find_device().
450
4512005-01-23      Joel Sherrill <joel@OARcorp.com>
452
453        * tod.c: Change type of RTC_Count to size_t.
454
4552004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        PR 704/bsps.
458        * ide_ctrl.c: Removed (obsolete).
459
4602004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
461
462        PR 703/filesystem
463        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
464        parameters to uint16_t for UDMA support.
465
4662004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
467
468        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
469        boards -- notably the MVME2100 -- return the physical address, not an
470        offset in PCI memory space.
471
4722004-10-13      Eric Norum <norume@aps.anl.gov>
473
474        PR 688/bsps
475        * shared/tod.c: Set RTEMS time during TOD initialization
476
4772004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
478
479        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
480
4812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
482
483        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
484        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
485
4862004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * ChangeLog: Merge-in gdbstub/ChangeLog.
489        * gdbstub/ChangeLog: Remove.
490
4912003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
492
493        PR 501/rtems_misc
494        * console.c: console_open disables ICANON on non-console port, which
495        should be ok for the first open but not for subsequent ones. If you open
496        one serial port, you will configure it, when you reopen it you will lost
497        the ICANON parameters if you had put it. Should be done by console only
498        at first open.
499
5002003-09-04      Joel Sherrill <joel@OARcorp.com>
501
502        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
503        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
504        URL for license changed.
505
5062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Reflect having moved automake/.
509
5102003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * include/Makefile.am: Remove (merged into Makefile.am).
513        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
514        * Makefile.am: Reflect changes above. Reflect having merged
515        ../configure.ac into ../../../configure.ac.
516
5172003-06-30      Joel Sherrill <joel@OARcorp.com>
518
519        * console-polled.c: Corrected comments in header.
520
5212003-04-10      Till Straumann <strauman@slac.stanford.edu>
522
523        PR 380/bsps
524        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
525        format strings compliant with libcpu/printk. minor fixes and lazy init
526        bugfix.
527
5282003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
531
5322003-02-20      Till Straumann <strauman@slac.stanford.edu>
533
534        PR 349/bsps
535        * README.universe, vmeUniverse/README.porting
536        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
537        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
538        * vmeUniverse/README.porting: New file.
539
5402002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
541
542        * ide_ctrl.c: New file.
543
5442002-07-01      Joel Sherrill <joel@OARcorp.com>
545
546        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
547        now that it is a two dimensional array based upon API and class.
548
5492002-06-25      Joel Sherrill <joel@OARcorp.com>
550
551        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
552        the shared gdb stub glue necessitating a move up.
553        * Makefile.am: Reflect new gdbstub directory.
554        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
555        the shared gdb stub glue necessitating a move up.
556        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
557        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
558        m68k/shared/gdbstub.
559
5602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * Makefile.am: Remove AUTOMAKE_OPTIONS.
564
5652001-10-22      Joel Sherrill <joel@OARcorp.com>
566
567        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
568        application namespace.
569
5702001-10-17      Joel Sherrill <joel@OARcorp.com>
571
572        * timerstub.c: New stub file for BSPs that don't have timer hardware.
573
5742001-10-12      Joel Sherrill <joel@OARcorp.com>
575
576        * console-polled.c, console.c: Fixed typo.
577
5782001-05-14      Till Straumann <strauman@slac.stanford.edu>
579
580        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
581        vmeUniverse/vmeUniverse.h: New files.
582        * Makefile.am: Modified to reflect addition of files.
583        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
584        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
585        Till.  Please forward future modifications to him.
586
5872001-01-12      Joel Sherrill <joel@OARcorp.com>
588
589        * setvec.c: Removed unused variables.
590
5912001-01-09      Joel Sherrill <joel@OARcorp.com>
592
593        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
594        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
595        driver.
596
5972001-01-03      Joel Sherrill <joel@OARcorp.com>
598
599        * clockdrv_shell.c: Fixed syntax error in fast idle support.
600        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
601        CLOCK_DRIVER_USE_FAST_IDLE.
602        * console-polled.c: Added console_initialize_hardware() hook.
603
6042000-12-01      Joel Sherrill <joel@OARcorp.com>
605
606        * console-polled.c: Remove warnings.
607
6082000-11-13      Joel Sherrill <joel@OARcorp.com>
609
610        * clock_driver_stub.c: This is a stub of a clock driver that is
611        sufficient for linking the ticker application.  Some simulators do not
612        have a soruce for a clock tick.  Also this can be used while
613        constructing a BSP so everything links.
614
6152000-11-01      Joel Sherrill <joel@OARcorp.com>
616
617        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
618        moved from libc to lib/include/rtems and now must be referenced as
619        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
620
6212000-10-30      Joel Sherrill <joel@OARcorp.com>
622
623        * POSIX include files merged into newlib.  This resulted in some
624        definitions moving to other files and thus some secondary effects in
625        RTEMS source code.
626        * sbrk.c: Corrected prototype to match newlib.
627
6282000-08-10      Joel Sherrill <joel@OARcorp.com>
629
630        * ChangeLog: New file.
631
Note: See TracBrowser for help on using the repository browser.