source: rtems/c/src/lib/libbsp/i386/ChangeLog @ cba119c9

4.104.114.84.95
Last change on this file since cba119c9 was 2950439, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 10:31:42

2005-10-17 Ralf Corsepius <ralf.corsepius@…>

  • shared/comm/i386_io.h, shared/comm/tty_drv.c, shared/comm/tty_drv.h: Remove CVS Log.
  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[2950439]12005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
4        shared/comm/tty_drv.h: Remove CVS Log.
5
[578209bc]62005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Merge-in shared/Makefile.am.
9        * ChangeLog: Merge-in shared/ChangeLog.
10        * configure.ac: Remove shared/Makefile.am.
11
122005-05-23      Joel Sherrill <joel@OARcorp.com>
13
14        * shared/comm/i386-stub.c: Make get_char() static since it is such a
15        common name and conflicts with names in the standard Ada run-time.
16
172005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * shared/pci/pcibios.c: Eliminate unsigned8.
20
212005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
22
23        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
24        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
25        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
26        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
27        subdirectory.
28
292005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
30
31        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
32        modifications for a generic PCI interface       Added wrapper
33        routines for pci read/write configuration data
34
352005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
36
37        * shared/comm/tty_drv.c: Modified to support addition of parameter
38        to ISRs.
39
402005-04-26      Joel Sherrill <joel@OARcorp.com>
41
42        * shared/pci/pcibios.c: Reformatted.
43
442005-04-18      Eric Valette <eric.valette@free.fr>
45
46        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
47        shared/irq/irq_init.c: Added parameter to irq handler
48
492005-03-14      Joel Sherrill <joel@OARcorp.com>
50
51        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
52        unification. All use pci_find_device().
53
[bdc2572]542005-03-04      Joel Sherrill <joel@OARcorp.com>
55
56        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
57        function part of the unified PCI API as pci_initialize().
58
[16cc328]592005-01-19      Joel Sherrill <joel@OARcorp.com>
60
[578209bc]61        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
62        shared/comm/uart.c: Fix errors caught by gcc 4.x.
63
642005-01-04      Joel Sherrill <joel@OARcorp.com>
65
66        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
67
682004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
[16cc328]69
[578209bc]70        PR 608/bsps
71        * shared/pci/pcibios.c: BusCountPCI().
72
732004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]74
75        * configure.ac: Require automake > 1.9.
76
[578209bc]772004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
[717a34e9]78
[578209bc]79        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
80
812004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
[717a34e9]84
[34354c6]852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
[578209bc]88        * acinclude.m4: Regenerate.
89
902004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
93
942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * shared/Makefile.am: Add PREINSTALL_DIRS.
97
982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
101        PRE/TMPINSTALL_FILES to CLEANFILES.
[34354c6]102
[194d1282]1032004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
106        $(RTEMS_BSP_FAMILY).
107
[810720b6]1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
[578209bc]110        * shared/Makefile.am: Use mkdir_p. Remove dirs from
111        PRE/TMPINSTALL_FILES.
[810720b6]112        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
113
[e1de4f9]1142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
[578209bc]116        * shared/Makefile.am: Merge-in Makefile.ams above. Add
117        preinstallation dirstamp support.
[e1de4f9]118        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
119        shared/pci/Makefile, shared/irq/Makefile.
[578209bc]120        * shared/io/.cvsignore, shared/pci/Makefile.am,
121        shared/irq/Makefile.am, shared/io/Makefile.am,
122        shared/comm/Makefile.am: Remove.
[e1de4f9]123
[43e60f8]1242003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * acinclude.m4: Reflect changes to bootstrap.
127        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
128
[578209bc]1292003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * shared/comm/uart.h: Add extern "C" guards.
132        * shared/pci/pcibios.h: Ditto.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
137        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
138        shared/irq/irq_init.c: URL for license changed.
139
1402003-08-21      Till Strauman <strauman@slac.stanford.edu>
141
142        PR 456/bsps
143        * shared/irq/irq.c: Fix race condition when installing an ISR.
144
[fe8bc62f]1452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved aclocal/.
148
[c53e9e2f]1492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
[578209bc]151        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
152        shared/io/Makefile.am, shared/irq/Makefile.am,
153        shared/pci/Makefile.am: Reflect having moved automake/.
[c53e9e2f]154
[7dcc3fe]1552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
[578209bc]157        * configure.ac: Use rtems-bugs@rtems.com as bug report email
158        address.
159
1602003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
161
162        PR 428/bsps
163        PR 432/bsps
164        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
165        BSP_pci_Find_Device() which is copied from motorola_shared.
166
1672003-03-18      Joel Sherrill <joel@OARcorp.com>
168
169        * shared/comm/GDB.HOWTO: Updated.
[7dcc3fe]170
[afaa498d]1712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_CONFIG_AUX_DIR.
174
[ccd81b60]1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[6ca07328]178        * configure.ac: AC_PREREQ(2.57).
179
[dfa8fe34]1802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
183
[578209bc]1842002-10-31      Joel Sherrill <joel@OARcorp.com>
185
186        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
187        called with enough arguments.
188        * shared/comm/i386-stub.c: Removed warnings.
189
[8730f45]1902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
[578209bc]192        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
193
1942002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * shared/pci/pcibios.c: #include <string.h>.
197
1982002-08-05      Eric Norum <eric.norum@usask.ca>
199
200        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
201         devices that are not present will work.  This lets you have
202        multiple PCI Ethernet drivers in an application and dynamically use
203        the one for the card othat is present.
204
2052002-07-16      Eric Norum <eric.norum@usask.ca>
206
207        * shared/comm/uart.c: I am using a PC-104 card with no video output.
208         I found that things would lock up if a printk was followed closely
209        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
210        BSP_UART_COM1.  With this change in place, printf/printk calls can
211        be intermingled with no apparent problems.
212
2132002-05-01      Eric Norum <eric.norum@usask.ca>
214
215        * shared/console/console.c, shared/fatal/bspfatal.c,
216        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
217        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
[8730f45]218
[7273b6e]2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
[578209bc]221        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
222        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
223        Remove AUTOMAKE_OPTIONS.
224        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]225        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[578209bc]226
2272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
230
2312001-10-12      Joel Sherrill <joel@OARcorp.com>
232
233        * shared/startup/linkcmds: Fixed typo.
[7273b6e]234
[df25c998]2352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
238        * configure.ac: New file, generated from configure.in by autoupdate.
[578209bc]239        * configure.in: Remove.
[df25c998]240
[1e93954]2412001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * acinclude.m4: New file.
244        * configure.in: Use RTEMS_BSP_SUBDIR.
245
[578209bc]2462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * shared/irq/Makefile.am, shared/comm/Makefile.am,
249        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
250
2512001-08-16      Mike Siers <mikes@poliac.com>
252
253        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
254        and paste bugs.
255
2562001-07-03      Mike Seirs <mike@poliac.com>
257
258        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
259        Adds the capability to use task driven serial I/O to ti386 BSPs.
260        This patch leaves thex default I/O mode to be IRQ.  If you want to
261        use task I/O mode, then the tty_drv.c file needs to be modified.
262        Basically, all you need to change is the data values of the termios
263        callbacks structure.  This callback structure is used in the
264        tty1_open and tty2_open functions.  The values you need to set are
265        commented out in the source code.
266
2672001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
270        * shared/io/Makefile.am, shared/irq/Makefile.am,
271        shared/pci/Makefile.am: Ditto.
272
[feead226]2732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
276
[a314d3b4]2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
[578209bc]279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
280        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]281
[e83378d]2822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
[578209bc]284        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
285        GNU canonicalization.
286
2872000-10-19      Joel Sherrill <joel@OARcorp.com>
288
289        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
290
2912000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
292
293        * shared/comm/uart.c (BSP_uart_init): Save more line state
294        parameters.
295
2962000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
297
298        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
299        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
300        parity, number of data bits and number of stop bits to the existing
301        i386 serial drivers.
302
3032000-10-17      Joel Sherrill <joel@OARcorp.com>
304
305        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
306        libcpu/i386 so  i386 RTEMS can be multilib'ed.
307
3082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * shared/io/Makefile.am: Formatting.
311
3122000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
313
314        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
315        the i386 BSPs.
316        * shared/shared/comm/uart.c: Adds support for sending characters to
317        another "line discipline."
318        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
319        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
320        file.
321        * shared/shared/comm/Makefile.am: Account for new files.
[e83378d]322
[e94ad1fe]3232000-08-10      Joel Sherrill <joel@OARcorp.com>
324
[578209bc]325        * ChangeLog, shared/ChangeLog: New file.
326
Note: See TracBrowser for help on using the repository browser.