source: rtems/c/src/lib/libbsp/i386/ChangeLog @ 66729db3

4.115
Last change on this file since 66729db3 was 66729db3, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/11 at 20:05:17

2011-03-16 Jennifer Averett <jennifer.averett@…>

PR 1729/cpukit

  • shared/irq/irq_asm.S: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
2
3        PR 1729/cpukit
4        * shared/irq/irq_asm.S: Add next step in SMP support. This adds an
5        allocated array of the Per_CPU structures to support multiple cpus vs
6        a single instance of the structure which is still used if SMP support
7        is disabled. Configuration support is also added to explicitly enable
8        or disable SMP. But SMP can only be enabled for the CPUs which will
9        support it initially -- SPARC and i386. With the stub BSP support, a
10        BSP can be run as a single core SMP system from an RTEMS data
11        structure standpoint.
12
132011-03-01      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
16        been removed.).
17
182011-02-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        * shared/irq/irq_asm.S: Fix typo.
21
222011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
25        shared/comm/i386_io.h, shared/comm/uart.c, shared/irq/idt.c,
26        shared/pci/pcibios.c:
27        Use "__asm__" instead of "asm" for improved c99-compliance.
28
292011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Require autoconf-2.68, automake-1.11.1.
32
332011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
34
35        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,
36        shared/irq/irq_asm.h: Fix typo where license said found in found in.
37
382011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
39
40        * shared/irq/irq_asm.S: Fix typo where license said found in found in.
41
422011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
45        pc386/console/serial_mouse.c, pc386/console/serial_mouse.h:
46        Remove CVS Headers.
47
482011-01-06      Joel Sherrill <joel.sherrilL@OARcorp.com>
49
50        * shared/irq/irq_asm.S: Fix spelling.
51
522010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
55
562010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        PR 1573/cpukit
59        * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure
60        which contains the information required by RTEMS for each CPU core.
61        This encapsulates information such as thread executing, heir, idle
62        and dispatch needed.
63
642010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * shared/comm/GDB.HOWTO: Remove more ITRON references.
67
682010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * shared/irq/irq_asm.S: Fix capitalization.
71
722010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * shared/irq/irq-config.h: Removed file.
75        * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
76
772010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API
80        changes.
81
822009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        PR 1483/cpukit
85        * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
86
872009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
90
912009-11-10      Till Straumann <strauman@slac.stanford.edu>
92
93        * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S,
94        shared/irq/irq_asm.S: Added experimental SSE support.
95
962009-10-29      Till Straumann <strauman@slac.stanford.edu>
97
98        * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT
99        for *all* C-routines (including _Thread_Dispatch() and
100        _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr().
101
102        * shared/irq/irq.c: Added IRQ statistics counters.
103
1042009-10-29      Till Straumann <strauman@slac.stanford.edu>
105
106        * shared/irq/irq_asm.S: Beautification; ajusted margins and
107        spaces to make the whole thing more readable.
108
1092009-10-29      Till Straumann <strauman@slac.stanford.edu>
110
111        * shared/irq/irq_asm.S, shared/irq/irq.c: removed
112        (fake) exception frame argument to _ThreadProcessSignalsFromIrq().
113        This has never been used and removing it simplifies the assembly
114        code.
115
1162009-10-28      Till Straumann <strauman@slac.stanford.edu>
117
118        * shared/irq/irq_asm.S: Make sure stack is aligned to
119        CPU_STACK_ALIGNMENT before invoking C-code.
120
1212009-10-17      Chris Johns <chrisj@rtems.org>
122
123        * shared/irq/idt.c: Check is the irq handlers are present before
124        calling.
125        * shared/comm/i386-stub-glue.c: Revert the change of 2009-05-06 as
126        the handlers need to be present. Fixed the warnings.
127
1282009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        PR 1445/BSPs
131        * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
132
1332009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * shared/comm/tty_drv.c: Reflect termios_baud_to_number having been
136        renamed to rtems_termios_baud_to_number.
137
1382009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
139
140        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted
141        to use generic interrupt support.
142        * shared/irq/irq-config.h: New file.
143
1442009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
147        shared/pci/pcibios.c: Fixed warnings.
148
1492009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        PR 1385/cpukit
152        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
153        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
154        dispatching code accesses two boolean variables for scheduling
155        purposes and the assembly implementations of this code did not get
156        updated.
157
1582009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared
161        interrupt support to i386.
162
1632009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * shared/irq/irq.h: Fix spelling error.
166
1672008-09-07      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * shared/comm/i386-stub.c: Include stdbool.h.
170
1712008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
174
1752008-08-24      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct
178        warnings and ensure BSP still works.
179
1802008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for
183        prototypes, types, etc.
184
1852008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c:
188        Add missing prototypes.
189        * shared/irq/irq_init.c: Add missing prototypes.
190
1912008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * shared/comm/tty_drv.c: Eliminate copies of switches to convert
194        termios Bxxx constants to xxx as an integer. Use the shared
195        termios_baud_to_number() routine to do the same conversion.
196
1972008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * shared/comm/tty_drv.c: Remove all references to
200        console_reserve_resources and termios_reserve_resources.
201
2022007-11-06      Till Straumann <strauman@slac.stanford.edu>
203
204        * shared/irq/irq.c: test for non-NULL-ness before calling
205        'on'/'off' methods so that users don't have to provide
206        no-ops if they don't want this feature.
207
2082007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        PR 1257/bsps
211        * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq_init.c: Code
212        outside of cpukit should use the public API for
213        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
214        public API and directly accessing _CPU_ISR_Disable and
215        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
216        directive which could lead to problems. This patch also changes the
217        type of the variable passed into these routines and addresses minor
218        style issues.
219
2202007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * shared/pci/pcibios.c, shared/pci/pcibios.h:
223        Reflect changes to rtems/pci.h. Convert to using
224        stdint fixed-size types.
225
2262006-12-12      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * shared/irq/idt.c: unsigned limits to match with
229          i386_get_info_from_IDTR.
230
2312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * configure.ac: New BUG-REPORT address.
234
2352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * configure.ac: Require autoconf-2.60. Require automake-1.10.
238
2392006-07-12      Till Straumann <strauman@slac.stanford.edu>
240
241        * shared/pci/pcibios.c: let pci_find_device() return
242        -1 on failure, not just non-zero status. I found that
243        some driver(s) [e.g. dec21140] explicitely check for -1.
244
2452005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * shared/irq/idt.c: Reflect API changes.
248
2492005-11-02      Till Straumann <strauman@slac.stanford.edu>
250
251        * shared/pci/pcibios.c: replaced pci_find_device implementation by a
252        pcibios call which already provides the functionality (PR#832)
253
2542005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * shared/comm/i386_io.h, shared/comm/tty_drv.c,
257        shared/comm/tty_drv.h: Remove CVS Log.
258
2592005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * Makefile.am: Merge-in shared/Makefile.am.
262        * ChangeLog: Merge-in shared/ChangeLog.
263        * configure.ac: Remove shared/Makefile.am.
264
2652005-05-23      Joel Sherrill <joel@OARcorp.com>
266
267        * shared/comm/i386-stub.c: Make get_char() static since it is such a
268        common name and conflicts with names in the standard Ada run-time.
269
2702005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * shared/pci/pcibios.c: Eliminate unsigned8.
273
2742005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
275
276        * shared/Makefile.am, shared/comm/i386-stub-glue.c,
277        shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c,
278        shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
279        shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp
280        subdirectory.
281
2822005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
283
284        * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name
285        modifications for a generic PCI interface       Added wrapper
286        routines for pci read/write configuration data
287
2882005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
289
290        * shared/comm/tty_drv.c: Modified to support addition of parameter
291        to ISRs.
292
2932005-04-26      Joel Sherrill <joel@OARcorp.com>
294
295        * shared/pci/pcibios.c: Reformatted.
296
2972005-04-18      Eric Valette <eric.valette@free.fr>
298
299        * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S,
300        shared/irq/irq_init.c: Added parameter to irq handler
301
3022005-03-14      Joel Sherrill <joel@OARcorp.com>
303
304        * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API
305        unification. All use pci_find_device().
306
3072005-03-04      Joel Sherrill <joel@OARcorp.com>
308
309        * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize
310        function part of the unified PCI API as pci_initialize().
311
3122005-01-19      Joel Sherrill <joel@OARcorp.com>
313
314        * pc386/console/vgainit.c, pc386/wd8003/wd8003.c,
315        shared/comm/uart.c: Fix errors caught by gcc 4.x.
316
3172005-01-04      Joel Sherrill <joel@OARcorp.com>
318
319        * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings.
320
3212004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
322
323        PR 608/bsps
324        * shared/pci/pcibios.c: BusCountPCI().
325
3262004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * configure.ac: Require automake > 1.9.
329
3302004-04-09      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
333
3342004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * shared/pci/pcibios.c: Convert to using c99 fixed size types.
337
3382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
341        * acinclude.m4: Regenerate.
342
3432004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
346
3472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * shared/Makefile.am: Add PREINSTALL_DIRS.
350
3512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
354        PRE/TMPINSTALL_FILES to CLEANFILES.
355
3562004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
359        $(RTEMS_BSP_FAMILY).
360
3612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * shared/Makefile.am: Use mkdir_p. Remove dirs from
364        PRE/TMPINSTALL_FILES.
365        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
366
3672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * shared/Makefile.am: Merge-in Makefile.ams above. Add
370        preinstallation dirstamp support.
371        * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile,
372        shared/pci/Makefile, shared/irq/Makefile.
373        * shared/io/.cvsignore, shared/pci/Makefile.am,
374        shared/irq/Makefile.am, shared/io/Makefile.am,
375        shared/comm/Makefile.am: Remove.
376
3772003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * acinclude.m4: Reflect changes to bootstrap.
380        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
381
3822003-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * shared/comm/uart.h: Add extern "C" guards.
385        * shared/pci/pcibios.h: Ditto.
386
3872003-09-04      Joel Sherrill <joel@OARcorp.com>
388
389        * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c,
390        shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h,
391        shared/irq/irq_init.c: URL for license changed.
392
3932003-08-21      Till Strauman <strauman@slac.stanford.edu>
394
395        PR 456/bsps
396        * shared/irq/irq.c: Fix race condition when installing an ISR.
397
3982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Reflect having moved aclocal/.
401
4022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
405        shared/io/Makefile.am, shared/irq/Makefile.am,
406        shared/pci/Makefile.am: Reflect having moved automake/.
407
4082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Use rtems-bugs@rtems.com as bug report email
411        address.
412
4132003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
414
415        PR 428/bsps
416        PR 432/bsps
417        * shared/pci/pcibios.c, shared/pci/pcibios.h: Added
418        BSP_pci_Find_Device() which is copied from motorola_shared.
419
4202003-03-18      Joel Sherrill <joel@OARcorp.com>
421
422        * shared/comm/GDB.HOWTO: Updated.
423
4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
431        * configure.ac: AC_PREREQ(2.57).
432
4332002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
436
4372002-10-31      Joel Sherrill <joel@OARcorp.com>
438
439        * shared/comm/i386-stub.c: Fixed places where debug_error() was not
440        called with enough arguments.
441        * shared/comm/i386-stub.c: Removed warnings.
442
4432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
446
4472002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * shared/pci/pcibios.c: #include <string.h>.
450
4512002-08-05      Eric Norum <eric.norum@usask.ca>
452
453        * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for
454         devices that are not present will work.  This lets you have
455        multiple PCI Ethernet drivers in an application and dynamically use
456        the one for the card othat is present.
457
4582002-07-16      Eric Norum <eric.norum@usask.ca>
459
460        * shared/comm/uart.c: I am using a PC-104 card with no video output.
461         I found that things would lock up if a printk was followed closely
462        by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort =
463        BSP_UART_COM1.  With this change in place, printf/printk calls can
464        be intermingled with no apparent problems.
465
4662002-05-01      Eric Norum <eric.norum@usask.ca>
467
468        * shared/console/console.c, shared/fatal/bspfatal.c,
469        shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200
470        fix multi-line inline assembly  to satisfy gcc 3.1 and newer.
471
4722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am,
475        shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am:
476        Remove AUTOMAKE_OPTIONS.
477        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
478        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
479
4802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
483
4842001-10-12      Joel Sherrill <joel@OARcorp.com>
485
486        * shared/startup/linkcmds: Fixed typo.
487
4882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
491        * configure.ac: New file, generated from configure.in by autoupdate.
492        * configure.in: Remove.
493
4942001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * acinclude.m4: New file.
497        * configure.in: Use RTEMS_BSP_SUBDIR.
498
4992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * shared/irq/Makefile.am, shared/comm/Makefile.am,
502        shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='.
503
5042001-08-16      Mike Siers <mikes@poliac.com>
505
506        * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut
507        and paste bugs.
508
5092001-07-03      Mike Seirs <mike@poliac.com>
510
511        * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h:
512        Adds the capability to use task driven serial I/O to ti386 BSPs.
513        This patch leaves thex default I/O mode to be IRQ.  If you want to
514        use task I/O mode, then the tty_drv.c file needs to be modified.
515        Basically, all you need to change is the data values of the termios
516        callbacks structure.  This callback structure is used in the
517        tty1_open and tty2_open functions.  The values you need to set are
518        commented out in the source code.
519
5202001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
523        * shared/io/Makefile.am, shared/irq/Makefile.am,
524        shared/pci/Makefile.am: Ditto.
525
5262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
529
5302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
533        $(RTEMS_TOPdir)/aclocal.
534
5352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
538        GNU canonicalization.
539
5402000-10-19      Joel Sherrill <joel@OARcorp.com>
541
542        * shared/common/uart.h: Added prototype for BSP_uart_set_baud().
543
5442000-10-19      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
545
546        * shared/comm/uart.c (BSP_uart_init): Save more line state
547        parameters.
548
5492000-10-18      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
550
551        * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c,
552        shared/comm/uart.c, shared/comm/uart.h: Add the ability to set
553        parity, number of data bits and number of stop bits to the existing
554        i386 serial drivers.
555
5562000-10-17      Joel Sherrill <joel@OARcorp.com>
557
558        * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from
559        libcpu/i386 so  i386 RTEMS can be multilib'ed.
560
5612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * shared/io/Makefile.am: Formatting.
564
5652000-08-26      Rosimildo da Silva  <rdasilva@connecttel.com>
566
567        * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
568        the i386 BSPs.
569        * shared/shared/comm/uart.c: Adds support for sending characters to
570        another "line discipline."
571        * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c,
572        shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New
573        file.
574        * shared/shared/comm/Makefile.am: Account for new files.
575
5762000-08-10      Joel Sherrill <joel@OARcorp.com>
577
578        * ChangeLog, shared/ChangeLog: New file.
579
Note: See TracBrowser for help on using the repository browser.