source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 7fc2c2cb

4.115
Last change on this file since 7fc2c2cb was 7fc2c2cb, checked in by Jennifer Averett <Jennifer.Averett@…>, on 11/18/11 at 20:13:03

2011-11-18 Jennifer Averett <Jennifer.Averett@…>

PR 1925

  • shared/irq/irq.h: Changed i386 console to libchip style console and added support for com3 and com4.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12011-11-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        PR 1925
4        * shared/irq/irq.h: Changed i386 console to libchip style console and
5        added support for com3 and com4.
6
72011-10-22      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * shared/comm/uart.c (uartError): Remove unused var "uartStatus".
10
112011-10-13      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * shared/comm/uart.c: Remove unused var "tmp".
14
152011-08-04      Till Straumann <strauman@slac.stanford.edu>
16
17        * shared/irq/irq_asm.S: BUGFIX (introduced by SMP changes
18        which moved code around, apparently): *must* store i8259
19        mask to frame *before* switching to IRQ stack. The code
20        retrieves the mask after switching back to original stack.
21        Also, the IRQ stack has no reserved space for the mask;
22        storing it there could overwrite memory!
23
242011-08-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
25
26        PR 1802
27        * shared/irq/irq_asm.S, shared/irq/irq_init.c, shared/smp/smp-imps.c,
28        shared/smp/smp-imps.h: Add SMP support for i386.
29        * shared/smp/getcpuid.c: New file.
30
312011-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h:
34        Reformat to be more compliant with RTEMS style.
35
362011-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * shared/irq/apic.h, shared/smp/smp-imps.c, shared/smp/smp-imps.h: Per
39        email with Erich Boleyn, change license to BSD style.
40
412011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
42
43        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_init.c: Add
44        initial support for APIC.
45
462011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
47
48        * shared/irq/apic.h, shared/smp/README, shared/smp/smp-imps.c,
49        shared/smp/smp-imps.h: New files.
50
512011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
54        Remove CVS-Headers. Add CVS-Ids.
55
562011-04-11      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
59        rtems_configuration_smp_maximum_processors since it is defined in
60        confdefs.h.
61
622011-04-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
63
64        PR 1768/bsps
65        * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
66        we do not perform a cld before calling C code in the ISR. This was
67        historically not a problem but gcc 4.3 changed the behavior. From
68        http://gcc.gnu.org/gcc-4.3/changes.html
69
702011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
71
72        PR 1729/cpukit
73        * shared/irq/irq_asm.S: Add next step in SMP support. This adds an
74        allocated array of the Per_CPU structures to support multiple cpus vs
75        a single instance of the structure which is still used if SMP support
76        is disabled. Configuration support is also added to explicitly enable
77        or disable SMP. But SMP can only be enabled for the CPUs which will
78        support it initially -- SPARC and i386. With the stub BSP support, a
79        BSP can be run as a single core SMP system from an RTEMS data
80        structure standpoint.
81
822011-03-01      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
85        been removed.).
86
872011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
88
89        * shared/irq/irq_asm.S: Fix typo.
90
912011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
94        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
95        shared/pci/pcibios.c:
96        Use "__asm__" instead of "asm" for improved c99-compliance.
97
982011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Require autoconf-2.68, automake-1.11.1.
101
1022011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
103
104        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
105        shared/irq/irq_asm.h: Fix typo where license said found in found in.
106
1072011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
108
109        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
110
1112011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
114        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
115        Remove CVS Headers.
116
1172011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
118
119        * shared/irq/irq_asm.S: Fix spelling.
120
1212010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
124
1252010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        PR 1573/cpukit
128        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
129        which contains the information required by RTEMS for each CPU core.
130        This encapsulates information such as thread executing, heir, idle
131        and dispatch needed.
132
1332010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * shared/comm/GDB.HOWTO: Remove more ITRON references.
136
1372010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * shared/irq/irq_asm.S: Fix capitalization.
140
1412010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
142
143        * shared/irq/irq-config.h: Removed file.
144        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
145
1462010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
149        changes.
150
1512009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        PR 1483/cpukit
154        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
155
1562009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
159
1602009-11-10      Till Straumann <strauman@slac.stanford.edu>
161
162        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
163        shared/irq/irq_asm.S: Added experimental SSE support.
164
1652009-10-29      Till Straumann <strauman@slac.stanford.edu>
166
167        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
168        for *all* C-routines (including _Thread_Dispatch() and
169        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
170
171        * shared/irq/irq.c: Added IRQ statistics counters.
172
1732009-10-29      Till Straumann <strauman@slac.stanford.edu>
174
175        * shared/irq/irq_asm.S: Beautification; ajusted margins and
176        spaces to make the whole thing more readable.
177
1782009-10-29      Till Straumann <strauman@slac.stanford.edu>
179
180        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
181        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
182        This has never been used and removing it simplifies the assembly
183        code.
184
1852009-10-28      Till Straumann <strauman@slac.stanford.edu>
186
187        * shared/irq/irq_asm.S: Make sure stack is aligned to
188        CPU_STACK_ALIGNMENT before invoking C-code.
189
1902009-10-17      Chris Johns <chrisj@rtems.org>
191
192        * shared/irq/idt.c: Check is the irq handlers are present before
193        calling.
194        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
195        the handlers need to be present. Fixed the warnings.
196
1972009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        PR 1445/BSPs
200        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
201
2022009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
205        renamed to rtems_termios_baud_to_number.
206
2072009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
208
209        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
210        to use generic interrupt support.
211        * shared/irq/irq-config.h: New file.
212
2132009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
216        shared/pci/pcibios.c: Fixed warnings.
217
2182009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        PR 1385/cpukit
221        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
222        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
223        dispatching code accesses two boolean variables for scheduling
224        purposes and the assembly implementations of this code did not get
225        updated.
226
2272009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
230        interrupt support to i386.
231
2322009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * shared/irq/irq.h: Fix spelling error.
235
2362008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * shared/comm/i386-stub.c: Include stdbool.h.
239
2402008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
243
2442008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
247        warnings and ensure BSP still works.
248
2492008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
252        prototypes, types, etc.
253
2542008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
257        Add missing prototypes.
258        * shared/irq/irq_init.c: Add missing prototypes.
259
2602008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
263        termios Bxxx constants to xxx as an integer. Use the shared
264        termios_baud_to_number() routine to do the same conversion.
265
2662008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * shared/comm/tty_drv.c: Remove all references to
269        console_reserve_resources and termios_reserve_resources.
270
2712007-11-06      Till Straumann <strauman@slac.stanford.edu>
272
273        * shared/irq/irq.c: test for non-NULL-ness before calling
274        'on'/'off' methods so that users don't have to provide
275        no-ops if they don't want this feature.
276
2772007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        PR 1257/bsps
280        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
281        outside of cpukit should use the public API for
282        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
283        public API and directly accessing _CPU_ISR_Disable and
284        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
285        directive which could lead to problems. This patch also changes the
286        type of the variable passed into these routines and addresses minor
287        style issues.
288
2892007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * shared/pci/pcibios.c, shared/pci/pcibios.h:
292        Reflect changes to rtems/pci.h. Convert to using
293        stdint fixed-size types.
294
2952006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * shared/irq/idt.c: unsigned limits to match with
298          i386_get_info_from_IDTR.
299
3002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * configure.ac: New BUG-REPORT address.
303
3042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * configure.ac: Require autoconf-2.60. Require automake-1.10.
307
3082006-07-12      Till Straumann <strauman@slac.stanford.edu>
309
310        * shared/pci/pcibios.c: let pci_find_device() return
311        -1 on failure, not just non-zero status. I found that
312        some driver(s) [e.g. dec21140] explicitely check for -1.
313
3142005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * shared/irq/idt.c: Reflect API changes.
317
3182005-11-02      Till Straumann <strauman@slac.stanford.edu>
319
320        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
321        pcibios call which already provides the functionality (PR#832)
322
3232005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
326        shared/comm/tty_drv.h: Remove CVS Log.
327
3282005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * Makefile.am: Merge-in shared/Makefile.am.
331        * ChangeLog: Merge-in shared/ChangeLog.
332        * configure.ac: Remove shared/Makefile.am.
333
3342005-05-23      Joel Sherrill <joel@OARcorp.com>
335
336        * shared/comm/i386-stub.c: Make get_char() static since it is such a
337        common name and conflicts with names in the standard Ada run-time.
338
3392005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * shared/pci/pcibios.c: Eliminate unsigned8.
342
3432005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
344
345        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
346        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
347        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
348        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
349        subdirectory.
350
3512005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
352
353        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
354        modifications for a generic PCI interface       Added wrapper
355        routines for pci read/write configuration data
356
3572005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
358
359        * shared/comm/tty_drv.c: Modified to support addition of parameter
360        to ISRs.
361
3622005-04-26      Joel Sherrill <joel@OARcorp.com>
363
364        * shared/pci/pcibios.c: Reformatted.
365
3662005-04-18      Eric Valette <eric.valette@free.fr>
367
368        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
369        shared/irq/irq_init.c: Added parameter to irq handler
370
3712005-03-14      Joel Sherrill <joel@OARcorp.com>
372
373        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
374        unification. All use pci_find_device().
375
3762005-03-04      Joel Sherrill <joel@OARcorp.com>
377
378        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
379        function part of the unified PCI API as pci_initialize().
380
3812005-01-19      Joel Sherrill <joel@OARcorp.com>
382
383        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
384        shared/comm/uart.c: Fix errors caught by gcc 4.x.
385
3862005-01-04      Joel Sherrill <joel@OARcorp.com>
387
388        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
389
3902004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
391
392        PR 608/bsps
393        * shared/pci/pcibios.c: BusCountPCI().
394
3952004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * configure.ac: Require automake > 1.9.
398
3992004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
402
4032004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
406
4072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
410        * acinclude.m4: Regenerate.
411
4122004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
415
4162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * shared/Makefile.am: Add PREINSTALL_DIRS.
419
4202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
423        PRE/TMPINSTALL_FILES to CLEANFILES.
424
4252004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
428        $(RTEMS_BSP_FAMILY).
429
4302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * shared/Makefile.am: Use mkdir_p. Remove dirs from
433        PRE/TMPINSTALL_FILES.
434        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
435
4362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * shared/Makefile.am: Merge-in Makefile.ams above. Add
439        preinstallation dirstamp support.
440        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
441        shared/pci/Makefile, shared/irq/Makefile.
442        * shared/io/.cvsignore, shared/pci/Makefile.am,
443        shared/irq/Makefile.am, shared/io/Makefile.am,
444        shared/comm/Makefile.am: Remove.
445
4462003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * acinclude.m4: Reflect changes to bootstrap.
449        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
450
4512003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * shared/comm/uart.h: Add extern "C" guards.
454        * shared/pci/pcibios.h: Ditto.
455
4562003-09-04      Joel Sherrill <joel@OARcorp.com>
457
458        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
459        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
460        shared/irq/irq_init.c: URL for license changed.
461
4622003-08-21      Till Strauman <strauman@slac.stanford.edu>
463
464        PR 456/bsps
465        * shared/irq/irq.c: Fix race condition when installing an ISR.
466
4672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: Reflect having moved aclocal/.
470
4712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
474        shared/io/Makefile.am, shared/irq/Makefile.am,
475        shared/pci/Makefile.am: Reflect having moved automake/.
476
4772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Use rtems-bugs@rtems.com as bug report email
480        address.
481
4822003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
483
484        PR 428/bsps
485        PR 432/bsps
486        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
487        BSP_pci_Find_Device() which is copied from motorola_shared.
488
4892003-03-18      Joel Sherrill <joel@OARcorp.com>
490
491        * shared/comm/GDB.HOWTO: Updated.
492
4932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Remove AC_CONFIG_AUX_DIR.
496
4972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
500        * configure.ac: AC_PREREQ(2.57).
501
5022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
505
5062002-10-31      Joel Sherrill <joel@OARcorp.com>
507
508        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
509        called with enough arguments.
510        * shared/comm/i386-stub.c: Removed warnings.
511
5122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
515
5162002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * shared/pci/pcibios.c: #include <string.h>.
519
5202002-08-05      Eric Norum <eric.norum@usask.ca>
521
522        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
523         devices that are not present will work.  This lets you have
524        multiple PCI Ethernet drivers in an application and dynamically use
525        the one for the card othat is present.
526
5272002-07-16      Eric Norum <eric.norum@usask.ca>
528
529        * shared/comm/uart.c: I am using a PC-104 card with no video output.
530         I found that things would lock up if a printk was followed closely
531        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
532        BSP_UART_COM1.  With this change in place, printf/printk calls can
533        be intermingled with no apparent problems.
534
5352002-05-01      Eric Norum <eric.norum@usask.ca>
536
537        * shared/console/console.c, shared/fatal/bspfatal.c,
538        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
539        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
540
5412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
544        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
545        Remove AUTOMAKE_OPTIONS.
546        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
547        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
548
5492002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
552
5532001-10-12      Joel Sherrill <joel@OARcorp.com>
554
555        * shared/startup/linkcmds: Fixed typo.
556
5572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
560        * configure.ac: New file, generated from configure.in by autoupdate.
561        * configure.in: Remove.
562
5632001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * acinclude.m4: New file.
566        * configure.in: Use RTEMS_BSP_SUBDIR.
567
5682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * shared/irq/Makefile.am, shared/comm/Makefile.am,
571        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
572
5732001-08-16      Mike Siers <mikes@poliac.com>
574
575        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
576        and paste bugs.
577
5782001-07-03      Mike Seirs <mike@poliac.com>
579
580        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
581        Adds the capability to use task driven serial I/O to ti386 BSPs.
582        This patch leaves thex default I/O mode to be IRQ.  If you want to
583        use task I/O mode, then the tty_drv.c file needs to be modified.
584        Basically, all you need to change is the data values of the termios
585        callbacks structure.  This callback structure is used in the
586        tty1_open and tty2_open functions.  The values you need to set are
587        commented out in the source code.
588
5892001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
592        * shared/io/Makefile.am, shared/irq/Makefile.am,
593        shared/pci/Makefile.am: Ditto.
594
5952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
598
5992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
602        $(RTEMS_TOPdir)/aclocal.
603
6042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
607        GNU canonicalization.
608
6092000-10-19      Joel Sherrill <joel@OARcorp.com>
610
611        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
612
6132000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
614
615        * shared/comm/uart.c (BSP_uart_init): Save more line state
616        parameters.
617
6182000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
619
620        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
621        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
622        parity, number of data bits and number of stop bits to the existing
623        i386 serial drivers.
624
6252000-10-17      Joel Sherrill <joel@OARcorp.com>
626
627        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
628        libcpu/i386 so  i386 RTEMS can be multilib'ed.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * shared/io/Makefile.am: Formatting.
633
6342000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
635
636        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
637        the i386 BSPs.
638        * shared/shared/comm/uart.c: Adds support for sending characters to
639        another "line discipline."
640        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
641        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
642        file.
643        * shared/shared/comm/Makefile.am: Account for new files.
644
6452000-08-10      Joel Sherrill <joel@OARcorp.com>
646
647        * ChangeLog, shared/ChangeLog: New file.
648
Note: See TracBrowser for help on using the repository browser.