summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-272-32/+120
| | | | | PR 608/bsps * pci/pcibios.c: BusCountPCI().
* Fix typo in previous change.Ralf Corsepius2004-09-246-6/+6
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-2412-6/+30
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-282-0/+6
| | | | * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-252-1/+6
| | | | * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-253-2/+7
| | | | | * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network. * network/ne2000.c: Add include of <sys/errno.h>.
* 2004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-07-253-0/+10
| | | | | * 3c509/3c509.c: Add <sys/errno.h>. * startup/linkcmds: Add .jcr section.
* 2004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2004-05-213-28/+40
| | | | | | | | * PR 624/bsps startup/bspstart.c: When probing the memory, make sure not to corrupt the application. Only probe addresses beyond rtemsFreeMemStart. * Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling the screen.
* 2004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-05-213-0/+7
| | | | | * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-239-10/+42
| | | | | | PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
* 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-229-52/+126
| | | | | * include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-216-27/+15
| | | | | PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
* 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-216-3/+15
| | | | | PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
* Remove duplicate white lines.Ralf Corsepius2004-04-2166-344/+30
|
* Remove stray white spaces.Ralf Corsepius2004-04-2177-1489/+1587
|
* Remove stray white spaces.Ralf Corsepius2004-04-1546-110/+126
|
* 2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-142-0/+7
| | | | | * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-092-1/+5
| | | | * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* * start/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2004-04-029-6/+21
| | | | * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-012-3/+9
| | | | | | * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-013-4/+11
| | | | | | | * startup/ldsegs.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-013-4/+11
| | | | | | | * network/network.c: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-312-10/+4
| | | | * pci/pcibios.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-315-11/+16
| | | | | * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-318-66/+72
| | | | | | * clock/ckinit.c, clock/rtc.c, console/inch.c, ide/ide.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-316-25/+30
| | | | | * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
* Remove refs to Makefile*.Ralf Corsepius2004-03-093-6/+0
|
* UnusedRalf Corsepius2004-03-083-6/+0
|
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-194-4/+70
| | | | | * Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-43/+44
| | | | | * Makefile.am: Don't install *.rels. Reflect changes to bsp.am. Preinstall dist_project_lib*.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * configure.ac: Explicitly check for OBJCOPY.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-144-6/+14
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-143-1/+9
| | | | * Makefile.am: Reflect changes to bsp.am.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-2/+6
| | | | * acinclude.m4: Regenerate.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-1/+5
| | | | * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
* .cvsignore: Remove (Unused).Ralf Corsepius2004-02-123-6/+0
|
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-126-3/+15
| | | | * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
* 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-122-0/+5
| | | | * Makefile.am: Add start*.bin to CLEANFILES.
* 2004-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-02-062-6/+64
| | | | | * Makefile.am: Split startup into multiple .rels without reorganizing the source.
* 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-064-10/+22
| | | | | * Makefile.am: Pickup files from ../../i386/shared instead of ../shared. Reformat.
* 2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-042-1/+5
| | | | * Makefile.am: Add missing $ in reference to 3c509.rel.
* 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-0322-393/+255
| | | | | | | | | | | | * Makefile.am: Merge-in 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ide/Makefile.am, ne2000/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above. * start/start.S: Change comment to make it gcc -ansi compliant.
* 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-032-22/+26
| | | | * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
* 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-3019-96/+55
| | | | | | | | | | | | | * Makefile.am: Merge-in debug_ada/Makefile.am, debug_c/Makefile.am, dos_sup/Makefile.am, network_ada/adasockets/Makefile.am, network_ada/Makefile.am, network_ada/listener/Makefile.am, network_ada/tcprelay/Makefile.am, ts_1325_ada/Makefile.am. Use automake compilation rules. * debug_ada/Makefile.am, debug_c/Makefile.am, dos_sup/Makefile.am, network_ada/adasockets/Makefile.am, network_ada/Makefile.am, network_ada/listener/Makefile.am, network_ada/tcprelay/Makefile.am, ts_1325_ada/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-3030-476/+260
| | | | | | | | | * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-296-3/+21
| | | | | * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-212-1/+7
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-214-2/+14
| | | | | | * Makefile.am: Add PREINSTALL_DIRS. * console/Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-216-2/+18
| | | | | * Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-146-0/+28
| | | | | | * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * startup/Makefile.am: Ditto.