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

4.104.114.84.95
Last change on this file since a4666cd5 was a4666cd5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:47:20

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
52003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * io/.cvsignore: Remove.
8        * pci/Makefile.am, irq/Makefile.am, io/Makefile.am,
9        comm/Makefile.am: Remove.
10        * Makefile.am: Merge-in Makefile.ams above.
11        Add preinstallation dirstamp support.
12
132003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * comm/uart.h: Add extern "C" guards.
16        * pci/pcibios.h: Ditto.
17
182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
21        irq/irq_asm.h, irq/irq_init.c: URL for license changed.
22
232003-08-21      Till Strauman <strauman@slac.stanford.edu>
24
25        PR 456/bsps
26        * irq/irq.c: Fix race condition when installing an ISR.
27
282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved automake/.
31        * comm/Makefile.am: Reflect having moved automake/.
32        * io/Makefile.am: Reflect having moved automake/.
33        * irq/Makefile.am: Reflect having moved automake/.
34        * pci/Makefile.am: Reflect having moved automake/.
35
362003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
37
38        PR 428/bsps
39        PR 432/bsps
40        * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which
41        is copied from motorola_shared.
42
432003-03-18      Joel Sherrill <joel@OARcorp.com>
44
45        * comm/GDB.HOWTO: Updated.
46
472002-10-31      Joel Sherrill <joel@OARcorp.com>
48
49        * comm/i386-stub.c: Fixed places where debug_error() was not called
50        with enough arguments.
51
522002-10-31      Joel Sherrill <joel@OARcorp.com>
53
54        * comm/i386-stub.c: Removed warnings.
55
562002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * pci/pcibios.c: #include <string.h>.
59
602002-08-05      Eric Norum <eric.norum@usask.ca>
61
62        * pci/pcibios.c: Per PR262, removed all asserts so probes for
63        devices that are not present will work.  This lets you have
64        multiple PCI Ethernet drivers in an application and dynamically
65        use the one for the card othat is present.
66
672002-07-16      Eric Norum <eric.norum@usask.ca>
68
69        * comm/uart.c: I am using a PC-104 card with no video output.  I
70        found that things would lock up if a printk was followed closely by
71        a printf when BSPConsolePort = BSP_UART_COM2 and
72        BSPPrintkPort = BSP_UART_COM1.  With this change in place,
73        printf/printk calls can be intermingled with no apparent problems.
74
752002-05-01      Eric Norum <eric.norum@usask.ca>
76
77        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
78        startup/page_table.c: Per PR200 fix multi-line inline assembly
79        to satisfy gcc 3.1 and newer.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * comm/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * io/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
92
932001-10-12      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Fixed typo.
96
972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * comm/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-08-16      Mike Siers <mikes@poliac.com>
104
105        * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
106
1072001-07-03      Mike Seirs <mike@poliac.com>
108
109        * comm/tty_drv.c, comm/uart.c, comm/uart.h:  Adds the capability
110        to use task driven serial I/O to ti386 BSPs. This patch leaves thex
111        default I/O mode to be IRQ.  If you want to use task I/O mode,
112        then the tty_drv.c file needs to be modified.  Basically, all
113        you need to change is the data values of the termios callbacks
114        structure.  This callback structure is used in the tty1_open
115        and tty2_open functions.  The values you need to set are commented
116        out in the source code.
117
1182001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * io/Makefile.am: Ditto.
122        * irq/Makefile.am: Ditto.
123        * pci/Makefile.am: Ditto.
124
1252000-10-19      Joel Sherrill <joel@OARcorp.com>
126
127        * common/uart.h: Added prototype for BSP_uart_set_baud().
128
1292000-10-19         Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
130
131        * comm/uart.c (BSP_uart_init): Save more line state parameters.
132
1332000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
134
135        * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h:
136        Add the ability to set parity, number of data bits and
137        number of stop bits to the existing i386 serial drivers.
138
1392000-10-17      Joel Sherrill <joel@OARcorp.com>
140
141        * irq/idt.c, irq/Makefile.am: Moved idt.c to from libcpu/i386 so
142        i386 RTEMS can be multilib'ed.
143
1442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * io/Makefile.am: Formatting.
147
1482000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
149
150        * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
151        the i386 BSPs.
152        * shared/comm/gdb_glue.c: New file.
153        * shared/comm/i386_io.c: New file.
154        * shared/comm/tty_drv.c: New file.
155        * shared/comm/tty_drv.h: New file.
156        * shared/comm/Makefile.am: Account for new files.
157        * shared/comm/uart.c: Adds support for sending characters to
158        another "line discipline."
159
1602000-08-10      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.