summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-01-31Ralf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVSJoel Sherrill1-1/+0
that should not have been.
2000-01-31Patch rtems-rc-20000118-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill24-111/+19
that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups
2000-01-31Modification to properly support BSP aliases (pc[456]86).Joel Sherrill1-4/+4
2000-01-31Suggested modification from Rosimildo da Silva <rdasilva@connecttel.com>Joel Sherrill1-9/+10
to make the BSP boot on netboot.
2000-01-31Added AC_SUBST(RTEMS_BSP) so the makefiles properly honor theJoel Sherrill1-0/+1
BSP alias on the tools.
2000-01-31BSP now links although this change is untested.Joel Sherrill1-3/+7
2000-01-28Patch from John M. Mills <jmills@tga.com> to include moreJoel Sherrill1-0/+6
information on hardware settings.
2000-01-26No longer incorrectly references mips.Joel Sherrill3-22/+8
2000-01-26Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill22-331/+823
that converts the a29k to automake. This patch contains * An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_*** which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details. * A dummy bsp_specs to libbsp/29k/portsw * An update to the automake files related to the a29k. Note: * This patch is completely untested, because I don't have a toolchain for it. * The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again.
2000-01-23Wrong BSP referenced.Joel Sherrill2-2/+2
2000-01-21Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill1-28/+16
Some excellent sleuthing by Bob Wisdom <bobwis@ascweb.co.uk> revealed that an empty mbuf at the end of a packet chain would cause the `retire' function to blow up. Moving the line of code which bumps the transmit buffer descriptor pointer fixes the problem. Some additional cleanup of the sendpacket function was also completed.
2000-01-14Now ignores minimum and does not run it.Joel Sherrill2-2/+2
2000-01-14Now using Makefile.am to generate this file.Joel Sherrill1-279/+0
2000-01-14Removed numerous warnings.Joel Sherrill7-8/+16
2000-01-13Updated files missed in earlier batch from Eric Norum.Joel Sherrill2-26/+18
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill46-681/+192
2000-01-13Missed removing this file in an earlier commit. This is removedJoel Sherrill1-70/+0
because of the conversion to automake and replaced by a Makefile.am.
2000-01-13Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill22-39/+102
and memory layout. Next step is to share the same bsp_pretasking_hook.
2000-01-13New patch from Eric Norum plus some minor mods by Joel.Joel Sherrill8-361/+310
2000-01-13Fixed spacing.Joel Sherrill1-2/+2
2000-01-13Made _clear_end a "PROVIDE."Joel Sherrill1-1/+1
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-41/+288
that converts the libbsp/i386 subdirectory to full automake.
2000-01-12Eric Norum <eric@cls.usask.ca> submitted linker script and bsp_specsJoel Sherrill26-761/+1420
for the gen68360 that let it work with ELF and C++ exceptions. This was used as the basis for changes to EVERY m68k bsp_specs and linkcmds. Before this modification is over, the layout of the starting stack, heap, and workspace will likely be modified for every m68k BSP. Then they will all be very similar.
2000-01-12Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill76-1787/+1142
that converts the libbsp/i386 subdirectory to full automake.
2000-01-12Patch rtems-rc-20000104-15.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill7-10/+14
that fixes the following problems: 1. Removing bogus ';' in some configure.in (cosmetical fix) 2. Moves GAS_CODE16 checks to libbsp/i386/*/configure.in (essential fix) #2 was responsible for the gcc/binutils-2.9.5 choking while building for the pc386.
2000-01-11File removed as it was not being used.Joel Sherrill1-268/+0
2000-01-11Removed old hack of using Configuration Table entry ticks_per_timesliceJoel Sherrill30-620/+450
being set to 0 to indicate that there should be no Clock Tick. This was used by the Timing Tests to avoid clock tick overhead perturbing execution times. Now the Timing Tests simply leave the Clock Tick Driver out of the Device Driver Table.
2000-01-11Bug fix from Wayne Bullaughey <wayneb@cacdsp.com> to use the complementJoel Sherrill2-2/+2
of the mask when disabling the interrupt.
2000-01-10Now automake generated.Joel Sherrill1-71/+0
2000-01-10Added mpc6xx/timer/Makefile.Joel Sherrill1-0/+1
2000-01-10Accidentally deleted.Joel Sherrill1-0/+70
2000-01-10Removed warning by changing %eax -> %ax as source of move to segmentJoel Sherrill1-3/+3
registers.
2000-01-10Corrected compilation problem in lgdt instruction.Joel Sherrill1-0/+3
2000-01-10Added include of <bsp/irq.h> per Jay Kulpinski <jskulpin@eng01.gdds.com>.Joel Sherrill1-0/+2
2000-01-10Patch rtems-rc-20000104-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill3-6/+6
which fixes some PowerPC specific bugs.
2000-01-10Patch rtems-rc-20000104-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill117-738/+1028
which converts the PowerPC BSPs to configuration and more automake. * Besides adding partial automake support, rsp converting all powerpc BSPs to make them compliant to the new configuration scheme, this patch attempts to fix several configuration bugs in powerpc related Makefiles.
2000-01-10Per suggestions of Eric Valette <valette@crf.canon.fr> and JayJoel Sherrill2-4/+4
Kulpinski <jskulpin@eng01.gdds.com>, the bsp_specs now defines USE_ENHANCED_INTR_API and powerpc/shared/include/bsp.h uses that to enable its tm27 support.
2000-01-10Fixed unterminated comment spotted by eagle eye Ralf CorsepiusJoel Sherrill1-0/+1
<corsepiu@faw.uni-ulm.de>.
2000-01-10Patch rtems-rc-20000104-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill63-2037/+1017
which does the following: * some cleanups, fixes, addtions to the libbsp automake transition patches * The missing Automake transistion patches all libcpu/<cpu>/<variant>/* previously not yet been converted to automake (libcpu/powerpc, libcpu/hppa1.1, libcpu/mips64orion, libcpu/sparc) => With this patch, libcpu/*/* is under full automake control. NOTES: * This patch is tested by building for random set of bsps affected by this patch, but not tested for all BSPs. * The parts of this patch related to libcpu/powerpc fix many small bugs inside of those Makefiles. * Have a look into libcpu/powerpc/mpc6xx/, which is in rather bad shape, IMO. Obviously most subdirectories seem to be build but are not included into libcpu.a by wrapup/Makefile. Addtionally, no actual BSP uses this cpu-variant subdirectory. Furthermore libcpu/powerpc/mpc6xx has a different directory layout than all other powerpc/<variant>/ directories. Joel's note: I agree but the issue is that there is a conflict between including timer or clock in libcpu/XXX/wrapup/Makefile.* and letting a BSP specifically decide to pick it up. There is no clear solution to this at the moment.
2000-01-10Patch rtems-rc-20000104-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill48-405/+373
that converts the i386 directory to automake. NOTE: Ralf is unable to build any i386 BSPs. This was true before and after this patch and appears (to Joel) to be a tool issue unrelated since others can build i386 BSPs.
2000-01-10Patch rtems-rc-20000104-10.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill144-784/+973
that converts the m68k directory to automake. NOTE: This one is fully tested by building *all* bsps with ../../rtems-rc-20000104/configure \ --target=m68k-rtems \ --prefix=/tmp/rtems \ --enable-cxx \ --disable-posix \ --enable-rdbg \ --disable-networking \ --enable-maintainer-mode \ --enable-multiprocessing \ --disable-tests make
2000-01-10Patch rtems-rc-20000104-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill14-139/+139
that converts the hppa1.1 directory to automake. NOTE: * Due to not having a toolchain (gcc refuses to build) this patch is untested. * I omited/deactivated the pxfl subdirectory, because I don't understand how it supposed to work. Joel's note: It was right to ignore the pxfl directory. It should be removed one the BSPs are moved outside the tree. This was an old hack.
2000-01-10Patch rtems-rc-20000104-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+61
that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
2000-01-10Patch rtems-rc-20000104-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill11-137/+74
that converts the a29k directory to automake. NOTE: This port is not based on the GNU tools so no one can test it.
2000-01-10Patch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill26-255/+241
that converts the i960 directory to automake. The same kind of libbsp configuration as for the mips64orion, now for the i960. In addition to libbsp configuration this patch also contains two fixes for cvme961.cfg and rxgen960.cfg, which contained non-functional make-exes. (Now both bsps probably have the same issues with linking c++ applications as the gensh2 has, but this is a different open issue not tried to be solved now). The rxgen961 also seems to have problems with its start file, because linking apps fails due to not finding start.o. (Note that libbsp/i960/rxgen960 lacks a start subdirectory!). I leave solving this issue to you :)
2000-01-10Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-9/+118
that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
2000-01-10Patch rtems-rc-20000104-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill10-65/+66
that converts the mips64orion directory to automake. Ralf's Note: This patch demonstrates another kind of supporting the new style of configuration, which avoids having to port all Makefile.ins to automake, but to keep using most old style Makefile.ins.
2000-01-10Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-0/+62
that converts the no_cpu directory to automake.
2000-01-10Patch rtems-rc-20000104-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill17-473/+220
that converts the no_cpu directory to automake.
2000-01-10Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill19-470/+315
that converts the unix directory to automake. Ralf's note: Please check c/src/lib/libbsp/unix/posix/startup/Makefile.am. I am not sure if it is correct.