source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 47bae47

4.115
Last change on this file since 47bae47 was 47bae47, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/11 at 19:04:38

2011-07-15 Joel Sherrill <joel.sherrill@…>

  • shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per email with Erich Boleyn, change license to BSD style.
  • Property mode set to 100644
File size: 19.5 KB
Line 
12011-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
4        email with Erich Boleyn, change license to BSD style.
5
62011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
7
8        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
9        initial support for APIC.
10
112011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
12
13        * shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c,
14        shared/smp/smp-imps.h: New files.
15
162011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
19        Remove CVS-Headers. Add CVS-Ids.
20
212011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
24        rtems_configuration_smp_maximum_processors since it is defined in
25        confdefs.h.
26
272011-04-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
28
29        PR 1768/bsps
30        * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
31        we do not perform a cld before calling C code in the ISR. This was
32        historically not a problem but gcc 4.3 changed the behavior. From
33        http://gcc.gnu.org/gcc-4.3/changes.html
34
352011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
36
37        PR 1729/cpukit
38        * shared/irq/irq_asm.S: Add next step in SMP support. This adds an
39        allocated array of the Per_CPU structures to support multiple cpus vs
40        a single instance of the structure which is still used if SMP support
41        is disabled. Configuration support is also added to explicitly enable
42        or disable SMP. But SMP can only be enabled for the CPUs which will
43        support it initially -- SPARC and i386. With the stub BSP support, a
44        BSP can be run as a single core SMP system from an RTEMS data
45        structure standpoint.
46
472011-03-01      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
50        been removed.).
51
522011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
53
54        * shared/irq/irq_asm.S: Fix typo.
55
562011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
59        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
60        shared/pci/pcibios.c:
61        Use "__asm__" instead of "asm" for improved c99-compliance.
62
632011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Require autoconf-2.68, automake-1.11.1.
66
672011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
68
69        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
70        shared/irq/irq_asm.h: Fix typo where license said found in found in.
71
722011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
73
74        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
75
762011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
79        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
80        Remove CVS Headers.
81
822011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
83
84        * shared/irq/irq_asm.S: Fix spelling.
85
862010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
89
902010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        PR 1573/cpukit
93        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
94        which contains the information required by RTEMS for each CPU core.
95        This encapsulates information such as thread executing, heir, idle
96        and dispatch needed.
97
982010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * shared/comm/GDB.HOWTO: Remove more ITRON references.
101
1022010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * shared/irq/irq_asm.S: Fix capitalization.
105
1062010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
107
108        * shared/irq/irq-config.h: Removed file.
109        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
110
1112010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
114        changes.
115
1162009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        PR 1483/cpukit
119        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
120
1212009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
124
1252009-11-10      Till Straumann <strauman@slac.stanford.edu>
126
127        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
128        shared/irq/irq_asm.S: Added experimental SSE support.
129
1302009-10-29      Till Straumann <strauman@slac.stanford.edu>
131
132        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
133        for *all* C-routines (including _Thread_Dispatch() and
134        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
135
136        * shared/irq/irq.c: Added IRQ statistics counters.
137
1382009-10-29      Till Straumann <strauman@slac.stanford.edu>
139
140        * shared/irq/irq_asm.S: Beautification; ajusted margins and
141        spaces to make the whole thing more readable.
142
1432009-10-29      Till Straumann <strauman@slac.stanford.edu>
144
145        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
146        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
147        This has never been used and removing it simplifies the assembly
148        code.
149
1502009-10-28      Till Straumann <strauman@slac.stanford.edu>
151
152        * shared/irq/irq_asm.S: Make sure stack is aligned to
153        CPU_STACK_ALIGNMENT before invoking C-code.
154
1552009-10-17      Chris Johns <chrisj@rtems.org>
156
157        * shared/irq/idt.c: Check is the irq handlers are present before
158        calling.
159        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
160        the handlers need to be present. Fixed the warnings.
161
1622009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        PR 1445/BSPs
165        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
166
1672009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
170        renamed to rtems_termios_baud_to_number.
171
1722009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
173
174        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
175        to use generic interrupt support.
176        * shared/irq/irq-config.h: New file.
177
1782009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
181        shared/pci/pcibios.c: Fixed warnings.
182
1832009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        PR 1385/cpukit
186        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
187        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
188        dispatching code accesses two boolean variables for scheduling
189        purposes and the assembly implementations of this code did not get
190        updated.
191
1922009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
195        interrupt support to i386.
196
1972009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * shared/irq/irq.h: Fix spelling error.
200
2012008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * shared/comm/i386-stub.c: Include stdbool.h.
204
2052008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
208
2092008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
212        warnings and ensure BSP still works.
213
2142008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
217        prototypes, types, etc.
218
2192008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
222        Add missing prototypes.
223        * shared/irq/irq_init.c: Add missing prototypes.
224
2252008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
228        termios Bxxx constants to xxx as an integer. Use the shared
229        termios_baud_to_number() routine to do the same conversion.
230
2312008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * shared/comm/tty_drv.c: Remove all references to
234        console_reserve_resources and termios_reserve_resources.
235
2362007-11-06      Till Straumann <strauman@slac.stanford.edu>
237
238        * shared/irq/irq.c: test for non-NULL-ness before calling
239        'on'/'off' methods so that users don't have to provide
240        no-ops if they don't want this feature.
241
2422007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        PR 1257/bsps
245        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
246        outside of cpukit should use the public API for
247        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
248        public API and directly accessing _CPU_ISR_Disable and
249        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
250        directive which could lead to problems. This patch also changes the
251        type of the variable passed into these routines and addresses minor
252        style issues.
253
2542007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * shared/pci/pcibios.c, shared/pci/pcibios.h:
257        Reflect changes to rtems/pci.h. Convert to using
258        stdint fixed-size types.
259
2602006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * shared/irq/idt.c: unsigned limits to match with
263          i386_get_info_from_IDTR.
264
2652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * configure.ac: New BUG-REPORT address.
268
2692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * configure.ac: Require autoconf-2.60. Require automake-1.10.
272
2732006-07-12      Till Straumann <strauman@slac.stanford.edu>
274
275        * shared/pci/pcibios.c: let pci_find_device() return
276        -1 on failure, not just non-zero status. I found that
277        some driver(s) [e.g. dec21140] explicitely check for -1.
278
2792005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * shared/irq/idt.c: Reflect API changes.
282
2832005-11-02      Till Straumann <strauman@slac.stanford.edu>
284
285        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
286        pcibios call which already provides the functionality (PR#832)
287
2882005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
291        shared/comm/tty_drv.h: Remove CVS Log.
292
2932005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * Makefile.am: Merge-in shared/Makefile.am.
296        * ChangeLog: Merge-in shared/ChangeLog.
297        * configure.ac: Remove shared/Makefile.am.
298
2992005-05-23      Joel Sherrill <joel@OARcorp.com>
300
301        * shared/comm/i386-stub.c: Make get_char() static since it is such a
302        common name and conflicts with names in the standard Ada run-time.
303
3042005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * shared/pci/pcibios.c: Eliminate unsigned8.
307
3082005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
309
310        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
311        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
312        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
313        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
314        subdirectory.
315
3162005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
317
318        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
319        modifications for a generic PCI interface       Added wrapper
320        routines for pci read/write configuration data
321
3222005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
323
324        * shared/comm/tty_drv.c: Modified to support addition of parameter
325        to ISRs.
326
3272005-04-26      Joel Sherrill <joel@OARcorp.com>
328
329        * shared/pci/pcibios.c: Reformatted.
330
3312005-04-18      Eric Valette <eric.valette@free.fr>
332
333        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
334        shared/irq/irq_init.c: Added parameter to irq handler
335
3362005-03-14      Joel Sherrill <joel@OARcorp.com>
337
338        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
339        unification. All use pci_find_device().
340
3412005-03-04      Joel Sherrill <joel@OARcorp.com>
342
343        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
344        function part of the unified PCI API as pci_initialize().
345
3462005-01-19      Joel Sherrill <joel@OARcorp.com>
347
348        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
349        shared/comm/uart.c: Fix errors caught by gcc 4.x.
350
3512005-01-04      Joel Sherrill <joel@OARcorp.com>
352
353        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
354
3552004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
356
357        PR 608/bsps
358        * shared/pci/pcibios.c: BusCountPCI().
359
3602004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * configure.ac: Require automake > 1.9.
363
3642004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
365
366        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
367
3682004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
371
3722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
375        * acinclude.m4: Regenerate.
376
3772004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
380
3812004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * shared/Makefile.am: Add PREINSTALL_DIRS.
384
3852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
388        PRE/TMPINSTALL_FILES to CLEANFILES.
389
3902004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
393        $(RTEMS_BSP_FAMILY).
394
3952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * shared/Makefile.am: Use mkdir_p. Remove dirs from
398        PRE/TMPINSTALL_FILES.
399        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
400
4012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * shared/Makefile.am: Merge-in Makefile.ams above. Add
404        preinstallation dirstamp support.
405        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
406        shared/pci/Makefile, shared/irq/Makefile.
407        * shared/io/.cvsignore, shared/pci/Makefile.am,
408        shared/irq/Makefile.am, shared/io/Makefile.am,
409        shared/comm/Makefile.am: Remove.
410
4112003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * acinclude.m4: Reflect changes to bootstrap.
414        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
415
4162003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * shared/comm/uart.h: Add extern "C" guards.
419        * shared/pci/pcibios.h: Ditto.
420
4212003-09-04      Joel Sherrill <joel@OARcorp.com>
422
423        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
424        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
425        shared/irq/irq_init.c: URL for license changed.
426
4272003-08-21      Till Strauman <strauman@slac.stanford.edu>
428
429        PR 456/bsps
430        * shared/irq/irq.c: Fix race condition when installing an ISR.
431
4322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Reflect having moved aclocal/.
435
4362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
439        shared/io/Makefile.am, shared/irq/Makefile.am,
440        shared/pci/Makefile.am: Reflect having moved automake/.
441
4422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Use rtems-bugs@rtems.com as bug report email
445        address.
446
4472003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
448
449        PR 428/bsps
450        PR 432/bsps
451        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
452        BSP_pci_Find_Device() which is copied from motorola_shared.
453
4542003-03-18      Joel Sherrill <joel@OARcorp.com>
455
456        * shared/comm/GDB.HOWTO: Updated.
457
4582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Remove AC_CONFIG_AUX_DIR.
461
4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
465        * configure.ac: AC_PREREQ(2.57).
466
4672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
470
4712002-10-31      Joel Sherrill <joel@OARcorp.com>
472
473        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
474        called with enough arguments.
475        * shared/comm/i386-stub.c: Removed warnings.
476
4772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
480
4812002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * shared/pci/pcibios.c: #include <string.h>.
484
4852002-08-05      Eric Norum <eric.norum@usask.ca>
486
487        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
488         devices that are not present will work.  This lets you have
489        multiple PCI Ethernet drivers in an application and dynamically use
490        the one for the card othat is present.
491
4922002-07-16      Eric Norum <eric.norum@usask.ca>
493
494        * shared/comm/uart.c: I am using a PC-104 card with no video output.
495         I found that things would lock up if a printk was followed closely
496        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
497        BSP_UART_COM1.  With this change in place, printf/printk calls can
498        be intermingled with no apparent problems.
499
5002002-05-01      Eric Norum <eric.norum@usask.ca>
501
502        * shared/console/console.c, shared/fatal/bspfatal.c,
503        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
504        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
505
5062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
509        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
510        Remove AUTOMAKE_OPTIONS.
511        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
512        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
513
5142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
517
5182001-10-12      Joel Sherrill <joel@OARcorp.com>
519
520        * shared/startup/linkcmds: Fixed typo.
521
5222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
525        * configure.ac: New file, generated from configure.in by autoupdate.
526        * configure.in: Remove.
527
5282001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * acinclude.m4: New file.
531        * configure.in: Use RTEMS_BSP_SUBDIR.
532
5332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * shared/irq/Makefile.am, shared/comm/Makefile.am,
536        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
537
5382001-08-16      Mike Siers <mikes@poliac.com>
539
540        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
541        and paste bugs.
542
5432001-07-03      Mike Seirs <mike@poliac.com>
544
545        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
546        Adds the capability to use task driven serial I/O to ti386 BSPs.
547        This patch leaves thex default I/O mode to be IRQ.  If you want to
548        use task I/O mode, then the tty_drv.c file needs to be modified.
549        Basically, all you need to change is the data values of the termios
550        callbacks structure.  This callback structure is used in the
551        tty1_open and tty2_open functions.  The values you need to set are
552        commented out in the source code.
553
5542001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
557        * shared/io/Makefile.am, shared/irq/Makefile.am,
558        shared/pci/Makefile.am: Ditto.
559
5602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
563
5642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
567        $(RTEMS_TOPdir)/aclocal.
568
5692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
572        GNU canonicalization.
573
5742000-10-19      Joel Sherrill <joel@OARcorp.com>
575
576        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
577
5782000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
579
580        * shared/comm/uart.c (BSP_uart_init): Save more line state
581        parameters.
582
5832000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
584
585        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
586        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
587        parity, number of data bits and number of stop bits to the existing
588        i386 serial drivers.
589
5902000-10-17      Joel Sherrill <joel@OARcorp.com>
591
592        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
593        libcpu/i386 so  i386 RTEMS can be multilib'ed.
594
5952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * shared/io/Makefile.am: Formatting.
598
5992000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
600
601        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
602        the i386 BSPs.
603        * shared/shared/comm/uart.c: Adds support for sending characters to
604        another "line discipline."
605        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
606        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
607        file.
608        * shared/shared/comm/Makefile.am: Account for new files.
609
6102000-08-10      Joel Sherrill <joel@OARcorp.com>
611
612        * ChangeLog, shared/ChangeLog: New file.
613
Note: See TracBrowser for help on using the repository browser.