source: rtems/c/src/lib/libbsp/shared/ChangeLog @ 6a29c7d

4.104.114.95
Last change on this file since 6a29c7d was 6a29c7d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 08:08:45

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

  • timerstub.c, tod.c: Convert to "bool".
  • Property mode set to 100644
File size: 21.0 KB
RevLine 
[6a29c7d]12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timerstub.c, tod.c: Convert to "bool".
4
[3447454]52008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * tod.c: Remove extern. RTC_Present is not defined anywhere.
8
[e09ecea]92008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        PR 1302/bsps
12        * vmeUniverse/vmeUniverse.h: Remove
13        _VME_UNIVERSE_DECLARE_SHOW_ROUTINES.
14
[0f7b6467]152008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * timerstub.c: Eliminate empty function from every benchmark timer
18        driver. Fix spelling.
19
[b642940]202008-08-30      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * bootcard.c: Fix formatting.
23        * console-polled.c: Error if minor < 2 not just <= 2.
24
[231680a6]252008-08-28      Till Straumann <strauman@slac.stanford.edu>
26
27        * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c:
28        added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
29
302008-08-28      Till Straumann <strauman@slac.stanford.edu>
31
32        * vmeUniverse/VME.h: added BSP_VMEResetBus().
33
[76cb5e4]342008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * src/irq-generic.c: Fixed integer conversion warnings.
37
[c85b78ac]382008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * timerstub.c: Add missing prototypes.
41
[f3eaba9a]422008-08-15      Allan Hessenflow <allanh@kallisti.com>
43
44        * src/lib/libbsp/mips/jmr3904/tools/runtest: Add bf537Stamp.
45
462008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * include/bootcard.h, bootcard.c, bsplibc.c: Changed parameter types of
49        bsp_libc_init() to match RTEMS_Malloc_Initialize().
50
51        * bsppost.c, bsppredriverhook.c: Include bootcard.h.
52
53        * src/irq-generic.c: Fixed warnings.
54
[371c30d5]552008-08-18      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * bsppost.c: Fix warning by moving prototype to libcsupport.h.
58
[b0221ee]592008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * tod.c: Add missing prototypes.
62
[5a21e2fe]632008-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        PR 537/bsps
66        * bsplibc.c: Eliminate vestiges of ticks_per_timeslice controlling
67        newlib reentrancy. The parameter was ignored in libc_init().
68
[cc54cc9]692008-07-28      Sebastian Huber <sebastian.huber@embedded-brains.de>
70
[4693690]71        * src/irq-legacy.c: Free allocated memory in handler remove.
[cc54cc9]72
73        * bootcard.c: Check if the heap fits into the work area.
74
[2e2c640e]752008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
[d4886a06]77        * include/bootcard.h: New file.
78
79        * bootcard.c: Changed bsp_get_workarea() to bsp_get_work_area() and
80        added support for an optional separate heap area.
81
82        * bsppretaskinghook.c: Cleanup.  Include bootcard.h.
83
[2e2c640e]84        * include/irq-generic.h, src/irq-generic.c, src/irq-legacy.c: Support
85        for new rtems_interrupt_handler_iterate() function.
86
[fa379b0]872008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if
90        boot_card() handles RAM allocation.
91
[574fb67]922008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94        * bootcard.c: Removed duplicated code.
95
[a86f3aac]962008-07-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * bootcard.c: Special case for PowerPC: The interrupt disable
99        mask is stored in SPRG0.  It must be valid before we can use
100        rtems_interrupt_disable().
101
1022008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * include/irq-config.h, include/irq-generic.h,
105        src/irq-generic.c, src/irq-legacy.c: Generic BSP interrupt handler
106        support.
107
[e51cf6d]1082008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * include/tm27.h: New file. Stub version of tm27 support.
111
[f335672]1122008-05-23      Till Straumann <strauman@slac.stanford.edu>
113
114        * vmeUniverse/VME.h: removed 'weak' attribute from
115        declaration of BSP_vme_config().
116
[527e2b8e]1172008-05-22      Till Straumann <strauman@slac.stanford.edu>
118
119        * vmeUniverse/vmeUniverse.c: fixed compiler warning;
120        moved struct attributes as directed by gcc warning.
121
[ec3007c]1222008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * bootcard.c: Add capability for bootcard.c BSP Initialization
125        Framework to ask the BSP where it has memory for the RTEMS Workspace
126        and C Program Heap. These collectively are referred to as work area.
127        If the BSP supports this, then it does not have to include code to
128        split the available memory between the two areas. This reduces the
129        amount of code in the BSP specific bspstart.c file. Additionally, the
130        shared framework can initialize the C Library, call
131        rtems_debug_enable(), and dirty the work area memory. Until most/all
132        BSPs support this new capability, if the BSP supports this, it should
133        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
134        When the transition is complete, this autoconf macro can be removed.
135        * bsppretaskinghook.c: New file.
136
[3820ff24]1372008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * bootcard.c: Refactored and renamed initialization routines to
140        rtems_initialize_data_structures, rtems_initialize_before_drivers,
141        rtems_initialize_device_drivers, and
142        rtems_initialize_start_multitasking. This opened the sequence up so
143        that bootcard() could provide a more robust and flexible framework
144        which is easier to explain and understand. This also lays the
145        groundwork for sharing the division of available memory between the
146        RTEMS workspace and heap and the C library initialization across all
147        BSPs.
148
[7492598]1492008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * bootcard.c: Improve formatting and comments.
152
[49bce16b]1532008-03-20      Till Straumann <strauman@slac.stanford.edu>
154
155        * vmeUniverse/vmeTsi148.c: type of 5th argument
156        to pci_read_config_dword() is now uint32_t*.
157
[bf1b08c]1582008-03-17      Till Straumann <strauman@slac.stanford.edu>
159
160        * vmeUniverse/vmeTsi148.c: Initialize VME Master
161        'VTON' timer and bus-release policy to less aggressive
162        values than the chip's defaults. The default VTON easily
163        overrides any settings used by the DMA engine.
164
[bf511e8]1652008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * gdbstub/rtems-stub-glue.c: Update to use the new
168        rtems_object_get_name() service. This simplified the code a bit.
169
[af043e13]1702008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * bootcard.c: Improve comments and clean up argc/argv order.
173
[4e9893b1]1742007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * bootcard.c, bsplibc.c: Eliminate copies of the Configuration Table.
177        Use the RTEMS provided accessor macros to obtain configuration
178        fields.
179
[99f9b868]1802007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * bootcard.c: Move interrupt_stack_size field from CPU Table to
183        Configuration Table. Eliminate CPU Table from all ports. Delete
184        references to CPU Table in all forms.
185
[12eebb49]1862007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * bsppredriverhook.c: New file.
189
[611fc9f9]1902007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * bootcard.c: Moved most of the remaining CPU Table fields to the
193        Configuration Table. This included pretasking_hook, predriver_hook,
194        postdriver_hook, idle_task, do_zero_of_workspace,
195        extra_mpci_receive_server_stack, stack_allocate_hook, and
196        stack_free_hook. As a side-effect of this effort some multiprocessing
197        code was made conditional and some style clean up occurred.
198
[d62e807]1992007-12-02      Till Straumann <strauman@slac.stanford.edu>
200
201        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c:
202        silenced compiler warnings caused by type changes
203        in byteorder.h (volatile unsigned * -> volatile uint32_t *)
204
[4c3d3cdb]2052007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * bootcard.c: Add comment.
208
[9c6019ed]2092007-07-15      Till Straumann <strauman@slac.stanford.edu>
210
211        * vmeUniverse/vmeTsi148.c: Use size_t for sizes.
212
[8b8e1ee5]2132007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * bsppost.c: Split open of the console from the standard BSP code so it
216        is easier to stub out.
217
[08f9722]2182007-05-10      Till Straumann <strauman@slac.stanford.edu>
219
220        * vmeUniverse/vmeUniverse.c: Changed types to silence
221        compiler warnings.
222
[ded1977]2232007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * bootcard.c: Move __fini call to inside executive for
226        symmettry with __init call.
227
[004b741]2282007-04-17      Joel Sherrill <joel@OARcorp.com>
229
230        * bootcard.c: RTEMS Workspace now defaults to not being zeroed. This
231        significantly speeds up boot time on targets not requiring memory to
232        be touched at boot time.
233
[4b257190]2342007-04-02      Joel Sherrill <joel@OARcorp.com>
235
236        * dummy_printk_support.c: New file.
237
[5a232b6e]2382007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
241
[e0a622cd]2422007-03-28      Joel Sherrill <joel@OARcorp.com>
243
244        * clockdrv_shell.c: Add support to the Clock driver template for
245        rtems_clock_set_nanoseconds_extension and the potential for TOD and
246        timestamps accurate to the nanosecond.
247
[a185db7]2482007-03-28      Joel Sherrill <joel@OARcorp.com>
249
250        PR 1232/bsps
251        * bsppost.c: It should not be a fatal error to not have a console.
252
[9f59157]2532007-03-09      Joel Sherrill <joel@OARcorp.com>
254
255        * bootcard.c: Change XXX to real comment.
256
[ccc8fc85]2572007-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * vmeUniverse/vmeUniverse.c: Use size_t for sizes.
260
[c1b34d5]2612007-01-30      Till Straumann <strauman@slac.stanford.edu>
262
263        * vmeUniverse/README.porting, vmeUniverse/README.universe:
264        updated, added more information for BSP implementors.
265
266        * vmeUniverse/VMEDMA.h (added): VME DMA API definition.
267
268        * vmeUniverse/bspVmeDmaList.h (added), vmeUniverse/bspVmeDmaListP.h (added),
269        * vmeUniverse/bspVmeDmaList.c (added):
270        Driver-independent code for linked-list DMA (public + private headers,
271        implementation).
272
273        * vmeUniverse/vmeUniverseDMA.h (added), vmeUniverse/vmeTsi148DMA.h (added):
274        interface to new DMA features of drivers.
275
276        * vmeUniverse/vme_amd_defs.h: Added definition for data-width
277        hint bits (VME_MODE_DBWxx).
278
279
280        * vmeUniverse/vmeTsi148.c: added DMA support. Added support for
281        data-width hint/modifier bits.
282
283        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h:
284        Added support for data-width hint/modifier bits.
285        Added support for xxx_BLT, xxx_MBLT address modifiers.
286        Restrict DBW to 32 in non-MBLT modes (except single-beat;
287        a comment is in README.universe). Updated DMA support to
288        implement new VMEDMA.h API. Added support for non-incrementing
289        VME addresses. Restrict data width to 32 for single-beat AMs
290        when the universe would use MBLT for DMA.
291
[1687b05]2922007-01-19      Till Straumann <strauman@slac.stanford.edu>
293
294        * vmeUniverse/VME.h:
295        moved VME.h from libbsp/powerpc/shared/vme to
296        libbsp/shared/vmeUniverse; eventually, this (and other)
297        VME API headers should migrate to cpukit.
298
[adac8ab]2992007-01-16      Till Straumann <strauman@slac.stanford.edu>
300
301        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
[6200dc9]302        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
303        vmeUniverse/vme_am_defs.h:
[adac8ab]304        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
305
[afd4c7b]3062006-12-13      Till Straumann <strauman@slac.stanford.edu>
307
[7c3b2dd3]308        * vmeUniverse/vme_am_defs.h: Added address modifiers for 2eVME.
309        Added flags for 2eSST and DBW16.
310        * vmeUniverse/vmeUniverse.h: Removed AM definitions and include
311        vme_am_defs.h instead. Declare new routine vmeUniverseMapCRG().
312        Export 'irq manager' API only if __INSIDE_RTEMS_BSP__ defined. Renamed
313        'shared' argument to vmeUniverseInstallIrqMgrAlt() to 'flags' since
314        now more options are available.  Added new flag to install
315        'posted-write' workaround.
[afd4c7b]316        * vmeUniverse/vmeUniverse.c: Allow BSP to override BSP_PCI2LOCAL_ADDR()
317        macro. Data width of outbound port can now be restricted to 16-bit
318        (if new DBW16 flag set in address modifier). Added vmeUniverseMapCRG()
319        for mapping local registers onto VME. Interrupt manager now implements
[7c3b2dd3]320        a workaround (enabled at installation time) which flushes the
321        write-fifo after user ISR returns. This requires the universe's
322        registers to be accessible from VME (either CSR space or CRG mapped
323        to A16/A24/A32), though.
[afd4c7b]324        * vmeUniverse/vmeTsi148.h: vmeTsi148ClearVMEBusErrors() now returns
325        the fault address as a 32-bit address (not ulonglong anymore). The
[7c3b2dd3]326        driver only supports 32-bit addresses. Declare new routine
327        vmeTsi148MapCRG().  Export 'irq manager' API only if
328        __INSIDE_RTEMS_BSP__ defined.  Renamed 'shared' argument to
329        vmeTsi148InstallIrqMgrAlt() to 'flags' to allow more options to be
330        supported. Added comments explaining the 'posted-write' workaround
331        implemented by the interrupt manager.
[afd4c7b]332        * vmeUniverse/vmeTsi148.c: Clear 'SYSFAIL' during initialization.
333        Allow BSP to override BSP_PCI2LOCAL_ADDR() macro. Added support for
334        2eSST when configuring windows (untested - I have no 2eSST).
335        Added vmeTsi148MapCRG() for mapping local registers onto VME.
336        Implemented 'posted-write' workaround for interrupt manager
337        (consult source for details).
338
[460cd5b7]3392006-12-13      Joel Sherrill <joel@OARcorp.com>
340
341        PR 1190/bsps
342        * bootcard.c: Remove status since unused.
343
[43ea369]3442006-11-29      Till Straumann <strauman@slac.stanford.edu>
345
346        * vmeUniverse/vmeTsi148.h: user now must define a symbol
[fe6f68c]347        for the header to declare 'dump info'-style routine. This
348        is in order to avoid pulling in <stdio.h>.
[43ea369]349
[3664346e]3502006-11-17      Joel Sherrill <joel@OARcorp.com>
351
352        * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver
353        template and eliminate all fast idle code specific to this BSP. This
354        eliminates a fair amount of code in the BSP clock driver and
355        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
356        timer so I added the new hook Clock_driver_support_find_timer to
357        support this. In general, there was some clean up to the file headers
358        of various files.
359
[66d973ff]3602006-11-15      Joel Sherrill <joel@OARcorp.com>
361
362        * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a
363        file and simplified initialization.
364        * main.c: Removed.
365
[98339b8c]3662006-10-19      Joel Sherrill <joel@OARcorp.com>
367
[24029b2]368        * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
[98339b8c]369
[c8f74b47]3702006-07-12      Till Straumann <strauman@slac.stanford.edu>
371
372        * vmeUniverse/vmeTsi148.c: Silenced compiler warnings
373        (gcc-4.1.1 warns that uint32_t and unsigned int are different).
374
[9a30162]3752006-06-19      Till Straumann <strauman@slac.stanford.edu>
376
377        * vmeUniverse/vme_amd_defs.h: Added address-modifier
378        codes for BLT/MBLT.
379
[9bb263d5]3802006-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * gnatinstallhandler.c: Rename since old name is now used
383        by GNAT source.
384
[6f10ffe]3852006-01-26      Till Straumann <strauman@slac.stanford.edu>
386        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
387        vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
388        Added 2F address modifier for VME64 CSR access.
389
[85c005f3]3902006-01-11      Till Straumann <strauman@slac.stanford.edu>
[b8b8d34]391
[85c005f3]392        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h,
393        vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h,
[b8b8d34]394        vmeUniverse/vme_amd_defs.h: No longer enable posted-writes
395        on master windows (creates race-condition on memory-mapped
396        devices). A new flag allows for signalling that a window
397        maps 'ordinary memory'. Disable VME IRQ level if no
398        handler is registered with interrupting vector.
[85c005f3]399
[c2fc65b]4002006-01-11      Till Straumann <strauman@slac.stanford.edu>
401
402        * vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
[b8b8d34]403        Eliminate obsolete types.
[c2fc65b]404
[c29d03e9]4052005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * vmeUniverse/vmeUniverse.c: Eliminate obsolete types.
408        Remove CVS log.
409
[cc2fcc1]4102005-10-20  Eric Norum <norume@aps.anl.gov>
411
[fab9046]412        * vmeUniverse/vmeUniverse.c: Support MVME2100.
[cc2fcc1]413
[50189556]4142005-09-02      Joel Sherrill <joel@OARcorp.com>
415
416        PR 577/bsps
417        * console.c: Make the previously committed patch for this PR compile.
418
[e7d06758]4192005-08-19      Cedric Aubert <cedric_aubert@yahoo.fr>
420
421        PR 577/bsps
422        * console.c: The console_close() method currently calls StopRemoteTx()
423        on all invocations. It should should be ok for last close only but
424        not for any others. If you open a port multiple times, you only want
425        to call StopRemoteTx() only as part of the last close.
426
[6d717e8d]4272005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
428
[b8b8d34]429        PR 779/bsp
430        * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt
431        handlers in powerpc bsps
[6d717e8d]432
[fb77bc8]4332005-03-14      Joel Sherrill <joel@OARcorp.com>
434
435        * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI
436        API unification. All use pci_find_device().
437
[cbe0357]4382005-01-23      Joel Sherrill <joel@OARcorp.com>
439
440        * tod.c: Change type of RTC_Count to size_t.
441
[7376409]4422004-12-10      Ralf Corsepius <ralf.corsepius@rtems.org>
443
444        PR 704/bsps.
445        * ide_ctrl.c: Removed (obsolete).
446
[468c6f00]4472004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
448
[b8b8d34]449        PR 703/filesystem
[468c6f00]450        * ide_ctrl.c: Extend the "modes_available" and "mode_active"
451        parameters to uint16_t for UDMA support.
452
[0bca9ea3]4532004-11-16      Richard Campbell <richard.campbell@OARcorp.com>
454
455        * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some
456        boards -- notably the MVME2100 -- return the physical address, not an
457        offset in PCI memory space.
458
[0d10ef70]4592004-10-13      Eric Norum <norume@aps.anl.gov>
460
461        PR 688/bsps
462        * shared/tod.c: Set RTEMS time during TOD initialization
463
[cf720006]4642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
465
466        * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.
467
[a2ac7e10]4682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
469
470        * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c,
471        gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types.
472
[9f03565]4732004-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * ChangeLog: Merge-in gdbstub/ChangeLog.
476        * gdbstub/ChangeLog: Remove.
477
[e9051435]4782003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
479
480        PR 501/rtems_misc
481        * console.c: console_open disables ICANON on non-console port, which
[f46eb66]482        should be ok for the first open but not for subsequent ones. If you open
483        one serial port, you will configure it, when you reopen it you will lost
484        the ICANON parameters if you had put it. Should be done by console only
485        at first open.
[e9051435]486
[7050ec70]4872003-09-04      Joel Sherrill <joel@OARcorp.com>
488
[f46eb66]489        * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c,
490        ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h:
491        URL for license changed.
[7050ec70]492
[c53e9e2f]4932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
[c483a4e]495        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]496
[6bb1897e]4972003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * include/Makefile.am: Remove (merged into Makefile.am).
500        * gdbstub/Makefile.am: Remove (merged into Makefile.am).
[f46eb66]501        * Makefile.am: Reflect changes above. Reflect having merged
502        ../configure.ac into ../../../configure.ac.
[6bb1897e]503
[d27efcd]5042003-06-30      Joel Sherrill <joel@OARcorp.com>
505
506        * console-polled.c: Corrected comments in header.
507
[2f73363]5082003-04-10      Till Straumann <strauman@slac.stanford.edu>
509
510        PR 380/bsps
[f46eb66]511        * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk
512        format strings compliant with libcpu/printk. minor fixes and lazy init
513        bugfix.
[2f73363]514
[6600424d]5152003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
[f46eb66]517        * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers).
[6600424d]518
[20b349f]5192003-02-20      Till Straumann <strauman@slac.stanford.edu>
520
521        PR 349/bsps
[6600424d]522        * README.universe, vmeUniverse/README.porting
523        vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
524        vmeUniverse/vmeUniverse.h: Update of the VME universe driver.
525        * vmeUniverse/README.porting: New file.
[20b349f]526
[d6a85919]5272002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
528
529        * ide_ctrl.c: New file.
530
[9f03565]5312002-07-01      Joel Sherrill <joel@OARcorp.com>
532
533        * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table
534        now that it is a two dimensional array based upon API and class.
535
[007d59d6]5362002-06-25      Joel Sherrill <joel@OARcorp.com>
537
[f46eb66]538        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
539        the shared gdb stub glue necessitating a move up.
[007d59d6]540        * Makefile.am: Reflect new gdbstub directory.
[9f03565]541        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to
542        the shared gdb stub glue necessitating a move up.
543        * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file.
544        * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and
545        m68k/shared/gdbstub.
[007d59d6]546
[2c059912]5472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * Makefile.am: Remove AUTOMAKE_OPTIONS.
551
[ac6ddad1]5522001-10-22      Joel Sherrill <joel@OARcorp.com>
553
[f46eb66]554        * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the
555        application namespace.
[ac6ddad1]556
[0f52b7f]5572001-10-17      Joel Sherrill <joel@OARcorp.com>
558
559        * timerstub.c: New stub file for BSPs that don't have timer hardware.
560
[bfeee88]5612001-10-12      Joel Sherrill <joel@OARcorp.com>
562
563        * console-polled.c, console.c: Fixed typo.
564
[f46eb66]5652001-05-14      Till Straumann <strauman@slac.stanford.edu>
566
567        * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c,
568        vmeUniverse/vmeUniverse.h: New files.
569        * Makefile.am: Modified to reflect addition of files.
570        * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge
571        to libbsp/shared.   NOTE: This driver is maintained _outside_ RTEMS by
572        Till.  Please forward future modifications to him.
573
[d2959b2]5742001-01-12      Joel Sherrill <joel@OARcorp.com>
575
576        * setvec.c: Removed unused variables.
577
[d3d5319]5782001-01-09      Joel Sherrill <joel@OARcorp.com>
579
580        * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for
[f46eb66]581        multiple ISRs per clock tick.  Testing per hacking on mips/jmr3904 clock
582        driver.
[d3d5319]583
[2e10f51]5842001-01-03      Joel Sherrill <joel@OARcorp.com>
585
586        * clockdrv_shell.c: Fixed syntax error in fast idle support.
[e182c620]587        * clockdrv_shell.c: Added fast idle mode which is enabled by defining
588        CLOCK_DRIVER_USE_FAST_IDLE.
589        * console-polled.c: Added console_initialize_hardware() hook.
590
[7220103f]5912000-12-01      Joel Sherrill <joel@OARcorp.com>
592
593        * console-polled.c: Remove warnings.
594
[7f5213d]5952000-11-13      Joel Sherrill <joel@OARcorp.com>
596
[f46eb66]597        * clock_driver_stub.c: This is a stub of a clock driver that is
598        sufficient for linking the ticker application.  Some simulators do not
599        have a soruce for a clock tick.  Also this can be used while
600        constructing a BSP so everything links.
[7f5213d]601
[978d328]6022000-11-01      Joel Sherrill <joel@OARcorp.com>
603
[f46eb66]604        * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h
605        moved from libc to lib/include/rtems and now must be referenced as
606        <rtems/XXX.h>.   Header file order was cleaned up while doing this.
[978d328]607
[7ede0e7]6082000-10-30      Joel Sherrill <joel@OARcorp.com>
609
[f46eb66]610        * POSIX include files merged into newlib.  This resulted in some
611        definitions moving to other files and thus some secondary effects in
612        RTEMS source code.
[7ede0e7]613        * sbrk.c: Corrected prototype to match newlib.
614
[e94ad1fe]6152000-08-10      Joel Sherrill <joel@OARcorp.com>
616
617        * ChangeLog: New file.
[f46eb66]618
Note: See TracBrowser for help on using the repository browser.