source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 7d169ecd

4.104.114.84.95
Last change on this file since 7d169ecd was 7d169ecd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/07 at 09:44:48

2007-03-30 Ralf Corsépius <ralf.corsepius@…>

  • shared/pci/pcibios.c, shared/pci/pcibios.h: Reflect changes to rtems/pci.h. Convert to using stdint fixed-size types.
  • Property mode set to 100644
File size: 11.1 KB
Line 
12007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/pci/pcibios.c, shared/pci/pcibios.h:
4        Reflect changes to rtems/pci.h. Convert to using
5        stdint fixed-size types.
6
72006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * shared/irq/idt.c: unsigned limits to match with
10          i386_get_info_from_IDTR.
11
122006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: New BUG-REPORT address.
15
162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Require autoconf-2.60. Require automake-1.10.
19
202006-07-12      Till Straumann <strauman@slac.stanford.edu>
21
22        * shared/pci/pcibios.c: let pci_find_device() return
23        -1 on failure, not just non-zero status. I found that
24        some driver(s) [e.g. dec21140] explicitely check for -1.
25
262005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * shared/irq/idt.c: Reflect API changes.
29
302005-11-02      Till Straumann <strauman@slac.stanford.edu>
31
32        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
33        pcibios call which already provides the functionality (PR#832)
34
352005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
38        shared/comm/tty_drv.h: Remove CVS Log.
39
402005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Merge-in shared/Makefile.am.
43        * ChangeLog: Merge-in shared/ChangeLog.
44        * configure.ac: Remove shared/Makefile.am.
45
462005-05-23      Joel Sherrill <joel@OARcorp.com>
47
48        * shared/comm/i386-stub.c: Make get_char() static since it is such a
49        common name and conflicts with names in the standard Ada run-time.
50
512005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * shared/pci/pcibios.c: Eliminate unsigned8.
54
552005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
58        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
59        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
60        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
61        subdirectory.
62
632005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
64
65        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
66        modifications for a generic PCI interface       Added wrapper
67        routines for pci read/write configuration data
68
692005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
70
71        * shared/comm/tty_drv.c: Modified to support addition of parameter
72        to ISRs.
73
742005-04-26      Joel Sherrill <joel@OARcorp.com>
75
76        * shared/pci/pcibios.c: Reformatted.
77
782005-04-18      Eric Valette <eric.valette@free.fr>
79
80        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
81        shared/irq/irq_init.c: Added parameter to irq handler
82
832005-03-14      Joel Sherrill <joel@OARcorp.com>
84
85        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
86        unification. All use pci_find_device().
87
882005-03-04      Joel Sherrill <joel@OARcorp.com>
89
90        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
91        function part of the unified PCI API as pci_initialize().
92
932005-01-19      Joel Sherrill <joel@OARcorp.com>
94
95        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
96        shared/comm/uart.c: Fix errors caught by gcc 4.x.
97
982005-01-04      Joel Sherrill <joel@OARcorp.com>
99
100        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
101
1022004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
103
104        PR 608/bsps
105        * shared/pci/pcibios.c: BusCountPCI().
106
1072004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * configure.ac: Require automake > 1.9.
110
1112004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
114
1152004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
118
1192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
122        * acinclude.m4: Regenerate.
123
1242004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
127
1282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * shared/Makefile.am: Add PREINSTALL_DIRS.
131
1322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
135        PRE/TMPINSTALL_FILES to CLEANFILES.
136
1372004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
140        $(RTEMS_BSP_FAMILY).
141
1422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * shared/Makefile.am: Use mkdir_p. Remove dirs from
145        PRE/TMPINSTALL_FILES.
146        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
147
1482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * shared/Makefile.am: Merge-in Makefile.ams above. Add
151        preinstallation dirstamp support.
152        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
153        shared/pci/Makefile, shared/irq/Makefile.
154        * shared/io/.cvsignore, shared/pci/Makefile.am,
155        shared/irq/Makefile.am, shared/io/Makefile.am,
156        shared/comm/Makefile.am: Remove.
157
1582003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * acinclude.m4: Reflect changes to bootstrap.
161        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
162
1632003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * shared/comm/uart.h: Add extern "C" guards.
166        * shared/pci/pcibios.h: Ditto.
167
1682003-09-04      Joel Sherrill <joel@OARcorp.com>
169
170        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
171        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
172        shared/irq/irq_init.c: URL for license changed.
173
1742003-08-21      Till Strauman <strauman@slac.stanford.edu>
175
176        PR 456/bsps
177        * shared/irq/irq.c: Fix race condition when installing an ISR.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved aclocal/.
182
1832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
186        shared/io/Makefile.am, shared/irq/Makefile.am,
187        shared/pci/Makefile.am: Reflect having moved automake/.
188
1892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Use rtems-bugs@rtems.com as bug report email
192        address.
193
1942003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
195
196        PR 428/bsps
197        PR 432/bsps
198        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
199        BSP_pci_Find_Device() which is copied from motorola_shared.
200
2012003-03-18      Joel Sherrill <joel@OARcorp.com>
202
203        * shared/comm/GDB.HOWTO: Updated.
204
2052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove AC_CONFIG_AUX_DIR.
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
212        * configure.ac: AC_PREREQ(2.57).
213
2142002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
217
2182002-10-31      Joel Sherrill <joel@OARcorp.com>
219
220        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
221        called with enough arguments.
222        * shared/comm/i386-stub.c: Removed warnings.
223
2242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
227
2282002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * shared/pci/pcibios.c: #include <string.h>.
231
2322002-08-05      Eric Norum <eric.norum@usask.ca>
233
234        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
235         devices that are not present will work.  This lets you have
236        multiple PCI Ethernet drivers in an application and dynamically use
237        the one for the card othat is present.
238
2392002-07-16      Eric Norum <eric.norum@usask.ca>
240
241        * shared/comm/uart.c: I am using a PC-104 card with no video output.
242         I found that things would lock up if a printk was followed closely
243        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
244        BSP_UART_COM1.  With this change in place, printf/printk calls can
245        be intermingled with no apparent problems.
246
2472002-05-01      Eric Norum <eric.norum@usask.ca>
248
249        * shared/console/console.c, shared/fatal/bspfatal.c,
250        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
251        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
252
2532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
256        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
257        Remove AUTOMAKE_OPTIONS.
258        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
259        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
260
2612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
264
2652001-10-12      Joel Sherrill <joel@OARcorp.com>
266
267        * shared/startup/linkcmds: Fixed typo.
268
2692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
272        * configure.ac: New file, generated from configure.in by autoupdate.
273        * configure.in: Remove.
274
2752001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * acinclude.m4: New file.
278        * configure.in: Use RTEMS_BSP_SUBDIR.
279
2802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * shared/irq/Makefile.am, shared/comm/Makefile.am,
283        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
284
2852001-08-16      Mike Siers <mikes@poliac.com>
286
287        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
288        and paste bugs.
289
2902001-07-03      Mike Seirs <mike@poliac.com>
291
292        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
293        Adds the capability to use task driven serial I/O to ti386 BSPs.
294        This patch leaves thex default I/O mode to be IRQ.  If you want to
295        use task I/O mode, then the tty_drv.c file needs to be modified.
296        Basically, all you need to change is the data values of the termios
297        callbacks structure.  This callback structure is used in the
298        tty1_open and tty2_open functions.  The values you need to set are
299        commented out in the source code.
300
3012001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
304        * shared/io/Makefile.am, shared/irq/Makefile.am,
305        shared/pci/Makefile.am: Ditto.
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
314        $(RTEMS_TOPdir)/aclocal.
315
3162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
319        GNU canonicalization.
320
3212000-10-19      Joel Sherrill <joel@OARcorp.com>
322
323        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
324
3252000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
326
327        * shared/comm/uart.c (BSP_uart_init): Save more line state
328        parameters.
329
3302000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
331
332        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
333        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
334        parity, number of data bits and number of stop bits to the existing
335        i386 serial drivers.
336
3372000-10-17      Joel Sherrill <joel@OARcorp.com>
338
339        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
340        libcpu/i386 so  i386 RTEMS can be multilib'ed.
341
3422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * shared/io/Makefile.am: Formatting.
345
3462000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
347
348        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
349        the i386 BSPs.
350        * shared/shared/comm/uart.c: Adds support for sending characters to
351        another "line discipline."
352        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
353        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
354        file.
355        * shared/shared/comm/Makefile.am: Account for new files.
356
3572000-08-10      Joel Sherrill <joel@OARcorp.com>
358
359        * ChangeLog, shared/ChangeLog: New file.
360
Note: See TracBrowser for help on using the repository browser.