summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-16sh/shared/startup/bspstart.c: Add include of percpu.hJoel Sherrill1-2/+3
2014-10-20libbsp/sh/shared/console.c: Eliminate use of obsolete methodJoel Sherrill1-46/+21
2014-10-16SH libcpu and libbsp: Fix warningsJoel Sherrill1-2/+6
2014-10-09sh/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning ↵Joel Sherrill1-5/+5
and clean up
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns4-4/+4
2013-12-14bsp: Move bspstart.c to sh/shared/startup/Szkocsovszki Zsolt1-0/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill4-8/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-39/+0
* shared/bspgetworkarea.c: Removed.
2008-09-152008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-0/+119
* shared/bspgetworkarea.c, shared/bsphwinit.c, shared/bspstart.c: New files.
2005-10-16Remove.Ralf Corsepius3-46/+0
2004-04-21Remove duplicate white lines.Ralf Corsepius1-1/+0
2004-04-202004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-2/+4
* Makefile.am: Remove C_FILES (Unused).
2004-04-16Remove stray white spaces.Ralf Corsepius2-9/+9
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* console.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
2003-12-032003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+4
* Makefile.am: Cosmetics.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+6
* console.c, setvec.c: URL for license changed.
2003-08-18Fix broken ChangeLog entries.Ralf Corsepius1-1/+1
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
Makefile.am: Reflect having moved automake.
2003-02-032003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-14/+19
PR 338/filesystem * console.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2-1/+4
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-122001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+4
* console.c, setvec.c: Fixed typo.
2000-08-10Adding ChangeLogs.Joel Sherrill1-0/+3
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-2/+2
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
adds .cvsignore.
2000-01-31Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill1-1/+1
Ralf Corsepius <corsepiu@faw.uni-ulm.de> that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams
2000-01-10Patch rtems-rc-20000104-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+11
that converts nearly all of libbsp/sh to automake. Comments follow: 1. Almost full automake support for the libbsp/sh/ subdirectories (exception libbsp/sh/gensh*/wrapup/*) 2. Fixes for libbsp/bare/* 3. Updates to libbsp/* configuration which supports old (autoconf/deep configuration) and new (automake/flat/cascaded configuration) style configuration of libbsp/<cpu>/*
1999-11-22Adding files missed by earlier merger of SH-2.Joel Sherrill1-0/+153
1998-09-29Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+4
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-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+55