source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 231680a6

4.104.114.95
Last change on this file since 231680a6 was 231680a6, checked in by Till Straumann <strauman@…>, on 08/28/08 at 15:38:07

2008-08-28 Till Straumann <strauman@…>

  • vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
  • Property mode set to 100644
File size: 20.4 KB
Line 
12008-08-28      Till Straumann <strauman@slac.stanford.edu>
2
3        * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c:
4        added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
5
62008-08-28      Till Straumann <strauman@slac.stanford.edu>
7
8        * vmeUniverse/VME.h: added BSP_VMEResetBus().
9
102008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * src/irq-generic.c: Fixed integer conversion warnings.
13
142008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * timerstub.c: Add missing prototypes.
17
182008-08-15      Allan Hessenflow <allanh@kallisti.com>
19
20        * src/lib/libbsp/mips/jmr3904/tools/runtest: Add bf537Stamp.
21
222008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of
25        bsp_libc_init() to match RTEMS_Malloc_Initialize().
26
27        * bsppost.c, bsppredriverhook.c: Include bootcard.h.
28
29        * src/irq-generic.c: Fixed warnings.
30
312008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * bsppost.c: Fix warning by moving prototype to libcsupport.h.
34
352008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * tod.c: Add missing prototypes.
38
392008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        PR 537/bsps
42        * bsplibc.c: Eliminate vestiges of ticks_per_timeslice controlling
43        newlib reentrancy. The parameter was ignored in libc_init().
44
452008-07-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * src/irq-legacy.c: Free allocated memory in handler remove.
48
49        * bootcard.c: Check if the heap fits into the work area.
50
512008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
52
53        * include/bootcard.h: New file.
54
55        * bootcard.c: Changed bsp_get_workarea() to bsp_get_work_area() and
56        added support for an optional separate heap area.
57
58        * bsppretaskinghook.c: Cleanup.  Include bootcard.h.
59
60        * include/irq-generic.h, src/irq-generic.c, src/irq-legacy.c: Support
61        for new rtems_interrupt_handler_iterate() function.
62
632008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if
66        boot_card() handles RAM allocation.
67
682008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
69
70        * bootcard.c: Removed duplicated code.
71
722008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * bootcard.c: Special case for PowerPC: The interrupt disable
75        mask is stored in SPRG0.  It must be valid before we can use
76        rtems_interrupt_disable().
77
782008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
79
80        * include/irq-config.h, include/irq-generic.h,
81        src/irq-generic.c, src/irq-legacy.c: Generic BSP interrupt handler
82        support.
83
842008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/tm27.h: New file. Stub version of tm27 support.
87
882008-05-23      Till Straumann <strauman@slac.stanford.edu>
89
90        * vmeUniverse/VME.h: removed 'weak' attribute from
91        declaration of BSP_vme_config().
92
932008-05-22      Till Straumann <strauman@slac.stanford.edu>
94
95        * vmeUniverse/vmeUniverse.c: fixed compiler warning;
96        moved struct attributes as directed by gcc warning.
97
982008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * bootcard.c: Add capability for bootcard.c BSP Initialization
101        Framework to ask the BSP where it has memory for the RTEMS Workspace
102        and C Program Heap. These collectively are referred to as work area.
103        If the BSP supports this, then it does not have to include code to
104        split the available memory between the two areas. This reduces the
105        amount of code in the BSP specific bspstart.c file. Additionally, the
106        shared framework can initialize the C Library, call
107        rtems_debug_enable(), and dirty the work area memory. Until most/all
108        BSPs support this new capability, if the BSP supports this, it should
109        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
110        When the transition is complete, this autoconf macro can be removed.
111        * bsppretaskinghook.c: New file.
112
1132008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * bootcard.c: Refactored and renamed initialization routines to
116        rtems_initialize_data_structures, rtems_initialize_before_drivers,
117        rtems_initialize_device_drivers, and
118        rtems_initialize_start_multitasking. This opened the sequence up so
119        that bootcard() could provide a more robust and flexible framework
120        which is easier to explain and understand. This also lays the
121        groundwork for sharing the division of available memory between the
122        RTEMS workspace and heap and the C library initialization across all
123        BSPs.
124
1252008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * bootcard.c: Improve formatting and comments.
128
1292008-03-20      Till Straumann <strauman@slac.stanford.edu>
130
131        * vmeUniverse/vmeTsi148.c: type of 5th argument
132        to pci_read_config_dword() is now uint32_t*.
133
1342008-03-17      Till Straumann <strauman@slac.stanford.edu>
135
136        * vmeUniverse/vmeTsi148.c: Initialize VME Master
137        'VTON' timer and bus-release policy to less aggressive
138        values than the chip's defaults. The default VTON easily
139        overrides any settings used by the DMA engine.
140
1412008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * gdbstub/rtems-stub-glue.c: Update to use the new
144        rtems_object_get_name() service. This simplified the code a bit.
145
1462008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * bootcard.c: Improve comments and clean up argc/argv order.
149
1502007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * bootcard.c, bsplibc.c: Eliminate copies of the Configuration Table.
153        Use the RTEMS provided accessor macros to obtain configuration
154        fields.
155
1562007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * bootcard.c: Move interrupt_stack_size field from CPU Table to
159        Configuration Table. Eliminate CPU Table from all ports. Delete
160        references to CPU Table in all forms.
161
1622007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * bsppredriverhook.c: New file.
165
1662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * bootcard.c: Moved most of the remaining CPU Table fields to the
169        Configuration Table. This included pretasking_hook, predriver_hook,
170        postdriver_hook, idle_task, do_zero_of_workspace,
171        extra_mpci_receive_server_stack, stack_allocate_hook, and
172        stack_free_hook. As a side-effect of this effort some multiprocessing
173        code was made conditional and some style clean up occurred.
174
1752007-12-02      Till Straumann <strauman@slac.stanford.edu>
176
177        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
178        silenced compiler warnings caused by type changes
179        in byteorder.h (volatile unsigned * -> volatile uint32_t *)
180
1812007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * bootcard.c: Add comment.
184
1852007-07-15      Till Straumann <strauman@slac.stanford.edu>
186
187        * vmeUniverse/vmeTsi148.c: Use size_t for sizes.
188
1892007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * bsppost.c: Split open of the console from the standard BSP code so it
192        is easier to stub out.
193
1942007-05-10      Till Straumann <strauman@slac.stanford.edu>
195
196        * vmeUniverse/vmeUniverse.c: Changed types to silence
197        compiler warnings.
198
1992007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * bootcard.c: Move __fini call to inside executive for
202        symmettry with __init call.
203
2042007-04-17      Joel Sherrill <joel@OARcorp.com>
205
206        * bootcard.c: RTEMS Workspace now defaults to not being zeroed. This
207        significantly speeds up boot time on targets not requiring memory to
208        be touched at boot time.
209
2102007-04-02      Joel Sherrill <joel@OARcorp.com>
211
212        * dummy_printk_support.c: New file.
213
2142007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
217
2182007-03-28      Joel Sherrill <joel@OARcorp.com>
219
220        * clockdrv_shell.c: Add support to the Clock driver template for
221        rtems_clock_set_nanoseconds_extension and the potential for TOD and
222        timestamps accurate to the nanosecond.
223
2242007-03-28      Joel Sherrill <joel@OARcorp.com>
225
226        PR 1232/bsps
227        * bsppost.c: It should not be a fatal error to not have a console.
228
2292007-03-09      Joel Sherrill <joel@OARcorp.com>
230
231        * bootcard.c: Change XXX to real comment.
232
2332007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * vmeUniverse/vmeUniverse.c: Use size_t for sizes.
236
2372007-01-30      Till Straumann <strauman@slac.stanford.edu>
238
239        * vmeUniverse/README.porting, vmeUniverse/README.universe:
240        updated, added more information for BSP implementors.
241
242        * vmeUniverse/VMEDMA.h (added): VME DMA API definition.
243
244        * vmeUniverse/bspVmeDmaList.h (added), vmeUniverse/bspVmeDmaListP.h (added),
245        * vmeUniverse/bspVmeDmaList.c (added):
246        Driver-independent code for linked-list DMA (public + private headers,
247        implementation).
248
249        * vmeUniverse/vmeUniverseDMA.h (added), vmeUniverse/vmeTsi148DMA.h (added):
250        interface to new DMA features of drivers.
251
252        * vmeUniverse/vme_amd_defs.h: Added definition for data-width
253        hint bits (VME_MODE_DBWxx).
254
255
256        * vmeUniverse/vmeTsi148.c: added DMA support. Added support for
257        data-width hint/modifier bits.
258
259        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
260        Added support for data-width hint/modifier bits.
261        Added support for xxx_BLT, xxx_MBLT address modifiers.
262        Restrict DBW to 32 in non-MBLT modes (except single-beat;
263        a comment is in README.universe). Updated DMA support to
264        implement new VMEDMA.h API. Added support for non-incrementing
265        VME addresses. Restrict data width to 32 for single-beat AMs
266        when the universe would use MBLT for DMA.
267
2682007-01-19      Till Straumann <strauman@slac.stanford.edu>
269
270        * vmeUniverse/VME.h:
271        moved VME.h from libbsp/powerpc/shared/vme to
272        libbsp/shared/vmeUniverse; eventually, this (and other)
273        VME API headers should migrate to cpukit.
274
2752007-01-16      Till Straumann <strauman@slac.stanford.edu>
276
277        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
278        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
279        vmeUniverse/vme_am_defs.h:
280        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
281
2822006-12-13      Till Straumann <strauman@slac.stanford.edu>
283
284        * vmeUniverse/vme_am_defs.h: Added address modifiers for 2eVME.
285        Added flags for 2eSST and DBW16.
286        * vmeUniverse/vmeUniverse.h: Removed AM definitions and include
287        vme_am_defs.h instead. Declare new routine vmeUniverseMapCRG().
288        Export 'irq manager' API only if __INSIDE_RTEMS_BSP__ defined. Renamed
289        'shared' argument to vmeUniverseInstallIrqMgrAlt() to 'flags' since
290        now more options are available.  Added new flag to install
291        'posted-write' workaround.
292        * vmeUniverse/vmeUniverse.c: Allow BSP to override BSP_PCI2LOCAL_ADDR()
293        macro. Data width of outbound port can now be restricted to 16-bit
294        (if new DBW16 flag set in address modifier). Added vmeUniverseMapCRG()
295        for mapping local registers onto VME. Interrupt manager now implements
296        a workaround (enabled at installation time) which flushes the
297        write-fifo after user ISR returns. This requires the universe's
298        registers to be accessible from VME (either CSR space or CRG mapped
299        to A16/A24/A32), though.
300        * vmeUniverse/vmeTsi148.h: vmeTsi148ClearVMEBusErrors() now returns
301        the fault address as a 32-bit address (not ulonglong anymore). The
302        driver only supports 32-bit addresses. Declare new routine
303        vmeTsi148MapCRG().  Export 'irq manager' API only if
304        __INSIDE_RTEMS_BSP__ defined.  Renamed 'shared' argument to
305        vmeTsi148InstallIrqMgrAlt() to 'flags' to allow more options to be
306        supported. Added comments explaining the 'posted-write' workaround
307        implemented by the interrupt manager.
308        * vmeUniverse/vmeTsi148.c: Clear 'SYSFAIL' during initialization.
309        Allow BSP to override BSP_PCI2LOCAL_ADDR() macro. Added support for
310        2eSST when configuring windows (untested - I have no 2eSST).
311        Added vmeTsi148MapCRG() for mapping local registers onto VME.
312        Implemented 'posted-write' workaround for interrupt manager
313        (consult source for details).
314
3152006-12-13      Joel Sherrill <joel@OARcorp.com>
316
317        PR 1190/bsps
318        * bootcard.c: Remove status since unused.
319
3202006-11-29      Till Straumann <strauman@slac.stanford.edu>
321
322        * vmeUniverse/vmeTsi148.h: user now must define a symbol
323        for the header to declare 'dump info'-style routine. This
324        is in order to avoid pulling in <stdio.h>.
325
3262006-11-17      Joel Sherrill <joel@OARcorp.com>
327
328        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
329        template and eliminate all fast idle code specific to this BSP. This
330        eliminates a fair amount of code in the BSP clock driver and
331        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
332        timer so I added the new hook Clock_driver_support_find_timer to
333        support this. In general, there was some clean up to the file headers
334        of various files.
335
3362006-11-15      Joel Sherrill <joel@OARcorp.com>
337
338        * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a
339        file and simplified initialization.
340        * main.c: Removed.
341
3422006-10-19      Joel Sherrill <joel@OARcorp.com>
343
344        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
345
3462006-07-12      Till Straumann <strauman@slac.stanford.edu>
347
348        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
349        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
350
3512006-06-19      Till Straumann <strauman@slac.stanford.edu>
352
353        * vmeUniverse/vme_amd_defs.h: Added address-modifier
354        codes for BLT/MBLT.
355
3562006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * gnatinstallhandler.c: Rename since old name is now used
359        by GNAT source.
360
3612006-01-26      Till Straumann <strauman@slac.stanford.edu>
362        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
363        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
364        Added 2F address modifier for VME64 CSR access.
365
3662006-01-11      Till Straumann <strauman@slac.stanford.edu>
367
368        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
369        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
370        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
371        on master windows (creates race-condition on memory-mapped
372        devices). A new flag allows for signalling that a window
373        maps 'ordinary memory'. Disable VME IRQ level if no
374        handler is registered with interrupting vector.
375
3762006-01-11      Till Straumann <strauman@slac.stanford.edu>
377
378        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
379        Eliminate obsolete types.
380
3812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
384        Remove CVS log.
385
3862005-10-20  Eric Norum <norume@aps.anl.gov>
387
388        * vmeUniverse/vmeUniverse.c: Support MVME2100.
389
3902005-09-02      Joel Sherrill <joel@OARcorp.com>
391
392        PR 577/bsps
393        * console.c: Make the previously committed patch for this PR compile.
394
3952005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
396
397        PR 577/bsps
398        * console.c: The console_close() method currently calls StopRemoteTx()
399        on all invocations. It should should be ok for last close only but
400        not for any others. If you open a port multiple times, you only want
401        to call StopRemoteTx() only as part of the last close.
402
4032005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
404
405        PR 779/bsp
406        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
407        handlers in powerpc bsps
408
4092005-03-14      Joel Sherrill <joel@OARcorp.com>
410
411        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
412        API unification. All use pci_find_device().
413
4142005-01-23      Joel Sherrill <joel@OARcorp.com>
415
416        * tod.c: Change type of RTC_Count to size_t.
417
4182004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        PR 704/bsps.
421        * ide_ctrl.c: Removed (obsolete).
422
4232004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
424
425        PR 703/filesystem
426        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
427        parameters to uint16_t for UDMA support.
428
4292004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
430
431        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
432        boards -- notably the MVME2100 -- return the physical address, not an
433        offset in PCI memory space.
434
4352004-10-13      Eric Norum <norume@aps.anl.gov>
436
437        PR 688/bsps
438        * shared/tod.c: Set RTEMS time during TOD initialization
439
4402004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
441
442        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
443
4442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
445
446        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
447        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
448
4492004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * ChangeLog: Merge-in gdbstub/ChangeLog.
452        * gdbstub/ChangeLog: Remove.
453
4542003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
455
456        PR 501/rtems_misc
457        * console.c: console_open disables ICANON on non-console port, which
458        should be ok for the first open but not for subsequent ones. If you open
459        one serial port, you will configure it, when you reopen it you will lost
460        the ICANON parameters if you had put it. Should be done by console only
461        at first open.
462
4632003-09-04      Joel Sherrill <joel@OARcorp.com>
464
465        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
466        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
467        URL for license changed.
468
4692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: Reflect having moved automake/.
472
4732003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * include/Makefile.am: Remove (merged into Makefile.am).
476        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
477        * Makefile.am: Reflect changes above. Reflect having merged
478        ../configure.ac into ../../../configure.ac.
479
4802003-06-30      Joel Sherrill <joel@OARcorp.com>
481
482        * console-polled.c: Corrected comments in header.
483
4842003-04-10      Till Straumann <strauman@slac.stanford.edu>
485
486        PR 380/bsps
487        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
488        format strings compliant with libcpu/printk. minor fixes and lazy init
489        bugfix.
490
4912003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
494
4952003-02-20      Till Straumann <strauman@slac.stanford.edu>
496
497        PR 349/bsps
498        * README.universe, vmeUniverse/README.porting
499        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
500        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
501        * vmeUniverse/README.porting: New file.
502
5032002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
504
505        * ide_ctrl.c: New file.
506
5072002-07-01      Joel Sherrill <joel@OARcorp.com>
508
509        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
510        now that it is a two dimensional array based upon API and class.
511
5122002-06-25      Joel Sherrill <joel@OARcorp.com>
513
514        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
515        the shared gdb stub glue necessitating a move up.
516        * Makefile.am: Reflect new gdbstub directory.
517        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
518        the shared gdb stub glue necessitating a move up.
519        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
520        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
521        m68k/shared/gdbstub.
522
5232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * Makefile.am: Remove AUTOMAKE_OPTIONS.
527
5282001-10-22      Joel Sherrill <joel@OARcorp.com>
529
530        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
531        application namespace.
532
5332001-10-17      Joel Sherrill <joel@OARcorp.com>
534
535        * timerstub.c: New stub file for BSPs that don't have timer hardware.
536
5372001-10-12      Joel Sherrill <joel@OARcorp.com>
538
539        * console-polled.c, console.c: Fixed typo.
540
5412001-05-14      Till Straumann <strauman@slac.stanford.edu>
542
543        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
544        vmeUniverse/vmeUniverse.h: New files.
545        * Makefile.am: Modified to reflect addition of files.
546        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
547        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
548        Till.  Please forward future modifications to him.
549
5502001-01-12      Joel Sherrill <joel@OARcorp.com>
551
552        * setvec.c: Removed unused variables.
553
5542001-01-09      Joel Sherrill <joel@OARcorp.com>
555
556        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
557        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
558        driver.
559
5602001-01-03      Joel Sherrill <joel@OARcorp.com>
561
562        * clockdrv_shell.c: Fixed syntax error in fast idle support.
563        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
564        CLOCK_DRIVER_USE_FAST_IDLE.
565        * console-polled.c: Added console_initialize_hardware() hook.
566
5672000-12-01      Joel Sherrill <joel@OARcorp.com>
568
569        * console-polled.c: Remove warnings.
570
5712000-11-13      Joel Sherrill <joel@OARcorp.com>
572
573        * clock_driver_stub.c: This is a stub of a clock driver that is
574        sufficient for linking the ticker application.  Some simulators do not
575        have a soruce for a clock tick.  Also this can be used while
576        constructing a BSP so everything links.
577
5782000-11-01      Joel Sherrill <joel@OARcorp.com>
579
580        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
581        moved from libc to lib/include/rtems and now must be referenced as
582        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
583
5842000-10-30      Joel Sherrill <joel@OARcorp.com>
585
586        * POSIX include files merged into newlib.  This resulted in some
587        definitions moving to other files and thus some secondary effects in
588        RTEMS source code.
589        * sbrk.c: Corrected prototype to match newlib.
590
5912000-08-10      Joel Sherrill <joel@OARcorp.com>
592
593        * ChangeLog: New file.
594
Note: See TracBrowser for help on using the repository browser.