summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-092-1/+6
| | | | * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
* 2002-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-092-1/+6
| | | | | * shared/interrupts/isr_entries.S: Corrected typo in mips1 END_FRAME directive that lead to linker errors.
* 2002-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-092-0/+6
| | | | | * libc/getservent.c: Per PR265, add #include <netinet/in.h> for ntohl() function.
* 2002-08-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2002-08-092-7/+6
| | | | | | * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with the real one provided by gcc. I don't know if this makes this BSP work for C++ but it at least lets simple programs link again.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-094-2/+10
| | | | * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-097-87/+9
| | | | | | | | | * include/Makefile.am: Remove. * include/.cvsignore: Remove. * include/rtems/Makefile.am: Remove. * include/rtems/.cvsignore: Remove. * include/rtems/score/Makefile.am: Remove. * include/rtems/score/.cvsignore: Remove.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-096-175/+43
| | | | | | | | * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups. * Makefile.am: Add wrapup-SUBDIR. * wrapup/ChangeLog: Remove. * wrapup/configure.ac: Remove.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-092-1/+7
| | | | | * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-093-3/+10
| | | | | | | * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of $(@RTEMS_BSP_FAMILY). * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE. Use RTEMS_BSP_FAMILY to detect the bare BSP.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-093-2/+10
| | | | | | * Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache creation (Make the bare BSP happy). * configure.ac: Ditto.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-092-3/+8
| | | | | | * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE. Replace $bspdir with $RTEMS_BSP_FAMILY.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-093-1/+67
| | | | | | | | | * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs. Create make/custom/default.cfg. * configure.ac: Add creation of make/custon/*.cfg. Create make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-092-0/+20
| | | | * bsp.mak: New.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-093-42/+9
| | | | | | | | * Makefile.am: Remove RTEMS_BSP.cache generation. Remove handling custom/*.cfgs. Remove handling custom/default.cfg. * configure.ac: Remove handling of custom/*.cfgs. Remove auto* generated custom/default.cfg.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-092-6/+34
| | | | | | * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
* 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-093-4/+7
| | | | | | * configure.ac: Remove include/Makefile, include/rtems/Makefile, include/rtems/score/Makefile (Eliminate targopts.h). * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)
* 2002-08-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-086-10/+25
| | | | | * setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
* 2002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-086-158/+27
| | | | | | | | | | * start/Makefile.am: Pick up rest of Ralf'f changes and use cp not make-rel since there is no point in this case. * start/debugreset.S: Rights were not assigned. * start/reset.S: Add ifdef to avoid core dump until Chris can track it down. * start/cpuboot.c: Moved to startup. * startup/Makefile.am: Account for above.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-08-083-2/+26
| | | | | | | | | * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used anywhere). Add ODS60302_DEBUG conditional. * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31). * configure.ac: Add --enable-ods60302-debug. Add ODS60302_DEBUG conditional.
* 2002-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-082-2/+5
| | | | * cpu.c: Move pointer into #ifdef to avoid compiler warning.
* 2002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-073-1/+9
| | | | * aclocal/version.m4: Updated to rtems-ss-20020807.
* 2002-08-07 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-08-072-1/+5
| | | | * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
* 2002-08-07 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-08-073-3/+8
| | | | | * acinclude.m4, configure.ac: Bender BSP renamed to OpenRisc Reference Platform or ORP.
* 2002-08-07 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-08-072-1/+6
| | | | | * configure.ac: Bender BSP renamed to OpenRisc Reference Platform for ORP.
* 2002-08-07 Ivan Guzvinec <ivang@opencores.org>Joel Sherrill2002-08-074-37/+67
| | | | | * include/bsp.h, start/start.S, startup/linkcmds: Patches which were required to make the BSP run.
* 2002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-072-0/+8
| | | | | | * netinet/in.h: Per PR263, added include of <machine/endian.h> to <netinet/in.h> so it includes prototypes of ntohl() family of routines.
* 2002-08-07 Chris Johns <ccj@acm.org>Joel Sherrill2002-08-072-2/+8
| | | | | | * src/coretodset.c: Correct calculation of ticks until next section boundary. It was incorrectly based upon current time not the time that is being set.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-073-3/+10
| | | | | | * configure.ac: Add missing ',' to librpc activation. Add AC_MSG_CHECKING/AC_MSG_RESULT. * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-072-6/+16
| | | | | * configure.ac: Fix bug in librpc activation, having introduced by yesterday's patch.
* 2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-072-3/+5
| | | | * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-063-3/+8
| | | | | * acinclude.m4, configure.ac: Go back to name bender for the or32/or1200 BSP.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-1/+5
| | | | * configure.ac: GO back to name bender for the or32/or1200 BSP.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-063-3/+8
| | | | | * acinclude.m4, configure.ac: Update and fix minor things so this BSP compiles and almost completely links.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-066-62/+67
| | | | | | * bsp_specs, configure.ac, startup/bspstart.c: Update and fix minor things so this BSP compiles and almost completely links. * startup/Makefile.am: New file.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-2/+22
| | | | | * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU model names so we can turn on the best compile of memcpy.c.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-064-2/+12
| | | | * configure.ac: or32 does not currently support librpc.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-064-4/+9
| | | | | * asm.h, rtems/score/cpu.h: Correct items that have changed since RTEMS version or32 port was based upon.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-065-4/+9
| | | | | * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-2/+8
| | | | | | * setup.def: Updating gcc3/newlib patches and tool versions. The focus of this round of patches was ot eliminate header file name conflicts between RTEMS and newlib.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-063-2/+9
| | | | | * configure.ac: Replace mcpu32 by mcpu32p conditional. * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-0/+9
| | | | * include/.cvsignore: Updated to account for more files.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-0/+18
| | | | * .cvsignore: New file.
* 2002-08-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-062-0/+18
| | | | * Makefile.am: New file.
* 2002-08-06 Chris Ziomkowski <chris@asics.ws>Joel Sherrill2002-08-062-0/+27
| | | | | * custom/or32sim.cfg: New file added as part of merge from OpenCores repository.
* 2002-08-06 Chris Ziomkowski <chris@asics.ws>Joel Sherrill2002-08-063-0/+40
| | | | | * ChangeLog, acinclude.m4, configure.ac: New files added as part of merge from OpenCores repository.
* 2002-08-06 Chris Ziomkowski <chris@asics.ws>Joel Sherrill2002-08-0632-0/+2549
| | | | | | | | | | | | | * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console.c, console/console.h, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, timer/timerisr.c, wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog: New files added as part of merge from OpenCores repository.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-062-1/+4
| | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-062-1/+4
| | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
* 2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-062-7/+9
| | | | | * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP. Use AS_IF instead of if/then/else/fi.
* 2002-08-05 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-08-052-15/+7
| | | | | | | * pci/pcibios.c: Per PR262, removed all asserts so probes for devices that are not present will work. This lets you have multiple PCI Ethernet drivers in an application and dynamically use the one for the card othat is present.