source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ 50d1c45d

4.115
Last change on this file since 50d1c45d was 50d1c45d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/29/11 at 21:36:02

2011-08-29 Joel Sherrill <joel.sherrilL@…>

  • configure.ac: Formatting. Remove duplication BSP_HAS_SMP.
  • Property mode set to 100644
File size: 50.6 KB
Line 
12011-08-29      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * configure.ac: Formatting. Remove duplication BSP_HAS_SMP.
4
52011-08-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
6
7        PR 1802
8        * Makefile.am, configure.ac, preinstall.am, clock/ckinit.c,
9        start/start16.S, startup/bspstart.c, startup/ldsegs.S: Add SMP
10        support for i386.
11
122011-07-20      Jennifer Averett <Jennifer.Averett@OARcorp.com>
13
14        * start/start16.S: Removed tabs and added OAR standard copyright header
15        in preperation for merging SMP support.
16
172011-07-14      Jennifer Averett <Jennifer.Averett@OARcorp.com>
18
19        * start/start.S: Moved enable_sse into a subroutine that may be called
20        from other cores on an SMP system.
21
222011-07-14      Till Straumann <strauman@slac.stanford.edu>
23
24        PR 1833/bsps
25        * ne2000/ne2000.c: Addition of multicast support disabled broadcast
26        reception. Patch also includes support to work on big endian CPUs.
27
282011-07-14      Jennifer Averett
29
30        * make/custom/pcp4.cfg: New file.
31
322011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Fix broken path to clockdrv_shell.h.
35
362011-04-11      Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>
37
38        * ne2000/ne2000.c: Add multicast support.  Patch submitted to mailing
39        list 2005-12-21.
40
412011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
42
43        PR 1729/cpukit
44        * Makefile.am, configure.ac: Add next step in SMP support. This adds an
45        allocated array of the Per_CPU structures to support multiple cpus vs
46        a single instance of the structure which is still used if SMP support
47        is disabled. Configuration support is also added to explicitly enable
48        or disable SMP. But SMP can only be enabled for the CPUs which will
49        support it initially -- SPARC and i386. With the stub BSP support, a
50        BSP can be run as a single core SMP system from an RTEMS data
51        structure standpoint.
52
532011-03-14      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        PR 1762/cpukit
56        * Makefile.am, preinstall.am, console/console.c, console/keyboard.c,
57        console/keyboard.h, console/pc_keyb.c, console/ps2_mouse.c,
58        console/vgainit.c: Made mouse parser engine generic. Now use generic
59        serial mouse driver. Moved many externs from C to .h.
60        * console/kbd_parser.c, console/serial_mouse_config.c: New files.
61        * console/mouse_parser.c, console/mouse_parser.h,
62        console/serial_mouse.c, console/serial_mouse.h: Removed.
63
642011-03-04      Joel Sherrill <joel.sherrilL@OARcorp.com>
65
66        * timer/timer.c: Retry up to 5 times when the calibration loop fails.
67
682011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * include/bsp.h, include/tm27.h:
71        Use "__asm__" instead of "asm" for improved c99-compliance.
72
732011-02-09      Jennifer Averett <jennifer.averett@oarcorp.com>
74
75        * console/ps2_mouse.c: Formatting changes in preparation for making
76        mouse parsing and serial mouse driver BSP independent.
77
782011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * timer/timer.c: Include <rtems/btimer.h>.
81        Fix benchmark_timer_read() definition.
82
832011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Require autoconf-2.68, automake-1.11.1.
86
872011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
88
89        * clock/rtc.c, console/console.c, console/inch.c, console/outch.c,
90        include/bsp.h, include/crt.h, ne2000/ne2000.c, startup/bspcmdline.c,
91        startup/bspstart.c, startup/ldsegs.S, timer/timer.c,
92        timer/timerisr.S: Fix typo where license said found in found in.
93
942011-01-06      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * configure.ac: Move comment to correct location.
97
982010-10-11      Chris Johns <chrisj@rtems.org>
99
100        * console/console.c: Fix the baudrate command line support.
101       
1022010-08-27      Chris Johns <chrisj@rtems.org>
103
104        * console/console.c: Add baudrate support to the --console command
105        line option. You can now do '--console=com1,115200'.
106
1072010-07-23      Vinu Rajashekhar <vinutheraj@gmail.com>
108
109        * start/start.S: Replace the call to _return_to_monitor by
110        hlt instruction.
111        * startup/ldsegs.S: Remove the _return_to_monitor function.
112
1132010-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * timer/timer.c: Do not do the indirect call if NULL.
116
1172010-06-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
118
119        * startup/bspstart.c: Formatting.
120
1212010-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * timer/timer.c: Now runs on 486 and below again. Reformatted.
124
1252010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
126
127        * Makefile.am, preinstall.am: Update for generic interrupt support
128        changes.
129
1302010-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * console/console.c, console/ps2_mouse.c: Reflect termios API
133        changes.
134
1352010-04-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
136
137        * make/custom/pc386.cfg: EXEEXT is not defined in application Makefile
138        support. All other BSPs just use .exe directly on objcopy commands.
139        This makes it consistent and allows external examples (network demos,
140        examples-v2, etc to link.
141
1422010-03-26      Chris Johns <chrisj@rtems.org>
143
144        * make/custom/pc386.cfg: Revert the PR1495 change.
145
1462010-03-10      Gedare Bloom <gedare@gwu.edu>
147
148        PR 1495/bsp
149        * clock/ckinit.c, make/custom/pc386.cfg: Calling
150        rtems_clock_get_uptime() in a tight loop sometimes showed time moving
151        backwards.
152
1532009-12-23      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * include/bsp.h: Add BSP_HAS_FRAME_BUFFER.
156
1572009-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * clock/ckinit.c: Fix warning.
160
1612009-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * startup/bspgetworkarea.c: Make bsp_mem_size available for page table
164        initialization.
165
1662009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to
169        ensure that multiboot information regarding memory size is used as
170        the primary source. This was broken in the move to supporting a
171        unified workspace. It worked this way in 4.9 so this was a
172        regression.
173
1742009-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * startup/bspgetworkarea.c: Add debug printk's.
177        * startup/linkcmds: Using "-Wl,--defsym -Wl,RamSize=0x1000000"
178        results in _RamSize being defined.  Handle this properly.
179
180
181
1822009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * include/bsp.h: BSP should not define
185        CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
186
1872009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * ne2000/ne2000.c: Logic on defaulting port number was inverted when
190        adding command line arguments.
191
1922009-11-05      Till Straumann <strauman@slac.stanford.edu>
193
194        * console/console.c: Fixed compiler warning.
195
1962009-11-05      Till Straumann <strauman@slac.stanford.edu>
197
198        * start/start.S, console/console.c: Separated code
199        that switched console and printk port based on info
200        gathered from the commandline and/or a BSP provided
201        routine into new BSP_console_select() which is called
202        from 'start.S' so that early messages make it to the
203        redirected printk port.
204
2052009-10-28      Till Straumann <strauman@slac.stanford.edu>
206
207        * start/start.S: Make sure initial stack is aligned
208        to CPU_STACK_ALIGNMENT before calling C-code.
209
2102009-10-27      Till Straumann <strauman@slac.stanford.edu>
211
212        * include/bsp.h, console/console.c: Provide weak-alias
213        hook so that the application may choose the console.
214
2152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * make/custom/pc386.cfg: Remove RTEMS_BSP_FAMILY.
218
2192009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * configure.ac: Don't add -ansi -fasm to CFLAGS.
222
2232009-10-15      Chris Johns <chrisj@rtems.org>
224
225        * ne2000/ne2000.c: Add --ne2k-irq and --ne2k-port boot command
226        line configure options.
227
228        * ide/ide.c: Fix a bug which left 4 words in the buffer of the
229        disk. Some devices do not follow the standard and terminate the
230        command which a new command occurs and/or low data ready when data
231        is still to be read.
232       
2332009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * make/custom/pc386.cfg: New (relocated from /make/custom).
236        * make/custom/pc386dx.cfg: New (relocated from /make/custom).
237        * make/custom/pc486.cfg: New (relocated from /make/custom).
238        * make/custom/pc586.cfg: New (relocated from /make/custom).
239        * make/custom/pc686.cfg: New (relocated from /make/custom).
240
2412009-10-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
242
243        * Makefile.am: Added interrupt server.
244
2452009-10-08      Chris Johns <chrisj@rtems.org>
246
247        * ide/ide.c: Fixed more IDE driver bugs. The driver can transfer
248        64K in a single write on my test PC and qemu with this driver. The
249        driver only checks the data ready bit at the start of each 512
250        block being transfered. This has speed the transfer loop up. Fixed
251        the timing so the BSP timer is used until RTEMS has started.
252
2532009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * console/console.c, console/serial_mouse.c: Reflect
256        termios_baud_to_number having been renamed to
257        rtems_termios_baud_to_number.
258
2592009-09-15      Till Straumann <strauman@slac.stanford.edu>
260
261        PR 1344/bsps:
262        * clock/ckinit.c: Fix more bugs (applied PR1344/attachment 702):
263        TSC handler was used when 8254 was requested and vice versa.
264        Also, nanosecond handler was never installed to RTEMS clock.
265
2662009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
269
270 2009-08-22     Roxana Leontie <roxana.leontie@gmail.com>
271
272        * console/fb_vga.c: improved read/write
273
2742009-08-21      Roxana Leontie <roxana.leontie@gmail.com>
275
276        * pc386/console/fb_vga.c: added read/write functionality; added thread
277        safety to prevent multiple open() operations of the frame buffer device.
278
2792009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
282        Should be automatically handled by confdefs.h or the application.
283
2842009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * include/tm27.h: Remove references to rtems_interrupt_catch since this
287        archiecture does not use Simple Vectored Interrupt model.
288
2892009-08-03      Roxana Leontie <roxana.leontie@gmail.com>
290
291        * console/fb_vga.c: changed the reference to mw_fb.h into fb.h
292
2932009-07-29      Roxana Leontie <roxana.leontie@gmail.com>
294
295        * Makefile.am, preinstall.am, console/fb_vga.c: Switch to using
296        frame_buffer_ naming. Joel cleaned up formatting and removed tabs
297        that were there long before Roxana touched this file.
298        * console/fb_vga.h: Removed.
299
3002009-07-24      Roxana Leontie <roxana.leontie@gmail.com>
301
302        * console/fb_vga.c: divided fb_screeninfo structure into
303        fb_var_screeninfo and fb_fix_screeninfo; same with get_screen_info
304
3052009-07-21      Roxana Leontie <roxana.leontie@gmail.com>
306
307        * console/fb_vga.c: replaced the ioctl structures with linux
308        framebuffer equivalents
309
3102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
313        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
314        have the same options.
315
3162009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
317
318        * Makefile.am, preinstall.am: Update for generic interrupt support.
319
3202009-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
321
322        * console/ps2_mouse.c: Fix inconsistent spacing.
323
3242009-06-12      Chris Johns <chrisj@rtems.org> 
325
326        * ide/ide.c: Format the data output in DEBUG mode.
327
3282009-05-30      Chris Johns <chrisj@rtems.org>
329
330        * ide/ide.c: Add initialisation code to reset the IDE devices and
331        to probe them and display their model numbers. Also add code to
332        display the probing to aid bring up new hardware.
333
334        * ide/idecfg.c: Add the --ide-show command to show probing type
335        accessing when finding devices on the configured IDE buses.
336
3372009-05-29      Roxana Leontie <roxana.leontie@gmail.com>
338
339        * Makefile.am, preinstall.am: Install tty_drv.h
340
3412009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
344        bsp_get_work_area() since the work area is larger than a single
345        allocatable object.
346
3472009-05-06      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
350
3512009-04-28      Chris Johns <chrisj@rtems.org>
352
353        * Makefile.am: Add bspcmdline.c.
354        * include/bsp.h: Add boot command line interfaces.
355        * start/start.c: Save the multiboot command line. Pass the command
356        line to boot_card.
357        * start/start.S: Update for boot_card command line change.
358        * startup/bspstart.c: Initialise the command line.
359        * startup/bspcmdline.c: New.
360        * console/console.c, ide/idecfg.c: Add boot command line support.
361        * ide/ide.cfg: Add prints for errors to help resolve problems.
362
3632009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * configure.ac, start/start16.S: Remove duplicate configure option and
366        add support for the configure time variable BSP_VIDEO_80x50.
367
3682008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * bsp_specs: Move -e start from *link to *startfile to avoid warning
371        for undefined entry symbol when linking relocatables with binutils
372        2.19.
373
3742008-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
375
376        PR 1344/bsps
377        * clock/ckinit.c: Committed code was not final. Corrections.
378
3792008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
380                Michael South <msouth@msouth.org>
381
382        PR 1344/bsps
383        * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for
384        nanoseconds granularity. i8254 is very slow on some systems. TSC use
385        is auto-detected by default.
386
3872008-12-02      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * startup/bspgetworkarea.c: Remove debug prints.
390
3912008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * startup/bspgetworkarea.c: Fix botched edit.
394
3952008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * startup/bspgetworkarea.c: Change size_t to ssize_t on
398        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
399        which would limit the work area to 64K.
400
4012008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        * Makefile.am: Turn = into +=.
404
4052008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
408        of building libbspstart.a, using automake-rules.
409
4102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
413        * Makefile.am: Reflect changes above.
414
4152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * Makefile.am: Eliminate *_SOURCES.
418
4192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
420
421        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
422        components.
423
4242008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
427
4282008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * Makefile.am: Cosmetics.
431
4322008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * configure.ac: Make letting boot_card() handle work area allocation
435        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
436        BSP_BOOTCARD_OPTIONS.
437
4382008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * startup/bspclean.c: Removed.
441
4422008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * startup/bspreset.c: New file.
445
4462008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * Makefile.am, configure.ac, console/inch.c, console/keyboard.c,
449        include/bsp.h: Use standardized bsp_cleanup() which can optionally
450        print a message, poll for user to press key, and call bsp_reset().
451        Using this eliminates the various bsp_cleanup() implementations which
452        had their own implementation and variety of string constants.
453
4542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
455
456        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Add
457        bsp_get_work_area() implementation and use more of the BSP
458        Initialization Framework.
459        * startup/bspgetworkarea.c: New file.
460
4612008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
464        is NOT used anywhere.
465
4662008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * startup/bspstart.c: Remove unnecessary includes of
469        rtems/libcsupport.h and rtems/libio.h.
470
4712008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * ide/ide.c: Convert to "bool".
474
4752008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
476
477        * console/console.c: Remove bogus decl.
478        * timer/timer.c: Convert to "bool".
479
4802008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
481
482        * clock/rtc.c, console/inch.c, ne2000/ne2000.c, timer/timer.c:
483        Eliminate rtems_boolean.
484
4852008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * timer/timer.c: Eliminate empty function from every benchmark timer
488        driver. Fix spelling.
489
4902008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
491
492        * timer/timer.c: Rename timer driver methods to follow RTEMS
493        programming conventions.
494
4952008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
496
497        * Makefile.am: Now named bspclean.c
498
4992008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * startup/bspclean.c: New file.
502        * startup/exit.c: Removed.
503
5042008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
505
506        * console/ps2_mouse.c: Fix ps2 mouse interrupt.
507
5082008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        * clock/ckinit.c, console/serial_mouse.c, ne2000/ne2000.c,
511        startup/bspstart.c: Fix warnings for prototypes, types, etc.
512
5132008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * console/mouse_parser.c, console/mouse_parser.h, console/outch.c:
516        Add missing prototypes.
517        * console/ps2_mouse.c, timer/timer.c: Add missing prototypes.
518
5192008-07-29      Chris Johns <chrisj@rtems.org>
520
521        * ide/ide.c: Updated to the rtems_* libblock changed.
522
5232008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
524
525        * console/console.c, console/serial_mouse.c: Eliminate copies of
526        switches to convert termios Bxxx constants to xxx as an integer. Use
527        the shared termios_baud_to_number() routine to do the same
528        conversion.
529
5302008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
531
532        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
533        Framework to ask the BSP where it has memory for the RTEMS Workspace
534        and C Program Heap. These collectively are referred to as work area.
535        If the BSP supports this, then it does not have to include code to
536        split the available memory between the two areas. This reduces the
537        amount of code in the BSP specific bspstart.c file. Additionally, the
538        shared framework can initialize the C Library, call
539        rtems_debug_enable(), and dirty the work area memory. Until most/all
540        BSPs support this new capability, if the BSP supports this, it should
541        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
542        When the transition is complete, this autoconf macro can be removed.
543
5442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
545
546        * startup/bspstart.c: Refactored and renamed initialization routines to
547        rtems_initialize_data_structures, rtems_initialize_before_drivers,
548        rtems_initialize_device_drivers, and
549        rtems_initialize_start_multitasking. This opened the sequence up so
550        that bootcard() could provide a more robust and flexible framework
551        which is easier to explain and understand. This also lays the
552        groundwork for sharing the division of available memory between the
553        RTEMS workspace and heap and the C library initialization across all
554        BSPs.
555
5562008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
557
558        * configure.ac: Remove spurious line.
559
5602008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * console/ps2_mouse.c, console/serial_mouse.c: Remove all references to
563        console_reserve_resources and termios_reserve_resources.
564
5652008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
566
567        * Makefile.am: Do not use intermediate .rel files unless from libcpu or
568        a network driver. This simplifies the Makefile.am and avoids pulling
569        in unneeded code.
570
5712008-03-22      Joel Sherrill <joel.sherrill@oarcorp.com>
572
573        * configure.ac, startup/exit.c: Add BSP_PRESS_KEY_FOR_RESET
574        configuration option. When this is set to one, a clean exit of an
575        application will result in the BSP resetting the hardware without
576        waiting for a human to press a key.
577        * start/start.S, startup/linkcmds: Replace the linkcmds with a
578        version very closely based upon the default in binutils 2.18 for
579        this target.  This eliminated weird failures with C++ dtors even
580        in C applications.  We had an extra _ on a symbol used in start.S.
581
5822008-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * configure.ac: Fix typo.
585
5862008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
587
588        * startup/linkcmds: Add wildcard to gcc_except_table section so
589        programs compiled with gcc 4.3.x can link.
590
5912008-02-07      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * clock/ckinit.c: Rework clock driver to use template and to provide
594        nanoseconds since last tick capability.
595
5962007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
597
598        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
599        of the Configuration Table. Use the RTEMS provided accessor macros to
600        obtain configuration fields.
601
6022007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
605        from CPU Table to Configuration Table. Eliminate CPU Table from all
606        ports. Delete references to CPU Table in all forms.
607
6082007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
609
610        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
611        Table fields to the Configuration Table. This included
612        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
613        do_zero_of_workspace, extra_mpci_receive_server_stack,
614        stack_allocate_hook, and stack_free_hook. As a side-effect of this
615        effort some multiprocessing code was made conditional and some style
616        clean up occurred.
617
6182007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
619
620        * startup/bspstart.c: Eliminate the interrupt_table_segment and
621        interrupt_table_offset fields in the i386 CPU Table since they are
622        never read.
623
6242007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
625
626        PR 1257/bsps
627        * console/inch.c, console/keyboard.c, console/pc_keyb.c, console/vt.c:
628        Code outside of cpukit should use the public API for
629        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
630        public API and directly accessing _CPU_ISR_Disable and
631        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
632        directive which could lead to problems. This patch also changes the
633        type of the variable passed into these routines and addresses minor
634        style issues.
635
6362007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * console/vt.c: Changed tabs to spaces.
639
6402007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
641
642        * console/keyboard.c: Replaced tabs with spaces.
643
6442007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
645
646        * startup/bspstart.c: If we cannot find enough memory to run the
647        program, generate a fatal error and print a message.
648
6492007-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * ne2000/ne2000.c: Fix spelling error.
652
6532007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
656        since it was used to configure a no longer used feature. Device names
657        are now part of the filesystem not in a table.
658
6592007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
660
661        PR 1244/bsps
662        * console/console.c: Remove definition of __assert.
663
6642007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
665
666        * bsp_specs: Remove qrtems_debug.
667
6682007-04-02      Joel Sherrill <joel@OARcorp.com>
669
670        * clock/ckinit.c: Eliminate TOD_Ticks_per_second variable.
671
6722007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
673
674        * ne2000/ne2000.c (ne_interrupt_handler): Avoid warning.
675
6762007-03-30      Ralf Corsépius <ralf.corsepius@rtems.org>
677
678        * ne2000/ne2000.c: Remove typecast.
679
6802007-03-11      Joel Sherrill <joel@OARcorp.com>
681
682        * startup/bspstart.c: Remove assignments of
683        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
684        value in boot_card.c
685
6862007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
687
688        * console/fb_vga.c: Eliminate __u16, __u32.
689
6902006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
691
692        * 3c509/3c509.c, ne2000/ne2000.c, wd8003/wd8003.c: Use
693        ioctl_command_t as arg in ioctl-functions.
694
6952006-12-13      Alexey Shamrin <shamrin@gmail.com>
696
697        PR 1189/bsps
698        * console/outch.c: If you print a character with the code larger than
699        127 (extended ASCII) to the VGA console, then it blinks. The reason:
700        char == signed char, so such characters get represented by negative
701        numbers. The sign bit then goes to attribute byte, resulting in the
702        blinking.
703
7042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
705
706        * configure.ac: New BUG-REPORT address.
707
7082006-11-15      Joel Sherrill <joel@OARcorp.com>
709
710        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
711        file and simplified initialization.
712
7132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
714
715        * Makefile.am: Remove superfluous -DASM.
716
7172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
718
719        * configure.ac: Require autoconf-2.60. Require automake-1.10.
720
7212006-09-11      Joel Sherrill <joel@OARcorp.com>
722
723        * console/fb_vga.c, console/kd.h: Convert C++ style comments to C
724        style.
725
7262006-09-04      Till Straumann <strauman@slac.stanford.edu>
727
728        * startup/bspstart.c, start/start.S: Since the crude
729        memory autodetection code can easily fail (boards with
730        'reserved' regions - I experienced a hard lockup on a
731        dell precision 490 when writing past the bios-reported
732        memory size) I added code that a) tries to save
733        and use multiboot info, if present b) allows applications
734        to override/set memory size via a weak alias.
735
7362006-09-04      Till Straumann <strauman@slac.stanford.edu>
737
738        * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)
739
7402006-02-01      Joel Sherrill <joel@OARcorp.com>
741
742        * configure.ac, console/console.c: Add USE_COM1_AS_CONSOLE BSP option.
743        This makes it easy to build the pc386 BSP in a configuration that
744        corresponds to qemu with COM1 redirected to stdio.
745
7462006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
747
748        * configure.ac: Remove explicit ampolish3 support (now in
749        RTEMS_BSP_CONFIGURE).
750
7512006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
752
753        * configure.ac: Add ampolish3 support.
754        * Makefile.am: Add preinstall.am.
755
7562005-11-06      Ralf Corsepius <ralf.corsepius@rtems.org>
757
758        * timer/timer.c: Remove C++-style comments.
759
7602005-11-02      Till Straumann <strauman@slac.stanford.edu>
761
762        PR 832/bsps
763        * startup/ldsegs.S: put IDT and GDT into data segment.
764        The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub)
765        text segment checksum comparison failed...
766
7672005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
768
769        * console/fb_vga.h, console/kd.h, console/ps2_drv.h,
770        console/serial_mouse.c, console/serial_mouse.h: Remove CVS Log.
771
7722005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
773
774        * Makefile.am: Install/preinstall headers from ../../i386/shared.
775
7762005-09-29      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
777
778        PR 649/filesystem
779        * ide/idecfg.c: added configuration items for primary/secondary
780        IDE interface
781        * configure.ac: added configuration items for primary/secondary
782        IDE interface
783       
7842005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
785
786        * 3c509/3c509.c: Remove [$]Log.
787        Include <errno.h> instead of <sys/errno.h>.
788
7892005-08-23  Karel Gardas  <kgardas@objectsecurity.com>>
790
791        * timer/timer.c: Enhance to use either interupt-based timer
792        functions on older CPUs or to use TSC-based timer functions on
793        more recent (Pentium and above) CPUs. The decision is made in
794        Timer_initialize function when it is called for the first time
795        based on a result obtained from cpuid instruction during the BSP
796        initialization phase. During the first call, there are also late
797        bindings to the implementation functions initialized to
798        appropriate values.
799
8002005-08-18  Karel Gardas  <kgardas@objectsecurity.com>
801
802        * startup/bspstart.c: Initialize PCI bus in bsp_start function.
803
8042005-07-18      Lars Munch <lars@segv.dk>
805
806        PR 813/networking
807        * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
808        parameter was added to irq handlers (2005-04-18). Before these
809        changes the argument to the interrupt handler was the interrupt
810        number, now the argument is handle, but the ne2000 driver needs the
811        interrupt number. The fix is to set the handle to the interrupt
812        number.
813
8142005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
817
8182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
819
820        * include/bsp.h: New header guard.
821
8222005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
823
824        * 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
825        console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
826        ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
827        subdirectory.
828
8292005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
830
831        * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
832        remove warnings.
833        * console/console.c, wd8003/wd8003.c: Added support for
834        addition of parameter in ISRs.
835       
8362005-04-26      Joel Sherrill <joel@OARcorp.com>
837
838        * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
839
8402005-04-18      Eric Valette <eric.valette@free.fr>
841
842        * clock/ckinit.c, console/console.c, console/ps2_mouse.c,
843        console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
844
8452005-02-18      Joel Sherrill <joel@OARcorp.com>
846
847        * console/keyboard.h: Add include file and cleanup file header.
848
8492005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
850
851        * clock/todcfg.c: size_t RTC_Count.
852
8532005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
854
855        * console/vgainit.c: static graphic_on|off.
856
8572005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
858
859        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
860
8612005-01-04      Joel Sherrill <joel@OARcorp.com>
862
863        * console/keyboard.c, console/ps2_mouse.c, console/vt.c: Remove
864        warnings.
865
8662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
867
868        * Makefile.am: Remove build-variant support.
869
8702004-11-20      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
871
872        PR 703/filesystem
873        * ide/ide.c: Extend the "modes_available" and "mode_active" parameters
874        to uint16_t for UDMA support.
875
8762004-10-13      Eric Norum <norume@aps.anl.gov>
877
878        PR 688/bsps
879        * Makefile.am clock/todcfg.c: Add support for MC146818A TOD chip.
880
8812004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
882
883        * configure.ac: Require automake > 1.9.
884
8852004-07-25      Joel Sherrill <joel@OARcorp.com>
886
887        * 3c509/3c509.c: Add <sys/errno.h>.
888        * startup/linkcmds: Add .jcr section.
889
8902004-05-21  Till Strauman <strauman@slac.stanford.edu>
891
892        * PR 624/bsps
893        startup/bspstart.c: When probing the memory, make sure not to
894        corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
895        * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
896        the screen.
897
8982004-05-21      Joel Sherrill <joel@OARcorp.com>
899
900        * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
901        recent updates to BSD header files.
902
9032004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
904
905        PR 610/bsps
906        * Makefile.am: Add include/tm27.h, Cosmetics.
907        * include/tm27.h: Final cosmetics.
908
9092004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
910
911        * include/bsp.h: Split out tmtest27 support.
912        * include/tm27.h: New.
913
9142004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
915
916        PR 613/bsps
917        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
918
9192004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
920
921        PR 614/bsps
922        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
923
9242004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
925
926        * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
927        which still uses RTEMS_ROOT).
928
9292004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
930
931        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
932        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
933
9342004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
935
936        * startup/ldsegs.S: Include <rtems/asm.h> instead of <asm.h>.
937        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
938        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
939        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
940
9412004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
942
943        * clock/ckinit.c, clock/rtc.c, console/inch.c, ide/ide.c,
944        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
945        c99 fixed size types.
946
9472004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * Makefile.am: Don't install *.rels. Reflect changes to bsp.am.
950        Preinstall dist_project_lib*.
951
9522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * configure.ac: Explicitly check for OBJCOPY.
955
9562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * Makefile.am: Reflect changes to bsp.am.
959
9602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * Makefile.am: Reflect changes to bsp.am.
963
9642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
967
9682004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * Makefile.am: Add start*.bin to CLEANFILES.
971
9722004-02-06      Joel Sherrill <joel@OARcorp.com>
973
974        * Makefile.am: Split startup into multiple .rels without reorganizing
975        the source.
976
9772004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * Makefile.am: Add missing $ in reference to 3c509.rel.
980
9812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am,
984        console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am,
985        startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am,
986        wrapup/Makefile.am. Use automake compilation rules.
987        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
988        ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am,
989        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove.
990        * configure.ac: Reflect changes above.
991        * start/start.S: Change comment to make it gcc -ansi compliant.
992
9932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
996        Add RTEMS_PROG_CCAS.
997
9982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * Makefile.am: Add PREINSTALL_DIRS.
1001        * console/Makefile.am: Add PREINSTALL_DIRS.
1002        * wrapup/Makefile.am: Reflect changes to libcpu.
1003
10042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1007        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1008        * console/Makefile.am: Ditto.
1009        * startup/Makefile.am: Ditto.
1010
10112004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * start/Makefile.am: Remove.
1014        * Makefile.am: Merge-in start/Makefile.am.
1015        * configure.ac: Reflect changes above.
1016
10172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * wrapup/Makefile.am: Eliminate $(LIB).
1020        Use noinst_DATA to trigger building libbsp.a.
1021
10222003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * start/Makefile.am: Build $(ARCH)/start16$(LIB_VARIANT).bin.
1025
10262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1029        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
1030
10312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1034        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1035        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
1036
10372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1040
10412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * wrapup/Makefile.am: Cosmetics.
1044
10452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * Makefile.am: Misc cleanups and fixes.
1048        * start/Makefile.am: Misc cleanups and fixes.
1049        * startup/Makefile.am: Misc cleanups and fixes.
1050        * wrapup/Makefile.am: Misc cleanups and fixes.
1051
10522003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * ide/Makefile.am: PGM = ide.rel.
1055
10562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * Makefile.am: Add preinstallation dirstamp support.
1059        * 3c509/Makefile.am: Cosmetics.
1060        * clock/Makefile.am: Cosmetics.
1061        * console/Makefile.am: Add preinstallation dirstamp support.
1062        * ide/Makefile.am: Cosmetics.
1063        * ne2000/Makefile.am: Cosmetics.
1064        * start/Makefile.am: Add compilation dirstamp support.
1065        * startup/Makefile.am: Cosmetics.
1066        * timer/Makefile.am: Cosmetics.
1067        * wd8003/Makefile.am: Cosmetics.
1068        * wrapup/Makefile.am: Cosmetics.
1069
10702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * 3c509/Makefile.am: Remove all-local: $(ARCH).
1073        * clock/Makefile.am: Remove all-local: $(ARCH).
1074        * console/Makefile.am: Remove all-local: $(ARCH).
1075        * ide/Makefile.am: Remove all-local: $(ARCH).
1076        * ne2000/Makefile.am: Remove all-local: $(ARCH).
1077        * start/Makefile.am: Remove all-local: $(ARCH).
1078        * startup/Makefile.am: Remove all-local: $(ARCH).
1079        * timer/Makefile.am: Remove all-local: $(ARCH).
1080        * wd8003/Makefile.am: Remove all-local: $(ARCH).
1081        * wrapup/Makefile.am: Remove all-local: $(ARCH).
1082
10832003-10-02      Till Strauman <strauman@slac.stanford.edu>
1084
1085        PR 502/bsps
1086        * console/outch.c: Add support for a few ANSI escape sequences to make
1087        libetcl happy.
1088
10892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * Makefile.am: Merge-in include/Makefile.am.
1092        Reflect changes to bsp.am.
1093        * include/Makefile.am: Remove.
1094        * configure.ac: Reflect changes above.
1095
10962003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * bsp_specs: Remove *lib:.
1099
11002003-09-04      Joel Sherrill <joel@OARcorp.com>
1101
1102        * clock/ckinit.c, clock/rtc.c, console/console.c, console/inch.c,
1103        console/outch.c, ide/ide.c, include/bsp.h, include/crt.h,
1104        ne2000/ne2000.c, start/start.S, startup/bspstart.c, startup/exit.c,
1105        startup/ldsegs.S, startup/linkcmds, timer/timer.c, timer/timerisr.S:
1106        URL for license changed.
1107
11082003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        PR 461/bsps
1111        * start/Makefile.am: Correct generation of startup16.bin.
1112
11132003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * ide/Makefile.am: Don't include @RTEMS_BPS@.cfg.
1116
11172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * Makefile.am: Reflect having moved aclocal/.
1120
11212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * Makefile.am: Reflect having moved automake/.
1124        * 3c509/Makefile.am: Reflect having moved automake/.
1125        * clock/Makefile.am: Reflect having moved automake/.
1126        * console/Makefile.am: Reflect having moved automake/.
1127        * ide/Makefile.am: Reflect having moved automake/.
1128        * include/Makefile.am: Reflect having moved automake/.
1129        * ne2000/Makefile.am: Reflect having moved automake/.
1130        * start/Makefile.am: Reflect having moved automake/.
1131        * startup/Makefile.am: Reflect having moved automake/.
1132        * timer/Makefile.am: Reflect having moved automake/.
1133        * wd8003/Makefile.am: Reflect having moved automake/.
1134        * wrapup/Makefile.am: Reflect having moved automake/.
1135
11362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        PR 452/bsps
1139        * startup/Makefile.am: Remove USE_INIT_FINI.
1140
11412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1144
11452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        PR 445/bsps
1148        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
1149        Remove cpp, old_cpp (now unused).
1150
11512003-07-08      Joel Sherrill <joel@OARcorp.com>
1152
1153        * console/console.c: Correct typo.
1154
11552003-05-08      Chris Johns  <cjohns@cybertec.com.au>
1156
1157        * HOWTO:
1158        Updated the GRUB version info and how to build GRUB from source.
1159        Added how to boot over the network with a PXE Netboot BIOS.
1160
11612003-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * ide/.cvsignore: New.
1164
11652003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
1166
1167        PR 368/filesystems
1168        * startup/ldsegs.S: Increase alignment.
1169        * Makefile.am, configure.ac, include/bsp.h, wrapup/Makefile.am:
1170        Added IDE supporting infrastructure.
1171        * ide/Makefile.am, ide/ide.c, ide/idecfg.c: New files.  Added
1172        BSP support for libchip standard ide driver.
1173
11742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1177
11782003-02-20      Till Straumann <strauman@slac.stanford.edu>
1179
1180        PR 353/bsps
1181        * include/bsp.h: Let the application override the network driver
1182        and attach routine.
1183
11842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1187
11882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1189
1190        * configure.ac: AC_PREREQ(2.57).
1191
11922003-01-20      Joel Sherrill <joel@OARcorp.com>
1193
1194        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
1195
11962003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1199        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1200        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1201        * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1204        * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1205
12062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * start/Makefile.am: Use install-data-local to install startfile.
1209
12102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
1213
12142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
1217
12182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * .cvsignore: Reformat.
1221        Add autom4te*cache.
1222        Remove autom4te.cache.
1223
12242002-09-13     Eric Norum <eric.norum@usask.ca>
1225
1226        * start/start16.S: Remove unwanted + at beginning of relative
1227        numeric label.
1228
12292002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
1232
12332002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * console/Makefile.am: Add $(PROJECT_INCLUDE)/rtems to
1236        PREINSTALL_FILES.
1237        * console/mouse_parser.c: Include <string.h> (for strcmp).
1238        * console/vt.c: Include <string.h> (for memcpy).
1239        * wd8003/wd8003.c: Include <string.h> (for memcpy, memset).
1240
12412002-08-21      Joel Sherrill <joel@OARcorp.com>
1242
1243        * bsp_specs: Added support for -nostdlibs.
1244
12452002-08-14      Joel Sherrill <joel@OARcorp.com>
1246
1247        * start/start16.S: Per PR259, added code to test for video present
1248        before touching the adapter.  Eric Norum <eric.norum@usask.ca>
1249        tested this patch.
1250
12512002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
1254
12552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
1258        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
1259        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
1260        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
1261        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
1262        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
1263        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
1264        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
1265        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
1266
12672002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * startup/ldsegs.S: #include <asm.h>.
1270        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
1271        Remove printk (Now in bspIo.h).
1272
12732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * start/Makefile.am: Eliminate PGM.
1276        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
1277        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
1278
12792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
1282
12832002-07-16      Eric Norum <eric.norum@usask.ca>
1284
1285        * console/console.c: Others on the rtems-users list have expressed
1286        concern about this run-time selection, so I've enclosed the changes
1287        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
1288
12892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
1292        Remove $(OBJS) from all-local.
1293
12942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
1297
12982001-05-09      Joel Sherrill <joel@OARcorp.com>
1299
1300        * startup/linkcmds: In support of gcc 3.1, added one of more
1301        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
1302        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
1303        and direction of segments to memory regions may also have been
1304        addressed.  This was a sweep across all BSPs.
1305 
13062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * configure.ac:
1309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1311        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
1312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1313        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
1314        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
1315        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1316        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
1317        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
1318        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1319        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1320        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
1321        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
1322
13232002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * PR139
1326        * configure.ac: Remove stray ';', breaks building with automake-1.6.
1327
13282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1329
1330        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
1331
13322001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
1335        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
1336
13372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
1340
13412001-10-12      Joel Sherrill <joel@OARcorp.com>
1342
1343        * console/inch.c: Fixed typo.
1344
13452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1348        * configure.in: Remove.
1349        * configure.ac: New file, generated from configure.in by autoupdate.
1350
13512001-09-27      Joel Sherrill <joel@OARcorp.com>
1352
1353        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
1354
13552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * include/Makefile.am: Use 'CLEANFILES ='.
1358        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
1359        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
1360        * Makefile.am: Use 'TMPINSTALL_FILES ='.
1361
13622001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1363
1364        * console/Makefile.am: Remove RTEMS_H_FILES.
1365        * start/start16.S: include <bspopts.h> to get NEW_GAS.
1366
13672001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * configure.in: Add bspopts.h.
1370        * include/.cvsignore: Add bspopts.h*, stamp-h*.
1371        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
1372        * 3c509/Makefile.am: Dito.
1373        * console/Makefile.am: Dito.
1374        * include/bsp.h: Include bspopts.h.
1375
13762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1377
1378        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1379
13802001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
1383
13842001-01-05      Joel Sherrill <joel@OARcorp.com>
1385
1386        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
1387        would be visible.
1388
13892000-12-05       Eric Valette <valette@crf.canon.fr>
1390
1391        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
1392        console/vt.c, include/bsp.h: Correct incorrect interrupt level
1393        handling in new keyboard management code.  Correct
1394        BSP_poll_char initialization routine.
1395        * start/start.S, startup/bspstart.c: Correct when the video is
1396        initialized.
1397        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
1398        did not work correctly on all PC speeds. The new calibrate routine
1399        has been tested on Pentium 166, pentium II 200, pentium III
1400        300 Mhz and does work as expected.
1401
14022000-12-05      Joel Sherrill <joel@OARcorp.com>
1403
1404        * pc386/console/console.c, pc386/console/serial_mouse.c,
1405        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
1406
14072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1408
1409        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1410
14112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1412
1413        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1414
14152000-11-01      Joel Sherrill <joel@OARcorp.com>
1416
1417        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
1418        and libcsupport.h moved from libc to lib/include/rtems and
1419        now must be referenced as <rtems/XXX.h>.   Header file order
1420        was cleaned up while doing this.
1421
14222000-10-29      Joel Sherrill <joel@OARcorp.com>
1423
1424        * startup/sbrk.c: Removed.  Redundant with shared version.
1425
14262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1427
1428        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1429        Switch to GNU canonicalization.
1430
14312000-10-23      Joel Sherrill <joel@OARcorp.com>
1432
1433        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
1434
14352000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
1436
1437        * console/serial_mouse.c: Added support for changing serial parameters.
1438
14392000-10-20      Joel Sherrill <joel@OARcorp.com>
1440
1441        * include/wd80x3.h: Added file header and logic to prevent multiple
1442        inclusions of this file.
1443        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
1444
14452000-10-20      Joel Sherrill <joel@OARcorp.com>
1446
1447        * include/bsp.h: Cleaned up network driver name and attach defines.
1448
14492000-10-20      Dmitry Kargapolov <dk@gentex.ru>
1450
1451        * ne2000/ne2000.c: Fix some errors in the driver. 
1452        1. There was no sufficient check of data in ethernet header.
1453        The code in ne_rx_daemon() was:
1454            inport_word (dport, len);
1455            ...
1456            len -= 4;
1457              ...
1458            if (len > 0)
1459              ne_read_data (sc, startaddr, len, p);
1460        Unfortunately, sometimes my NIC gave me too big len value,
1461        the result was memory override.  To fix this, I added ethernet
1462        header data checking.
1463
1464        2. The way overrides were serviced was not good.  It was complex
1465        but sometimes did not provide reliable continuing of NIC working.
1466        I had the situation of an endless loop in ne_check_status()
1467        after override processing.
1468
1469        3. There was conceptual error of porting.  The old method of
1470        overrides curing was ported from the OS-s, where override-processing
1471        did start immediately.  But RTEMS-version uses events, and cleaning
1472        of the overrides can start later.
1473
1474        I selected the way of ne2000 programming that is used
1475        in freebsd kernel (v4.0).
1476
1477        Because of both problems, incorrect data in header of raw packet
1478        and receiver override, it went through ne_reset() and fully
1479        reset the ne2000.
1480
1481        So, in summary
1482        - added detecting of the incorrect data in ethernet header;
1483        - replaced handling of receiver overrides with new scheme,
1484        via resetting of NIC, this method is used also in case of
1485        invalid header detecting.
1486
14872000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
1488
1489        * console/console.c, console/serial_mouse.c, include/bsp.h:
1490        Add the ability to set parity, number of data bits and
1491        number of stop bits to the existing i386 serial drivers.
1492
14932000-10-17      Joel Sherrill <joel@OARcorp.com>
1494
1495        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
1496        to libbsp/i386/shared/irq.
1497
14982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
1499
1500        * startup/linkcmds: Added lines so DWARF debug information
1501        would be available.  Otherwise gdb complains that the offsets
1502        for the debug info are incorrect and doesn't load the files.
1503
15042000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1505
1506        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
1507
15082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
1511        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
1512        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
1513        compile.am
1514
15152000-08-30      Joel Sherrill <joel@OARcorp.com>
1516
1517        * console/keyboard.h: Changed numerous routines from extern inline
1518        to static inline.
1519
15202000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
1521
1522        * Major rework of the "/dev/console" driver.
1523        * Added termios support for stdin ( keyboard ).
1524        * Added ioctls() to support modes similar to Linux( XLATE,
1525        RAW, MEDIUMRAW ).
1526        * Added Keyboard mapping and handling of the keyboard's leds.
1527        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
1528        controller ( 16 colors ).
1529        * Added PS/2 and Serial mouse support for PC386 BSP.
1530        * console/defkeymap.c: New file.
1531        * console/fb_vga.c: New file.
1532        * console/fb_vga.h: New file.
1533        * console/i386kbd.h: New file.
1534        * console/kd.h: New file.
1535        * console/keyboard.c: New file.
1536        * console/keyboard.h: New file.
1537        * console/mouse_parser.c: New file.
1538        * console/mouse_parser.h: New file.
1539        * console/pc_keyb.c: New file.
1540        * console/ps2_drv.h: New file.
1541        * console/ps2_mouse.c: New file.
1542        * console/ps2_mouse.h: New file.
1543        * console/serial_mouse.c: New file.
1544        * console/serial_mouse.h: New file.
1545        * console/vgainit.c: New file.
1546        * console/vt.c: New file.
1547        * console/Makefile.am: Reflect new files.
1548        * console/console.c, console/inch.c, console/outch.c: Console
1549        functionality modifications.
1550        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
1551
15522000-08-10      Joel Sherrill <joel@OARcorp.com>
1553
1554        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.