1 | 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
2 | |
---|
3 | * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, |
---|
4 | gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types. |
---|
5 | |
---|
6 | 2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
7 | |
---|
8 | * ChangeLog: Merge-in gdbstub/ChangeLog. |
---|
9 | * gdbstub/ChangeLog: Remove. |
---|
10 | |
---|
11 | 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr> |
---|
12 | |
---|
13 | PR 501/rtems_misc |
---|
14 | * console.c: console_open disables ICANON on non-console port, which |
---|
15 | should be ok for the first open but not for subsequent ones. If you open |
---|
16 | one serial port, you will configure it, when you reopen it you will lost |
---|
17 | the ICANON parameters if you had put it. Should be done by console only |
---|
18 | at first open. |
---|
19 | |
---|
20 | 2003-09-04 Joel Sherrill <joel@OARcorp.com> |
---|
21 | |
---|
22 | * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, |
---|
23 | ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: |
---|
24 | URL for license changed. |
---|
25 | |
---|
26 | 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
27 | |
---|
28 | * Makefile.am: Reflect having moved automake/. |
---|
29 | |
---|
30 | 2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
31 | |
---|
32 | * include/Makefile.am: Remove (merged into Makefile.am). |
---|
33 | * gdbstub/Makefile.am: Remove (merged into Makefile.am). |
---|
34 | * Makefile.am: Reflect changes above. Reflect having merged |
---|
35 | ../configure.ac into ../../../configure.ac. |
---|
36 | |
---|
37 | 2003-06-30 Joel Sherrill <joel@OARcorp.com> |
---|
38 | |
---|
39 | * console-polled.c: Corrected comments in header. |
---|
40 | |
---|
41 | 2003-04-10 Till Straumann <strauman@slac.stanford.edu> |
---|
42 | |
---|
43 | PR 380/bsps |
---|
44 | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk |
---|
45 | format strings compliant with libcpu/printk. minor fixes and lazy init |
---|
46 | bugfix. |
---|
47 | |
---|
48 | 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
49 | |
---|
50 | * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers). |
---|
51 | |
---|
52 | 2003-02-20 Till Straumann <strauman@slac.stanford.edu> |
---|
53 | |
---|
54 | PR 349/bsps |
---|
55 | * README.universe, vmeUniverse/README.porting |
---|
56 | vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, |
---|
57 | vmeUniverse/vmeUniverse.h: Update of the VME universe driver. |
---|
58 | * vmeUniverse/README.porting: New file. |
---|
59 | |
---|
60 | 2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru> |
---|
61 | |
---|
62 | * ide_ctrl.c: New file. |
---|
63 | |
---|
64 | 2002-07-01 Joel Sherrill <joel@OARcorp.com> |
---|
65 | |
---|
66 | * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table |
---|
67 | now that it is a two dimensional array based upon API and class. |
---|
68 | |
---|
69 | 2002-06-25 Joel Sherrill <joel@OARcorp.com> |
---|
70 | |
---|
71 | * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to |
---|
72 | the shared gdb stub glue necessitating a move up. |
---|
73 | * Makefile.am: Reflect new gdbstub directory. |
---|
74 | * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k support to |
---|
75 | the shared gdb stub glue necessitating a move up. |
---|
76 | * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file. |
---|
77 | * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and |
---|
78 | m68k/shared/gdbstub. |
---|
79 | |
---|
80 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
81 | |
---|
82 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
83 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
84 | |
---|
85 | 2001-10-22 Joel Sherrill <joel@OARcorp.com> |
---|
86 | |
---|
87 | * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the |
---|
88 | application namespace. |
---|
89 | |
---|
90 | 2001-10-17 Joel Sherrill <joel@OARcorp.com> |
---|
91 | |
---|
92 | * timerstub.c: New stub file for BSPs that don't have timer hardware. |
---|
93 | |
---|
94 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
95 | |
---|
96 | * console-polled.c, console.c: Fixed typo. |
---|
97 | |
---|
98 | 2001-05-14 Till Straumann <strauman@slac.stanford.edu> |
---|
99 | |
---|
100 | * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, |
---|
101 | vmeUniverse/vmeUniverse.h: New files. |
---|
102 | * Makefile.am: Modified to reflect addition of files. |
---|
103 | * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge |
---|
104 | to libbsp/shared. NOTE: This driver is maintained _outside_ RTEMS by |
---|
105 | Till. Please forward future modifications to him. |
---|
106 | |
---|
107 | 2001-01-12 Joel Sherrill <joel@OARcorp.com> |
---|
108 | |
---|
109 | * setvec.c: Removed unused variables. |
---|
110 | |
---|
111 | 2001-01-09 Joel Sherrill <joel@OARcorp.com> |
---|
112 | |
---|
113 | * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for |
---|
114 | multiple ISRs per clock tick. Testing per hacking on mips/jmr3904 clock |
---|
115 | driver. |
---|
116 | |
---|
117 | 2001-01-03 Joel Sherrill <joel@OARcorp.com> |
---|
118 | |
---|
119 | * clockdrv_shell.c: Fixed syntax error in fast idle support. |
---|
120 | * clockdrv_shell.c: Added fast idle mode which is enabled by defining |
---|
121 | CLOCK_DRIVER_USE_FAST_IDLE. |
---|
122 | * console-polled.c: Added console_initialize_hardware() hook. |
---|
123 | |
---|
124 | 2000-12-01 Joel Sherrill <joel@OARcorp.com> |
---|
125 | |
---|
126 | * console-polled.c: Remove warnings. |
---|
127 | |
---|
128 | 2000-11-13 Joel Sherrill <joel@OARcorp.com> |
---|
129 | |
---|
130 | * clock_driver_stub.c: This is a stub of a clock driver that is |
---|
131 | sufficient for linking the ticker application. Some simulators do not |
---|
132 | have a soruce for a clock tick. Also this can be used while |
---|
133 | constructing a BSP so everything links. |
---|
134 | |
---|
135 | 2000-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
136 | |
---|
137 | * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h |
---|
138 | moved from libc to lib/include/rtems and now must be referenced as |
---|
139 | <rtems/XXX.h>. Header file order was cleaned up while doing this. |
---|
140 | |
---|
141 | 2000-10-30 Joel Sherrill <joel@OARcorp.com> |
---|
142 | |
---|
143 | * POSIX include files merged into newlib. This resulted in some |
---|
144 | definitions moving to other files and thus some secondary effects in |
---|
145 | RTEMS source code. |
---|
146 | * sbrk.c: Corrected prototype to match newlib. |
---|
147 | |
---|
148 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
149 | |
---|
150 | * ChangeLog: New file. |
---|
151 | |
---|