summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-08-013-23/+8
| | | | * Makefile.am, startup/bspstart.c: Use shared ShowBATS() method.
* 2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-013-11/+17
| | | | | * Makefile.am, preinstall.am: You need main() to link all applications. There is no C++ specific way to link currently.
* 2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-312-1/+8
| | | | | | | PR 1249/build * configure.ac: Jerry Needell <jerry.needell@unh.edu> reported that the leon3 was left out of the cache enable logic. Thus the cache management support code was empty on LEON3 CPUs.
* 2007-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-272-5/+14
| | | | * nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
* Formatting.Joel Sherrill2007-07-271-10/+9
|
* removed superfluous bss sectionThomas Doerfler2007-07-272-13/+9
|
* 2007-07-27 Chris Johns <chrisj@rtems.org>Chris Johns2007-07-271-0/+5
| | | | | * wrapup/Makefile.am: Create archive from a file for hosts with a limited command line size.
* 2007-07-27 Chris Johns <chrisj@rtems.org>Chris Johns2007-07-271-2/+3
| | | | | * wrapup/Makefile.am: Create archive from a file for hosts with a limited command line size.
* 2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-262-2/+7
| | | | | * nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message sizes.
* Cleanup.Ralf Corsepius2007-07-251-10/+11
|
* 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-252-0/+3
| | | | * configure.ac: Add nfsclient.
* 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-251-1/+4
| | | | | | * nfsclient/Makefile.am: New. * nfsclient/proto/Makefile, nfsclient/Makefile, nfsclient/src/Makefile: Remove.
* Regenerate.Ralf Corsepius2007-07-251-0/+47
|
* New.Ralf Corsepius2007-07-252-0/+78
|
* Remove.Ralf Corsepius2007-07-253-196/+0
|
* 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-251-0/+5
| | | | | * nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac). * nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
* Remove (Rename into ChangeLog.slac).Ralf Corsepius2007-07-251-112/+0
|
* New (Renamed from ChangeLog).Ralf Corsepius2007-07-251-0/+112
|
* 2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-07-251-0/+15
| | | | | | | | | | | | | | | * nfsclient/README, nfsclient/proto/nfs_prot_xdr.c, nfsclient/proto/mount_prot.x, nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/Makefile, nfsclient/proto/mount_prot.h, nfsclient/proto/nfs_prot.h, nfsclient/proto/nfs_prot.x, nfsclient/Makefile, nfsclient/ChangeLog, nfsclient/src/dirutils.c, nfsclient/src/nfsTest.c, nfsclient/src/rpcio.h, nfsclient/src/nfs.modini.c, nfsclient/src/xdr_mbuf.c, nfsclient/src/cexphelp.c, nfsclient/src/Makefile, nfsclient/src/sock_mbuf.c, nfsclient/src/nfs.c, nfsclient/src/librtemsNfs.h, nfsclient/src/rpcio.modini.c nfsclient/src/rpcio.c, nfsclient/rtems-filesystem-patch, nfsclient/rfc1094.txt, nfsclient/LICENSE: Import from rtems-nfs-1.5.
* This commit was generated by cvs2svn to compensate for changes in r15677,Ralf Corsepius2007-07-2525-0/+13055
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from rtems-nfs-1.5.tgz.Ralf Corsepius2007-07-2525-0/+13055
|
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-245-5/+239
| | | | | | | * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker script as linkcmds.sim and use one with enough memory to link all tests so we can at least build things. * startup/linkcmds.sim: New file.
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-243-41/+25
| | | | | | | | * Makefile.am, startup/main.c: Now can link with C compiler and not require C++ compiler to link. The file rtems-ctor.cc is not being built but if there is a need for C++ code to run on this BSP, then it will have to be addressed. The simplest solution which might work is to check the RTEMS system state before calling bsp_start() in main().
* 2007-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-232-2/+7
| | | | | * start/preload.S: Fix symbolic reference. Did earlier modifications change the conditionals specificed when this BSP is built?
* added vectors_entry.S to Makefile.amThomas Doerfler2007-07-232-0/+5
|
* 2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-183-26/+30
| | | | * Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
* Spacing.Joel Sherrill2007-07-181-0/+2
|
* added PPC_e300 to raw_exception.cThomas Doerfler2007-07-184-5/+12
| | | | removed timed abort in ns16550.c transmit code
* removed file, will be generated automatically with autoconfThomas Doerfler2007-07-181-24/+0
|
* added missing fileThomas Doerfler2007-07-181-0/+24
|
* * vmeUniverse/vmeTsi148.c: Use size_t for sizes.Till Straumann2007-07-162-1/+5
|
* 2007-07-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-138-2/+354
| | | | | | | * Makefile.am, preinstall.am: Install a linkcmds all the time. * startup/bspstart.c, startup/cpuinit.c, startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing $Id$. * startup/linkcmds: New file.
* 2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-122-2/+6
| | | | * Makefile.am: Correct so it now links.
* 2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-122-0/+6
| | | | * startup/linkcmds.brs5l: Add .jcr section.
* 2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-112-0/+42
| | | | * README.IceCube: New file.
* 2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-113-2/+9
| | | | | * console/console.c: Fix typo accidentally introduced. * network_5200/network.c: Fix warning.
* 2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-112-0/+6
| | | | * include/.cvsignore: New file.
* 2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-112-1/+6
| | | | * startup/linkcmds.ep5200: Add .jcr section.
* 2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-112-0/+5
| | | | * network/network.c: Removed warning.
* 2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-113-959/+18
| | | | | * ChangeLog: New file. * aclocal.m4, include/bspopts.h.in: Removed.
* 2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-112-1233/+8
| | | | | | | | | * .cvsignore: New file. * Makefile.in: Removed. 2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> * New BSP -- generic 83xx but tested on mpc8349eamds.
* fixed some c++ problemsThomas Doerfler2007-07-106-49/+48
|
* added c++ supportThomas Doerfler2007-07-103-3/+9
|
* additional fixes for the shared exception codeThomas Doerfler2007-07-1018-17/+55
|
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-1049-310/+9318
| | | | many different versions of new exception handling code to shared sources.
* Move stack outside of _rtems_end marked area.Joel Sherrill2007-07-061-1/+1
|
* 2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-067-28/+87
| | | | | | | | | | * Makefile.am: Add startup/bspclean.c * console/console.c: Remove warning. * include/bsp.h: Add conditionals for prompt for reset and resetting board. * start/start.S: Remove if 1 around section. * vectors/vectors_init.c: Do not print unless noisy init enabled. * startup/bspclean.c: New file. Will prompt for reset and reset.
* 2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-063-9/+19
| | | | | * clock/clock.c, console/console.c: Add clock HW initialization missed in earlier conversion.
* fixed some problems with shared PPC exception handling codeThomas Doerfler2007-07-0520-41/+53
|
* 2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-052-0/+18
| | | | * .cvsignore: New file.