summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.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-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-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-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-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-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-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 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-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-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.
* 2002-08-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-056-2/+49
| | | | | | | | | | * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore and required that the m68k optimized memcpy be moved to libcpu. * shared/misc/memcpy.c: Moved from score/cpu/m68k. * configure.ac, shared/Makefile.am: Modified to reflect new directory. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
* 2002-08-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-0520-7/+97
| | | | | | | | * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore and required that the m68k optimized memcpy be moved to libcpu. * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
* 2002-08-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-053-10/+17
| | | | | | * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds to avoid overlapping sections and reworked the way the heap and workspace are calculated.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-022-2/+6
| | | | | | * include/coverhd.h: Per PR261 removed include of <rtems/score/targopts.h> because the file is no longer being generated and really wasn't being used anyway.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-0/+12
| | | | * startup/Makefile.am: Added -DARM_RDI_MONITOR.
* 2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-07-302-17/+20
| | | | | | | * irq/irq_asm.S: ARM port works well enough to run all sptests, tmtests, and ttcp. In addition to general cleanup, there has been considerable optimization to interrupt disable/enable, endian swapping, and context switching.
* 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-304-188/+9
| | | | | | | * cpuModel.S: Include <rtems/score/registers.h> instead of <libcpu/registers.h>. * registers.h: Removed. * Makefile.am: Remove registers.h.
* 2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-303-5/+7
| | | | | | * startup/ldsegs.S: #include <asm.h>. * include/bsp.h: Remove _IBMPC_chrdy (is not a public function). Remove printk (Now in bspIo.h).
* 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-273-5/+13
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-273-1/+9
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-266-2/+20
| | | | | * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
* 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-262-1/+10
| | | | * Makefile.am: Add transform and bsptools_bindir hacks.
* 2002-07-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-258-4/+40
| | | | | * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__ to remove problems linking empty main(){} with BSP.
* 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-07-252-1/+5
| | | | * bootloader/em86real.S: Fix syntax error in comment near line 1185.
* 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-252-4/+8
| | | | | * bootloader/Makefile.am: Install bootloader.o. Install bootloader/bootloader.ppcboot.lds.
* 2002-07-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-252-2/+12
| | | | * vectors/Makefile.am: Install bsp/vectors.h.
* 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-242-0/+5
| | | | * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
* 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-243-10/+20
| | | | | * include/Makefile.am: Fix preinstallation. * bootloader: Eliminate $(INCLUDES).
* 2002-07-22 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-07-222-1/+7
| | | | | | * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the fix for an earlier patch (PR213) which added support for setting BAT0 to setdbat().
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-07-222-8/+10
| | | | | | * startup/bspstart.c: Per PR252 removed hack that tripled size of RTEMS Workspace when POSIX is configured. This was probably done to account for confdefs.h missing some application requirements.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-213-2/+10
| | | | * Makefile.am: Fix oversights in previous patch.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-4/+7
| | | | * startup/Makefile.am: Reformat.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-214-139/+14
| | | | | | * rtems.S: Remove. * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS instead of INCLUDES (Latest automake standard).
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-1/+6
| | | | | * start/Makefile.am: Fix bug in previous patch. Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-7/+11
| | | | | * start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-1/+6
| | | | | * start/Makefile.am: Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-212-0/+8
| | | | | | * start/Makefile.am: Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o (Didn't make it into cvs at 2002-07-20 :( )
* 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-2112-24/+48
| | | | | * start/Makefile.am: Eliminate PGMS. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.