summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-184-42/+165
| | | | | * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared interrupt support to i386.
* 2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-122-3/+12
| | | | | | | | | PR 1385/cpukit * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the C99 bool, the size changed from 4 bytes to 1 byte. The interrupt dispatching code accesses two boolean variables for scheduling purposes and the assembly implementations of this code did not get updated.
* 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-086-6/+18
| | | | * bsp_specs: Backport from CVS-HEAD.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-042-7/+12
| | | | | PR 1344/bsps * clock/ckinit.c: Committed code was not final. Corrections.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-034-36/+214
| | | | | | | | | Michael South <msouth@msouth.org> PR 1344/bsps * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-031-9/+16
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-304-30/+10
| | | | * timer/timer.c: Eliminate uses of old benchmark timer names.
* Cosmetics.Ralf Corsepius2008-09-241-1/+0
|
* 2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-071-0/+4
| | | | * shared/comm/i386-stub.c: Include stdbool.h.
* Include stdbool.h.Ralf Corsepius2008-09-071-0/+1
|
* Convert to "bool".Ralf Corsepius2008-09-061-3/+3
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * ide/ide.c: Convert to "bool".
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+4
| | | | * shared/comm/i386-stub.c, shared/irq/irq.c: Misc. "bool" changes.
* Misc. "bool" changes.Ralf Corsepius2008-09-062-3/+3
|
* Convert to Unix file format.Ralf Corsepius2008-09-061-316/+316
|
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-054-72/+14
| | | | | | | * clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+1
| | | | * console/console.c: Remove bogus decl.
* Remove bogus decl.Ralf Corsepius2008-09-051-1/+0
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-052-0/+8
| | | | * timer/timer.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-052-8/+8
|
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * timer/timer.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-051-5/+5
|
* Eliminate rtems_boolean.Ralf Corsepius2008-09-021-1/+1
|
* 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-021-0/+5
| | | | | * clock/rtc.c, console/inch.c, ne2000/ne2000.c, timer/timer.c: Eliminate rtems_boolean.
* Eliminate rtems_boolean.Ralf Corsepius2008-09-024-27/+27
|
* 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-021-0/+4
| | | | * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
* Eliminate rtems_boolean.Ralf Corsepius2008-09-022-4/+4
|
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-316-64/+57
| | | | | * timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-316-46/+61
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-242-5/+57
| | | | | * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct warnings and ensure BSP still works.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-222-1/+5
| | | | * Makefile.am: Now named bspclean.c
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-212-0/+5
| | | | | * startup/bspclean.c: New file. * startup/exit.c: Removed.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-192-5/+9
| | | | * console/ps2_mouse.c: Fix ps2 mouse interrupt.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-193-29/+25
| | | | | * shared/comm/i386-stub.c, shared/irq/irq_init.c: Fix warnings for prototypes, types, etc.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-195-3/+14
| | | | | * clock/ckinit.c, console/serial_mouse.c, ne2000/ne2000.c, startup/bspstart.c: Fix warnings for prototypes, types, etc.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-192-0/+7
| | | | * bin2boot.c: Fix uninitialized variable warning.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+2
| | | | | * shared/comm/i386-stub-glue.c, shared/comm/i386-stub.c: Add missing prototypes.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+5
| | | | | * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2008-08-188-11/+11
|
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+2
| | | | | * console/mouse_parser.c, console/mouse_parser.h, console/outch.c: Add missing prototypes.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+4
| | | | * shared/irq/irq_init.c: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2008-08-183-30/+30
|
* Move bogus ChangeLog entry to tools/ChangeLogRalf Corsepius2008-08-182-5/+5
|
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+4
| | | | * console/ps2_mouse.c, timer/timer.c: Add missing prototypes.
* 2008-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-161-0/+4
| | | | * timer/timer.c: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2008-08-161-4/+4
|
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-292-0/+7
| | | | | * tools/configure.ac: Add CFLAGS to workaround building errors on a 64bit AMD host.
* 2008-07-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-292-316/+320
| | | | * ide/ide.c: Updated to the rtems_* libblock changed.
* Cleanup.Ralf Corsepius2008-07-146-36/+0
|
* 2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-232-58/+10
| | | | | | * shared/comm/tty_drv.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.