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

4.115
Last change on this file since e3b324b was e3b324b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/11 at 04:40:53

2011-10-22 Ralf Corsépius <ralf.corsepius@…>

  • shared/comm/uart.c (uartError): Remove unused var "uartStatus".
  • Property mode set to 100644
File size: 20.5 KB
Line 
12011-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/comm/uart.c (uartError): Remove unused var "uartStatus".
4
52011-10-13      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * shared/comm/uart.c: Remove unused var "tmp".
8
92011-08-04      Till Straumann <strauman@slac.stanford.edu>
10
11        * shared/irq/irq_asm.S: BUGFIX (introduced by SMP changes
12        which moved code around, apparently): *must* store i8259
13        mask to frame *before* switching to IRQ stack. The code
14        retrieves the mask after switching back to original stack.
15        Also, the IRQ stack has no reserved space for the mask;
16        storing it there could overwrite memory!
17
182011-08-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
19
20        PR 1802
21        * shared/irq/irq_asm.S, shared/irq/irq_init.c, shared/smp/smp-imps.c,
22        shared/smp/smp-imps.h: Add SMP support for i386.
23        * shared/smp/getcpuid.c: New file.
24
252011-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h:
28        Reformat to be more compliant with RTEMS style.
29
302011-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
33        email with Erich Boleyn, change license to BSD style.
34
352011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
36
37        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
38        initial support for APIC.
39
402011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
41
42        * shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c,
43        shared/smp/smp-imps.h: New files.
44
452011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
48        Remove CVS-Headers. Add CVS-Ids.
49
502011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
53        rtems_configuration_smp_maximum_processors since it is defined in
54        confdefs.h.
55
562011-04-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
57
58        PR 1768/bsps
59        * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
60        we do not perform a cld before calling C code in the ISR. This was
61        historically not a problem but gcc 4.3 changed the behavior. From
62        http://gcc.gnu.org/gcc-4.3/changes.html
63
642011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
65
66        PR 1729/cpukit
67        * shared/irq/irq_asm.S: Add next step in SMP support. This adds an
68        allocated array of the Per_CPU structures to support multiple cpus vs
69        a single instance of the structure which is still used if SMP support
70        is disabled. Configuration support is also added to explicitly enable
71        or disable SMP. But SMP can only be enabled for the CPUs which will
72        support it initially -- SPARC and i386. With the stub BSP support, a
73        BSP can be run as a single core SMP system from an RTEMS data
74        structure standpoint.
75
762011-03-01      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
79        been removed.).
80
812011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
82
83        * shared/irq/irq_asm.S: Fix typo.
84
852011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
88        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
89        shared/pci/pcibios.c:
90        Use "__asm__" instead of "asm" for improved c99-compliance.
91
922011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: Require autoconf-2.68, automake-1.11.1.
95
962011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
97
98        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
99        shared/irq/irq_asm.h: Fix typo where license said found in found in.
100
1012011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
102
103        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
104
1052011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
108        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
109        Remove CVS Headers.
110
1112011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
112
113        * shared/irq/irq_asm.S: Fix spelling.
114
1152010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
118
1192010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        PR 1573/cpukit
122        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
123        which contains the information required by RTEMS for each CPU core.
124        This encapsulates information such as thread executing, heir, idle
125        and dispatch needed.
126
1272010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * shared/comm/GDB.HOWTO: Remove more ITRON references.
130
1312010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * shared/irq/irq_asm.S: Fix capitalization.
134
1352010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
136
137        * shared/irq/irq-config.h: Removed file.
138        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
139
1402010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
143        changes.
144
1452009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        PR 1483/cpukit
148        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
149
1502009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
153
1542009-11-10      Till Straumann <strauman@slac.stanford.edu>
155
156        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
157        shared/irq/irq_asm.S: Added experimental SSE support.
158
1592009-10-29      Till Straumann <strauman@slac.stanford.edu>
160
161        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
162        for *all* C-routines (including _Thread_Dispatch() and
163        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
164
165        * shared/irq/irq.c: Added IRQ statistics counters.
166
1672009-10-29      Till Straumann <strauman@slac.stanford.edu>
168
169        * shared/irq/irq_asm.S: Beautification; ajusted margins and
170        spaces to make the whole thing more readable.
171
1722009-10-29      Till Straumann <strauman@slac.stanford.edu>
173
174        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
175        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
176        This has never been used and removing it simplifies the assembly
177        code.
178
1792009-10-28      Till Straumann <strauman@slac.stanford.edu>
180
181        * shared/irq/irq_asm.S: Make sure stack is aligned to
182        CPU_STACK_ALIGNMENT before invoking C-code.
183
1842009-10-17      Chris Johns <chrisj@rtems.org>
185
186        * shared/irq/idt.c: Check is the irq handlers are present before
187        calling.
188        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
189        the handlers need to be present. Fixed the warnings.
190
1912009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        PR 1445/BSPs
194        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
195
1962009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
199        renamed to rtems_termios_baud_to_number.
200
2012009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
202
203        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
204        to use generic interrupt support.
205        * shared/irq/irq-config.h: New file.
206
2072009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
210        shared/pci/pcibios.c: Fixed warnings.
211
2122009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        PR 1385/cpukit
215        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
216        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
217        dispatching code accesses two boolean variables for scheduling
218        purposes and the assembly implementations of this code did not get
219        updated.
220
2212009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
224        interrupt support to i386.
225
2262009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * shared/irq/irq.h: Fix spelling error.
229
2302008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * shared/comm/i386-stub.c: Include stdbool.h.
233
2342008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
237
2382008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
241        warnings and ensure BSP still works.
242
2432008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
246        prototypes, types, etc.
247
2482008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
251        Add missing prototypes.
252        * shared/irq/irq_init.c: Add missing prototypes.
253
2542008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
257        termios Bxxx constants to xxx as an integer. Use the shared
258        termios_baud_to_number() routine to do the same conversion.
259
2602008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * shared/comm/tty_drv.c: Remove all references to
263        console_reserve_resources and termios_reserve_resources.
264
2652007-11-06      Till Straumann <strauman@slac.stanford.edu>
266
267        * shared/irq/irq.c: test for non-NULL-ness before calling
268        'on'/'off' methods so that users don't have to provide
269        no-ops if they don't want this feature.
270
2712007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
272
273        PR 1257/bsps
274        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
275        outside of cpukit should use the public API for
276        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
277        public API and directly accessing _CPU_ISR_Disable and
278        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
279        directive which could lead to problems. This patch also changes the
280        type of the variable passed into these routines and addresses minor
281        style issues.
282
2832007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * shared/pci/pcibios.c, shared/pci/pcibios.h:
286        Reflect changes to rtems/pci.h. Convert to using
287        stdint fixed-size types.
288
2892006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * shared/irq/idt.c: unsigned limits to match with
292          i386_get_info_from_IDTR.
293
2942006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * configure.ac: New BUG-REPORT address.
297
2982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * configure.ac: Require autoconf-2.60. Require automake-1.10.
301
3022006-07-12      Till Straumann <strauman@slac.stanford.edu>
303
304        * shared/pci/pcibios.c: let pci_find_device() return
305        -1 on failure, not just non-zero status. I found that
306        some driver(s) [e.g. dec21140] explicitely check for -1.
307
3082005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * shared/irq/idt.c: Reflect API changes.
311
3122005-11-02      Till Straumann <strauman@slac.stanford.edu>
313
314        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
315        pcibios call which already provides the functionality (PR#832)
316
3172005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
320        shared/comm/tty_drv.h: Remove CVS Log.
321
3222005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
323
324        * Makefile.am: Merge-in shared/Makefile.am.
325        * ChangeLog: Merge-in shared/ChangeLog.
326        * configure.ac: Remove shared/Makefile.am.
327
3282005-05-23      Joel Sherrill <joel@OARcorp.com>
329
330        * shared/comm/i386-stub.c: Make get_char() static since it is such a
331        common name and conflicts with names in the standard Ada run-time.
332
3332005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * shared/pci/pcibios.c: Eliminate unsigned8.
336
3372005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
338
339        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
340        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
341        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
342        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
343        subdirectory.
344
3452005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
346
347        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
348        modifications for a generic PCI interface       Added wrapper
349        routines for pci read/write configuration data
350
3512005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
352
353        * shared/comm/tty_drv.c: Modified to support addition of parameter
354        to ISRs.
355
3562005-04-26      Joel Sherrill <joel@OARcorp.com>
357
358        * shared/pci/pcibios.c: Reformatted.
359
3602005-04-18      Eric Valette <eric.valette@free.fr>
361
362        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
363        shared/irq/irq_init.c: Added parameter to irq handler
364
3652005-03-14      Joel Sherrill <joel@OARcorp.com>
366
367        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
368        unification. All use pci_find_device().
369
3702005-03-04      Joel Sherrill <joel@OARcorp.com>
371
372        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
373        function part of the unified PCI API as pci_initialize().
374
3752005-01-19      Joel Sherrill <joel@OARcorp.com>
376
377        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
378        shared/comm/uart.c: Fix errors caught by gcc 4.x.
379
3802005-01-04      Joel Sherrill <joel@OARcorp.com>
381
382        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
383
3842004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
385
386        PR 608/bsps
387        * shared/pci/pcibios.c: BusCountPCI().
388
3892004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * configure.ac: Require automake > 1.9.
392
3932004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
396
3972004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
400
4012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
404        * acinclude.m4: Regenerate.
405
4062004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
409
4102004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * shared/Makefile.am: Add PREINSTALL_DIRS.
413
4142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
417        PRE/TMPINSTALL_FILES to CLEANFILES.
418
4192004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
422        $(RTEMS_BSP_FAMILY).
423
4242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * shared/Makefile.am: Use mkdir_p. Remove dirs from
427        PRE/TMPINSTALL_FILES.
428        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
429
4302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * shared/Makefile.am: Merge-in Makefile.ams above. Add
433        preinstallation dirstamp support.
434        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
435        shared/pci/Makefile, shared/irq/Makefile.
436        * shared/io/.cvsignore, shared/pci/Makefile.am,
437        shared/irq/Makefile.am, shared/io/Makefile.am,
438        shared/comm/Makefile.am: Remove.
439
4402003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * acinclude.m4: Reflect changes to bootstrap.
443        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
444
4452003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * shared/comm/uart.h: Add extern "C" guards.
448        * shared/pci/pcibios.h: Ditto.
449
4502003-09-04      Joel Sherrill <joel@OARcorp.com>
451
452        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
453        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
454        shared/irq/irq_init.c: URL for license changed.
455
4562003-08-21      Till Strauman <strauman@slac.stanford.edu>
457
458        PR 456/bsps
459        * shared/irq/irq.c: Fix race condition when installing an ISR.
460
4612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Reflect having moved aclocal/.
464
4652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
468        shared/io/Makefile.am, shared/irq/Makefile.am,
469        shared/pci/Makefile.am: Reflect having moved automake/.
470
4712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Use rtems-bugs@rtems.com as bug report email
474        address.
475
4762003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
477
478        PR 428/bsps
479        PR 432/bsps
480        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
481        BSP_pci_Find_Device() which is copied from motorola_shared.
482
4832003-03-18      Joel Sherrill <joel@OARcorp.com>
484
485        * shared/comm/GDB.HOWTO: Updated.
486
4872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: Remove AC_CONFIG_AUX_DIR.
490
4912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
494        * configure.ac: AC_PREREQ(2.57).
495
4962002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
499
5002002-10-31      Joel Sherrill <joel@OARcorp.com>
501
502        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
503        called with enough arguments.
504        * shared/comm/i386-stub.c: Removed warnings.
505
5062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
509
5102002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * shared/pci/pcibios.c: #include <string.h>.
513
5142002-08-05      Eric Norum <eric.norum@usask.ca>
515
516        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
517         devices that are not present will work.  This lets you have
518        multiple PCI Ethernet drivers in an application and dynamically use
519        the one for the card othat is present.
520
5212002-07-16      Eric Norum <eric.norum@usask.ca>
522
523        * shared/comm/uart.c: I am using a PC-104 card with no video output.
524         I found that things would lock up if a printk was followed closely
525        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
526        BSP_UART_COM1.  With this change in place, printf/printk calls can
527        be intermingled with no apparent problems.
528
5292002-05-01      Eric Norum <eric.norum@usask.ca>
530
531        * shared/console/console.c, shared/fatal/bspfatal.c,
532        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
533        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
534
5352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
538        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
539        Remove AUTOMAKE_OPTIONS.
540        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
541        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
542
5432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
546
5472001-10-12      Joel Sherrill <joel@OARcorp.com>
548
549        * shared/startup/linkcmds: Fixed typo.
550
5512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
554        * configure.ac: New file, generated from configure.in by autoupdate.
555        * configure.in: Remove.
556
5572001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * acinclude.m4: New file.
560        * configure.in: Use RTEMS_BSP_SUBDIR.
561
5622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * shared/irq/Makefile.am, shared/comm/Makefile.am,
565        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
566
5672001-08-16      Mike Siers <mikes@poliac.com>
568
569        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
570        and paste bugs.
571
5722001-07-03      Mike Seirs <mike@poliac.com>
573
574        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
575        Adds the capability to use task driven serial I/O to ti386 BSPs.
576        This patch leaves thex default I/O mode to be IRQ.  If you want to
577        use task I/O mode, then the tty_drv.c file needs to be modified.
578        Basically, all you need to change is the data values of the termios
579        callbacks structure.  This callback structure is used in the
580        tty1_open and tty2_open functions.  The values you need to set are
581        commented out in the source code.
582
5832001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
586        * shared/io/Makefile.am, shared/irq/Makefile.am,
587        shared/pci/Makefile.am: Ditto.
588
5892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
592
5932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
596        $(RTEMS_TOPdir)/aclocal.
597
5982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
601        GNU canonicalization.
602
6032000-10-19      Joel Sherrill <joel@OARcorp.com>
604
605        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
606
6072000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
608
609        * shared/comm/uart.c (BSP_uart_init): Save more line state
610        parameters.
611
6122000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
613
614        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
615        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
616        parity, number of data bits and number of stop bits to the existing
617        i386 serial drivers.
618
6192000-10-17      Joel Sherrill <joel@OARcorp.com>
620
621        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
622        libcpu/i386 so  i386 RTEMS can be multilib'ed.
623
6242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * shared/io/Makefile.am: Formatting.
627
6282000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
629
630        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
631        the i386 BSPs.
632        * shared/shared/comm/uart.c: Adds support for sending characters to
633        another "line discipline."
634        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
635        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
636        file.
637        * shared/shared/comm/Makefile.am: Account for new files.
638
6392000-08-10      Joel Sherrill <joel@OARcorp.com>
640
641        * ChangeLog, shared/ChangeLog: New file.
642
Note: See TracBrowser for help on using the repository browser.