summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-024-2/+30
| | | | | * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an object name is raw versus being a string.
* 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-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-027-39/+15
| | | | | * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg, mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-012-5/+4
| | | | * custom/mvme136.cfg: Per PR260 removed make-target-options.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-012-4/+5
| | | | * wrapup/Makefile.am: Don't install.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-012-2/+7
| | | | | * wrapup/Makefile.am: Use librtems.a. * wrapup/Makefile.am: Use libsapi.a.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-012-1/+10
| | | | * src/Makefile.am: Add librtems.a.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-012-1/+9
| | | | * src/Makefile.am: Add libsrtems.a.
* 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-012-2/+6
| | | | * Makefile.am: Clean $(PROJECT_RELEASE).
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-312-1/+5
| | | | * wrapup/Makefile.am: Use libscore.a.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-312-1/+9
| | | | * src/Makefile.am: Build into libscore.a.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-314-3/+7
| | | | | | * aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-312-2/+7
| | | | | * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
* 2002-07-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-314-2/+10
| | | | | * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
* 2002-07-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-3113-2011/+0
| | | | | | | * .cvsignore, ChangeLog, asm.h, configure.ac, cpu.c, cpu_asm.c, rtems/score/.cvsignore, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/or16.h, rtems/score/types.h: Removed as the or16 port was just a stub and only the OR32 port is getting worked on.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-312-5/+5
| | | | * src/mqueuecreatesupp.c: #include <stdlib.h> (malloc).
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-311-0/+4
| | | | * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-311-1/+1
| | | | * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-314-32/+27
| | | | | | * Makefile.am: Merge src/Makefile.am. * src/Makefile.am: Remove. * configure.ac: Remove src/Makefile.am
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-315-61/+6
| | | | | | | * wrapup/Makefile.am: Remove. * wrapup/.cvsignore: Remove. * Makefile.am: Remove wrapup SUBDIR. * configure.ac: Remove wrapup/Makefile.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-1/+6
| | | | | * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-1/+7
| | | | | * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it will disappear when make clean is performed.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-313-4/+8
| | | | * stamp-vti, version.texi: Regenerated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-1/+5
| | | | * Makefile.am: Added arm subdirectory.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-319-27/+51
| | | | * intr_NOTIMES.t, timeBSP.t: Replaced XXX's with real info.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-314-28/+37
| | | | | * .cvsignore: Corrected some errors. * intr_NOTIMES.t, timeBSP.t: Replaced XXX's with real info.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-313-8/+20
| | | | * timeMVME136.t, timedata.t: Replaced XXX's with real info.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-13/+17
| | | | | * callconf.t: Added some markups for fonts and clarified some places.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-16/+26
| | | | | * miscellaneous.t: Added some markups for fonts and clarified some places.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-312-0/+5
| | | | * configure.ac: Added supplements/arm/Makefile.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-301-0/+4
| | | | * README: Updated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-301-2/+2
| | | | | * README: Updated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-3051-110/+110
| | | | | * stamp-vti, verstion.texi: Regenerated.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | * stamp-vti, verstion.texi: Regenerated. 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * Makefile.am: Remove AUTOMAKE_OPTIONS. 2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * Makefile.am: include main.am, require automake-1.5. 2001-01-17 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Added rtems_header.html and rtems_footer.html. 2000-08-10 Joel Sherrill <joel@OARcorp.com> * ChangeLog: New file.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-303-232/+6
| | | | | | * sys/param.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * sys/Makefile.am: Modified to reflect above.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-308-43/+19
| | | | | | | | | | * machine/types.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: Minor modifications to use the simpler machine/types.h. Mostly more complete sets of #include's to account for machine/types.h no longer doing this.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-303-26/+7
| | | | | | | * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above. * include/rtems/termiostypes.h: Avoid use of __P.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-301-1/+0
| | | | | | * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-304-4/+20
| | | | | * spsize/size.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-304-0/+14
| | | | | * stackchk/check.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
* 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 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-07-307-320/+325
| | | | | | | | | * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-17/+22
| | | | * .cvsignore: Corrected by tailoring for the ARM.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-302-0/+39
| | | | * .cvsignore: New file.
* 2002-07-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-07-3017-0/+2175
| | | | | | | * BSP_TIMES, ChangeLog, Makefile.am, arm.texi, bsp.t, callconv.t, cpumodel.t, cputable.t, fatalerr.t, intr_NOTIMES.t, memmodel.t, preface.texi, stamp-vti, timeBSP.t, timing.texi, version.texi, wksheets.texi: New files as ARM supplement initial version added.
* 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-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-303-3/+8
| | | | | * autotools/automake-rtems.spec.in: Automake-1.6.3. * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
* 2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill2002-07-304-2/+564
| | | | | * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum support.