source: rtems/c/src/lib/libbsp/i386/shared/ChangeLog @ 718c36d

4.104.114.84.95
Last change on this file since 718c36d was 718c36d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/05 at 07:16:15

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

  • pci/pcibios.c: Eliminate unsigned8.
  • Property mode set to 100644
File size: 7.0 KB
Line 
12005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * pci/pcibios.c: Eliminate unsigned8.
4
52005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
6
7        * Makefile.am, comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c,
8        irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Moved
9        irq.h and irq_asm.h to bsp subdirectory.
10
112005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
12
13        * pci/pcibios.c, pci/pcibios.h: Corrected spacing
14        Name modifications for a generic PCI interface     
15        Added wrapper routines for pci read/write configuration data
16
172005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
18
19        * comm/tty_drv.c: Modified to support addition of parameter to ISRs.
20
212005-04-26      Joel Sherrill <joel@OARcorp.com>
22
23        * pci/pcibios.c: Reformatted.
24
252005-04-18      Eric Valette <eric.valette@free.fr>
26
27        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Added parameter
28        to irq handler
29
302005-03-14      Joel Sherrill <joel@OARcorp.com>
31
32        * pci/pcibios.c, pci/pcibios.h: Continue PCI API unification. All use
33        pci_find_device().
34
352005-01-04      Joel Sherrill <joel@OARcorp.com>
36
37        * comm/gdb_glue.c, irq/idt.c: Remove warnings.
38
392004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
40
41        PR 608/bsps
42        * pci/pcibios.c: BusCountPCI().
43
44
452004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
48
492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * pci/pcibios.c: Convert to using c99 fixed size types.
52
532004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60
612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
64        Add PRE/TMPINSTALL_FILES to CLEANFILES.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69
702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * io/.cvsignore: Remove.
73        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
74        comm/Makefile.am: Remove.
75        * Makefile.am: Merge-in Makefile.ams above.
76        Add preinstallation dirstamp support.
77
782003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * comm/uart.h: Add extern "C" guards.
81        * pci/pcibios.h: Ditto.
82
832003-09-04      Joel Sherrill <joel@OARcorp.com>
84
85        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
86        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
87
882003-08-21      Till Strauman <strauman@slac.stanford.edu>
89
90        PR 456/bsps
91        * irq/irq.c: Fix race condition when installing an ISR.
92
932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect having moved automake/.
96        * comm/Makefile.am: Reflect having moved automake/.
97        * io/Makefile.am: Reflect having moved automake/.
98        * irq/Makefile.am: Reflect having moved automake/.
99        * pci/Makefile.am: Reflect having moved automake/.
100
1012003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
102
103        PR 428/bsps
104        PR 432/bsps
105        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
106        is copied from motorola_shared.
107
1082003-03-18      Joel Sherrill <joel@OARcorp.com>
109
110        * comm/GDB.HOWTO: Updated.
111
1122002-10-31      Joel Sherrill <joel@OARcorp.com>
113
114        * comm/i386-stub.c: Fixed places where debug_error() was not called
115        with enough arguments.
116
1172002-10-31      Joel Sherrill <joel@OARcorp.com>
118
119        * comm/i386-stub.c: Removed warnings.
120
1212002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * pci/pcibios.c: #include <string.h>.
124
1252002-08-05      Eric Norum <eric.norum@usask.ca>
126
127        * pci/pcibios.c: Per PR262, removed all asserts so probes for
128        devices that are not present will work.  This lets you have
129        multiple PCI Ethernet drivers in an application and dynamically
130        use the one for the card othat is present.
131
1322002-07-16      Eric Norum <eric.norum@usask.ca>
133
134        * comm/uart.c: I am using a PC-104 card with no video output.  I
135        found that things would lock up if a printk was followed closely by
136        a printf when BSPConsolePort = BSP_UART_COM2 and
137        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
138        printf/printk calls can be intermingled with no apparent problems.
139
1402002-05-01      Eric Norum <eric.norum@usask.ca>
141
142        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
143        startup/page_table.c: Per PR200 fix multi-line inline assembly
144        to satisfy gcc 3.1 and newer.
145
1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
153
1542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
157
1582001-10-12      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds: Fixed typo.
161
1622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
165        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
166        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
167
1682001-08-16      Mike Siers <mikes@poliac.com>
169
170        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
171
1722001-07-03      Mike Seirs <mike@poliac.com>
173
174        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
175        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
176        default I/O mode to be IRQ.  If you want to use task I/O mode,
177        then the tty_drv.c file needs to be modified.  Basically, all
178        you need to change is the data values of the termios callbacks
179        structure.  This callback structure is used in the tty1_open
180        and tty2_open functions.  The values you need to set are commented
181        out in the source code.
182
1832001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
186        * io/Makefile.am: Ditto.
187        * irq/Makefile.am: Ditto.
188        * pci/Makefile.am: Ditto.
189
1902000-10-19      Joel Sherrill <joel@OARcorp.com>
191
192        * common/uart.h: Added prototype for BSP_uart_set_baud().
193
1942000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
195
196        * comm/uart.c (BSP_uart_init): Save more line state parameters.
197
1982000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
199
200        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
201        Add the ability to set parity, number of data bits and
202        number of stop bits to the existing i386 serial drivers.
203
2042000-10-17      Joel Sherrill <joel@OARcorp.com>
205
206        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
207        i386 RTEMS can be multilib'ed.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * io/Makefile.am: Formatting.
212
2132000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
214
215        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
216        the i386 BSPs.
217        * shared/comm/gdb_glue.c: New file.
218        * shared/comm/i386_io.c: New file.
219        * shared/comm/tty_drv.c: New file.
220        * shared/comm/tty_drv.h: New file.
221        * shared/comm/Makefile.am: Account for new files.
222        * shared/comm/uart.c: Adds support for sending characters to
223        another "line discipline."
224
2252000-08-10      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.