summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032 (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-10-13Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct minorJoel Sherrill1-2/+2
cosmetic things.
1998-09-30New file from Ralf.Joel Sherrill1-0/+91
1998-09-29Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill3-8/+7
Please find enclosed a patch which enables me to build the bare-bsp for sh-rtems. Changes: 1. Add preinstall to libbsp/bare/include/Makefile.in 2. Removed FORCEIT, add preinstall to libbsp/sh/gensh1/include/Makefile.in 3. Disabled support of set_vector from sh code (shared/setvec.c is still present but isn't used anymore), set_vector replaced with standard rtems functions. Problems still present: 1. Support of spin-delays in bare bsp 2. Proper support of cpu frequency To configure I used: <srcdir>/configure \ --target=sh-rtems \ --prefix=<instdir>/sh-bare \ --enable-bare-cpu-model=sh7032 \ --enable-bare-cpu-cflags='-Wall -m1 -DMHZ=20 -DCPU_CONSOLE_DEVNAME="\"/dev/null\""' --enable-rtemsbsp=bare \ --disable-networking \ --disable-cxx \ --disable-posix \ --disable-tests IMO, if there are no objections to this patch, a similar approach should be applied to all CPUs/BSPs (esp. hppa1.1, mips64orion, ppc403, because they apply set_vector inside of libcpu).
1998-04-27Fix from Ralf Corsepius:Joel Sherrill1-6/+1
use a wildcard rule instead of explicit listing all include files (I have more libcpu header files than the public version has. This patch removes the need to patch this Makefile for my private bsps)
1998-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill19-0/+1532
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2-0/+563