source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 2490f92

Last change on this file since 2490f92 was b365d4d, checked in by Till Straumann <strauman@…>, on 07/13/06 at 00:41:03
  • shared/pci/pcibios.c: let pci_find_device() return -1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12006-07-12      Till Straumann <strauman@slac.stanford.edu>
2
3        * shared/pci/pcibios.c: let pci_find_device() return
4        -1 on failure, not just non-zero status. I found that
5        some driver(s) [e.g. dec21140] explicitely check for -1.
6
72005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * shared/irq/idt.c: Reflect API changes.
10
112005-11-02      Till Straumann <strauman@slac.stanford.edu>
12
13        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
14        pcibios call which already provides the functionality (PR#832)
15
162005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
19        shared/comm/tty_drv.h: Remove CVS Log.
20
212005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Merge-in shared/Makefile.am.
24        * ChangeLog: Merge-in shared/ChangeLog.
25        * configure.ac: Remove shared/Makefile.am.
26
272005-05-23      Joel Sherrill <joel@OARcorp.com>
28
29        * shared/comm/i386-stub.c: Make get_char() static since it is such a
30        common name and conflicts with names in the standard Ada run-time.
31
322005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * shared/pci/pcibios.c: Eliminate unsigned8.
35
362005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
37
38        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
39        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
40        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
41        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
42        subdirectory.
43
442005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
45
46        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
47        modifications for a generic PCI interface       Added wrapper
48        routines for pci read/write configuration data
49
502005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
51
52        * shared/comm/tty_drv.c: Modified to support addition of parameter
53        to ISRs.
54
552005-04-26      Joel Sherrill <joel@OARcorp.com>
56
57        * shared/pci/pcibios.c: Reformatted.
58
592005-04-18      Eric Valette <eric.valette@free.fr>
60
61        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
62        shared/irq/irq_init.c: Added parameter to irq handler
63
642005-03-14      Joel Sherrill <joel@OARcorp.com>
65
66        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
67        unification. All use pci_find_device().
68
692005-03-04      Joel Sherrill <joel@OARcorp.com>
70
71        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
72        function part of the unified PCI API as pci_initialize().
73
742005-01-19      Joel Sherrill <joel@OARcorp.com>
75
76        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
77        shared/comm/uart.c: Fix errors caught by gcc 4.x.
78
792005-01-04      Joel Sherrill <joel@OARcorp.com>
80
81        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
82
832004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
84
85        PR 608/bsps
86        * shared/pci/pcibios.c: BusCountPCI().
87
882004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Require automake > 1.9.
91
922004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
95
962004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
99
1002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
103        * acinclude.m4: Regenerate.
104
1052004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
108
1092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * shared/Makefile.am: Add PREINSTALL_DIRS.
112
1132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
116        PRE/TMPINSTALL_FILES to CLEANFILES.
117
1182004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
121        $(RTEMS_BSP_FAMILY).
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * shared/Makefile.am: Use mkdir_p. Remove dirs from
126        PRE/TMPINSTALL_FILES.
127        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
128
1292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * shared/Makefile.am: Merge-in Makefile.ams above. Add
132        preinstallation dirstamp support.
133        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
134        shared/pci/Makefile, shared/irq/Makefile.
135        * shared/io/.cvsignore, shared/pci/Makefile.am,
136        shared/irq/Makefile.am, shared/io/Makefile.am,
137        shared/comm/Makefile.am: Remove.
138
1392003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * acinclude.m4: Reflect changes to bootstrap.
142        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
143
1442003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * shared/comm/uart.h: Add extern "C" guards.
147        * shared/pci/pcibios.h: Ditto.
148
1492003-09-04      Joel Sherrill <joel@OARcorp.com>
150
151        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
152        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
153        shared/irq/irq_init.c: URL for license changed.
154
1552003-08-21      Till Strauman <strauman@slac.stanford.edu>
156
157        PR 456/bsps
158        * shared/irq/irq.c: Fix race condition when installing an ISR.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163
1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
167        shared/io/Makefile.am, shared/irq/Makefile.am,
168        shared/pci/Makefile.am: Reflect having moved automake/.
169
1702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Use rtems-bugs@rtems.com as bug report email
173        address.
174
1752003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
176
177        PR 428/bsps
178        PR 432/bsps
179        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
180        BSP_pci_Find_Device() which is copied from motorola_shared.
181
1822003-03-18      Joel Sherrill <joel@OARcorp.com>
183
184        * shared/comm/GDB.HOWTO: Updated.
185
1862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove AC_CONFIG_AUX_DIR.
189
1902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
193        * configure.ac: AC_PREREQ(2.57).
194
1952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
198
1992002-10-31      Joel Sherrill <joel@OARcorp.com>
200
201        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
202        called with enough arguments.
203        * shared/comm/i386-stub.c: Removed warnings.
204
2052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
208
2092002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * shared/pci/pcibios.c: #include <string.h>.
212
2132002-08-05      Eric Norum <eric.norum@usask.ca>
214
215        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
216         devices that are not present will work.  This lets you have
217        multiple PCI Ethernet drivers in an application and dynamically use
218        the one for the card othat is present.
219
2202002-07-16      Eric Norum <eric.norum@usask.ca>
221
222        * shared/comm/uart.c: I am using a PC-104 card with no video output.
223         I found that things would lock up if a printk was followed closely
224        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
225        BSP_UART_COM1.  With this change in place, printf/printk calls can
226        be intermingled with no apparent problems.
227
2282002-05-01      Eric Norum <eric.norum@usask.ca>
229
230        * shared/console/console.c, shared/fatal/bspfatal.c,
231        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
232        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
233
2342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
237        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
238        Remove AUTOMAKE_OPTIONS.
239        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
241
2422002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
245
2462001-10-12      Joel Sherrill <joel@OARcorp.com>
247
248        * shared/startup/linkcmds: Fixed typo.
249
2502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
253        * configure.ac: New file, generated from configure.in by autoupdate.
254        * configure.in: Remove.
255
2562001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * acinclude.m4: New file.
259        * configure.in: Use RTEMS_BSP_SUBDIR.
260
2612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * shared/irq/Makefile.am, shared/comm/Makefile.am,
264        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
265
2662001-08-16      Mike Siers <mikes@poliac.com>
267
268        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
269        and paste bugs.
270
2712001-07-03      Mike Seirs <mike@poliac.com>
272
273        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
274        Adds the capability to use task driven serial I/O to ti386 BSPs.
275        This patch leaves thex default I/O mode to be IRQ.  If you want to
276        use task I/O mode, then the tty_drv.c file needs to be modified.
277        Basically, all you need to change is the data values of the termios
278        callbacks structure.  This callback structure is used in the
279        tty1_open and tty2_open functions.  The values you need to set are
280        commented out in the source code.
281
2822001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * shared/io/Makefile.am, shared/irq/Makefile.am,
286        shared/pci/Makefile.am: Ditto.
287
2882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
291
2922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
295        $(RTEMS_TOPdir)/aclocal.
296
2972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
300        GNU canonicalization.
301
3022000-10-19      Joel Sherrill <joel@OARcorp.com>
303
304        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
305
3062000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
307
308        * shared/comm/uart.c (BSP_uart_init): Save more line state
309        parameters.
310
3112000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
312
313        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
314        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
315        parity, number of data bits and number of stop bits to the existing
316        i386 serial drivers.
317
3182000-10-17      Joel Sherrill <joel@OARcorp.com>
319
320        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
321        libcpu/i386 so  i386 RTEMS can be multilib'ed.
322
3232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * shared/io/Makefile.am: Formatting.
326
3272000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
328
329        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
330        the i386 BSPs.
331        * shared/shared/comm/uart.c: Adds support for sending characters to
332        another "line discipline."
333        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
334        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
335        file.
336        * shared/shared/comm/Makefile.am: Account for new files.
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog, shared/ChangeLog: New file.
341
Note: See TracBrowser for help on using the repository browser.