summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-09-272004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2-32/+120
PR 608/bsps * pci/pcibios.c: BusCountPCI().
2004-09-24Fix typo in previous change.Ralf Corsepius6-6/+6
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius12-6/+30
* configure.ac: Require automake > 1.9.
2004-07-282004-07-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+7
* Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network. * network/ne2000.c: Add include of <sys/errno.h>.
2004-07-252004-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+10
* 3c509/3c509.c: Add <sys/errno.h>. * startup/linkcmds: Add .jcr section.
2004-05-212004-05-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill3-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-212004-05-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+7
* ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
2004-04-232004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-10/+42
PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius9-52/+126
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-27/+15
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-3/+15
PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21Remove duplicate white lines.Ralf Corsepius66-344/+30
2004-04-21Remove stray white spaces.Ralf Corsepius77-1489/+1587
2004-04-15Remove stray white spaces.Ralf Corsepius46-110/+126
2004-04-142004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-0/+7
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
2004-04-092004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-02 * start/start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius9-6/+21
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-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-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-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-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius3-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-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-10/+4
* pci/pcibios.c: Convert to using c99 fixed size types.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius5-11/+16
* clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius8-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-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius6-25/+30
* clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
2004-03-09Remove refs to Makefile*.Ralf Corsepius3-6/+0
2004-03-08UnusedRalf Corsepius3-6/+0
2004-02-192004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-4/+70
* Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
2004-02-192004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-43/+44
* Makefile.am: Don't install *.rels. Reflect changes to bsp.am. Preinstall dist_project_lib*.
2004-02-142004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* configure.ac: Explicitly check for OBJCOPY.
2004-02-142004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-6/+14
* Makefile.am: Reflect changes to bsp.am.
2004-02-142004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-1/+9
* Makefile.am: Reflect changes to bsp.am.
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-2/+6
* acinclude.m4: Regenerate.
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
2004-02-12.cvsignore: Remove (Unused).Ralf Corsepius3-6/+0
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-3/+15
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-122004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+5
* Makefile.am: Add start*.bin to CLEANFILES.
2004-02-062004-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-6/+64
* Makefile.am: Split startup into multiple .rels without reorganizing the source.
2004-02-062004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-10/+22
* Makefile.am: Pickup files from ../../i386/shared instead of ../shared. Reformat.
2004-02-042004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* Makefile.am: Add missing $ in reference to 3c509.rel.
2004-02-032004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius22-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-032004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-22/+26
* irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
2004-01-302004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius19-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-302004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius30-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-292004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-3/+21
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+7
* Makefile.am: Add PREINSTALL_DIRS.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius4-2/+14
* Makefile.am: Add PREINSTALL_DIRS. * console/Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-2/+18
* Makefile.am: Add PREINSTALL_DIRS. * wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius6-0/+28
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * startup/Makefile.am: Ditto.