source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 5c7f274

4.104.114.84.95
Last change on this file since 5c7f274 was f2535df, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/06/05 at 08:32:36

2005-11-06 Ralf Corsepius <ralf.corsepius@…>

  • shared/irq/idt.c: Reflect API changes.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * shared/irq/idt.c: Reflect API changes.
4
52005-11-02      Till Straumann <strauman@slac.stanford.edu>
6
7        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
8        pcibios call which already provides the functionality (PR#832)
9
102005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
13        shared/comm/tty_drv.h: Remove CVS Log.
14
152005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Merge-in shared/Makefile.am.
18        * ChangeLog: Merge-in shared/ChangeLog.
19        * configure.ac: Remove shared/Makefile.am.
20
212005-05-23      Joel Sherrill <joel@OARcorp.com>
22
23        * shared/comm/i386-stub.c: Make get_char() static since it is such a
24        common name and conflicts with names in the standard Ada run-time.
25
262005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * shared/pci/pcibios.c: Eliminate unsigned8.
29
302005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
31
32        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
33        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
34        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
35        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
36        subdirectory.
37
382005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
39
40        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
41        modifications for a generic PCI interface       Added wrapper
42        routines for pci read/write configuration data
43
442005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
45
46        * shared/comm/tty_drv.c: Modified to support addition of parameter
47        to ISRs.
48
492005-04-26      Joel Sherrill <joel@OARcorp.com>
50
51        * shared/pci/pcibios.c: Reformatted.
52
532005-04-18      Eric Valette <eric.valette@free.fr>
54
55        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
56        shared/irq/irq_init.c: Added parameter to irq handler
57
582005-03-14      Joel Sherrill <joel@OARcorp.com>
59
60        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
61        unification. All use pci_find_device().
62
632005-03-04      Joel Sherrill <joel@OARcorp.com>
64
65        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
66        function part of the unified PCI API as pci_initialize().
67
682005-01-19      Joel Sherrill <joel@OARcorp.com>
69
70        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
71        shared/comm/uart.c: Fix errors caught by gcc 4.x.
72
732005-01-04      Joel Sherrill <joel@OARcorp.com>
74
75        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
76
772004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
78
79        PR 608/bsps
80        * shared/pci/pcibios.c: BusCountPCI().
81
822004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Require automake > 1.9.
85
862004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
89
902004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
93
942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
97        * acinclude.m4: Regenerate.
98
992004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
102
1032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * shared/Makefile.am: Add PREINSTALL_DIRS.
106
1072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
110        PRE/TMPINSTALL_FILES to CLEANFILES.
111
1122004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
115        $(RTEMS_BSP_FAMILY).
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * shared/Makefile.am: Use mkdir_p. Remove dirs from
120        PRE/TMPINSTALL_FILES.
121        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
122
1232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * shared/Makefile.am: Merge-in Makefile.ams above. Add
126        preinstallation dirstamp support.
127        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
128        shared/pci/Makefile, shared/irq/Makefile.
129        * shared/io/.cvsignore, shared/pci/Makefile.am,
130        shared/irq/Makefile.am, shared/io/Makefile.am,
131        shared/comm/Makefile.am: Remove.
132
1332003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * acinclude.m4: Reflect changes to bootstrap.
136        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
137
1382003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * shared/comm/uart.h: Add extern "C" guards.
141        * shared/pci/pcibios.h: Ditto.
142
1432003-09-04      Joel Sherrill <joel@OARcorp.com>
144
145        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
146        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
147        shared/irq/irq_init.c: URL for license changed.
148
1492003-08-21      Till Strauman <strauman@slac.stanford.edu>
150
151        PR 456/bsps
152        * shared/irq/irq.c: Fix race condition when installing an ISR.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
161        shared/io/Makefile.am, shared/irq/Makefile.am,
162        shared/pci/Makefile.am: Reflect having moved automake/.
163
1642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use rtems-bugs@rtems.com as bug report email
167        address.
168
1692003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
170
171        PR 428/bsps
172        PR 432/bsps
173        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
174        BSP_pci_Find_Device() which is copied from motorola_shared.
175
1762003-03-18      Joel Sherrill <joel@OARcorp.com>
177
178        * shared/comm/GDB.HOWTO: Updated.
179
1802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove AC_CONFIG_AUX_DIR.
183
1842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
187        * configure.ac: AC_PREREQ(2.57).
188
1892002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
192
1932002-10-31      Joel Sherrill <joel@OARcorp.com>
194
195        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
196        called with enough arguments.
197        * shared/comm/i386-stub.c: Removed warnings.
198
1992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
202
2032002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * shared/pci/pcibios.c: #include <string.h>.
206
2072002-08-05      Eric Norum <eric.norum@usask.ca>
208
209        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
210         devices that are not present will work.  This lets you have
211        multiple PCI Ethernet drivers in an application and dynamically use
212        the one for the card othat is present.
213
2142002-07-16      Eric Norum <eric.norum@usask.ca>
215
216        * shared/comm/uart.c: I am using a PC-104 card with no video output.
217         I found that things would lock up if a printk was followed closely
218        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
219        BSP_UART_COM1.  With this change in place, printf/printk calls can
220        be intermingled with no apparent problems.
221
2222002-05-01      Eric Norum <eric.norum@usask.ca>
223
224        * shared/console/console.c, shared/fatal/bspfatal.c,
225        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
226        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
227
2282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
231        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
232        Remove AUTOMAKE_OPTIONS.
233        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
234        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
235
2362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
239
2402001-10-12      Joel Sherrill <joel@OARcorp.com>
241
242        * shared/startup/linkcmds: Fixed typo.
243
2442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
247        * configure.ac: New file, generated from configure.in by autoupdate.
248        * configure.in: Remove.
249
2502001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * acinclude.m4: New file.
253        * configure.in: Use RTEMS_BSP_SUBDIR.
254
2552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * shared/irq/Makefile.am, shared/comm/Makefile.am,
258        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
259
2602001-08-16      Mike Siers <mikes@poliac.com>
261
262        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
263        and paste bugs.
264
2652001-07-03      Mike Seirs <mike@poliac.com>
266
267        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
268        Adds the capability to use task driven serial I/O to ti386 BSPs.
269        This patch leaves thex default I/O mode to be IRQ.  If you want to
270        use task I/O mode, then the tty_drv.c file needs to be modified.
271        Basically, all you need to change is the data values of the termios
272        callbacks structure.  This callback structure is used in the
273        tty1_open and tty2_open functions.  The values you need to set are
274        commented out in the source code.
275
2762001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
279        * shared/io/Makefile.am, shared/irq/Makefile.am,
280        shared/pci/Makefile.am: Ditto.
281
2822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
285
2862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
289        $(RTEMS_TOPdir)/aclocal.
290
2912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
294        GNU canonicalization.
295
2962000-10-19      Joel Sherrill <joel@OARcorp.com>
297
298        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
299
3002000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
301
302        * shared/comm/uart.c (BSP_uart_init): Save more line state
303        parameters.
304
3052000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
306
307        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
308        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
309        parity, number of data bits and number of stop bits to the existing
310        i386 serial drivers.
311
3122000-10-17      Joel Sherrill <joel@OARcorp.com>
313
314        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
315        libcpu/i386 so  i386 RTEMS can be multilib'ed.
316
3172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * shared/io/Makefile.am: Formatting.
320
3212000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
322
323        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
324        the i386 BSPs.
325        * shared/shared/comm/uart.c: Adds support for sending characters to
326        another "line discipline."
327        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
328        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
329        file.
330        * shared/shared/comm/Makefile.am: Account for new files.
331
3322000-08-10      Joel Sherrill <joel@OARcorp.com>
333
334        * ChangeLog, shared/ChangeLog: New file.
335
Note: See TracBrowser for help on using the repository browser.