Joel Sherrill
eec7c441d7
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am, preinstall.am: You need main() to link all applications.
There is no C++ specific way to link currently.
2007-08-01 00:49:03 +00:00
Joel Sherrill
8661209e6e
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
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-31 20:23:52 +00:00
Ralf Corsepius
2aaa164372
2007-07-27 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* nfsclient/src/dirutils.c: Use PATH_MAX instead of MAXPATHLEN.
2007-07-27 16:35:15 +00:00
Joel Sherrill
15b81bb58d
Formatting.
2007-07-27 13:37:36 +00:00
Thomas Doerfler
ab66cf0d24
removed superfluous bss section
2007-07-27 06:39:21 +00:00
Chris Johns
735892e345
2007-07-27 Chris Johns <chrisj@rtems.org>
...
* wrapup/Makefile.am: Create archive from a file for hosts
with a limited command line size.
2007-07-27 03:58:04 +00:00
Chris Johns
6232750181
2007-07-27 Chris Johns <chrisj@rtems.org>
...
* wrapup/Makefile.am: Create archive from a file for hosts with
a limited command line size.
2007-07-27 03:50:16 +00:00
Ralf Corsepius
ef38e6caf3
2007-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* nfsclient/src/rpcio.c: Use size_t instead of uint32_t for message
sizes.
2007-07-26 05:29:47 +00:00
Ralf Corsepius
433ea5f850
Cleanup.
2007-07-25 09:33:59 +00:00
Ralf Corsepius
9faed348b8
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Add nfsclient.
2007-07-25 09:33:23 +00:00
Ralf Corsepius
6e6267bb20
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* nfsclient/Makefile.am: New.
* nfsclient/proto/Makefile, nfsclient/Makefile,
nfsclient/src/Makefile: Remove.
2007-07-25 09:32:37 +00:00
Ralf Corsepius
bb9dd72099
Regenerate.
2007-07-25 09:31:27 +00:00
Ralf Corsepius
c91dc45c45
New.
2007-07-25 05:57:07 +00:00
Ralf Corsepius
1f3d2bd322
Remove.
2007-07-25 05:47:18 +00:00
Ralf Corsepius
adb1a084f2
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* nfsclient/ChangeLog: Remove (Rename into ChangeLog.slac).
* nfsclient/ChangeLog.slac: New (Renamed from ChangeLog).
2007-07-25 05:42:02 +00:00
Ralf Corsepius
526cfa8271
Remove (Rename into ChangeLog.slac).
2007-07-25 05:41:48 +00:00
Ralf Corsepius
228a9b16c9
New (Renamed from ChangeLog).
2007-07-25 05:41:25 +00:00
Ralf Corsepius
516f2d716a
2007-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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.
2007-07-25 05:38:29 +00:00
Ralf Corsepius
ee08e0815c
This commit was generated by cvs2svn to compensate for changes in r15677,
...
which included commits to RCS files with non-trunk default branches.
2007-07-25 05:22:23 +00:00
Ralf Corsepius
c589ebc885
Import from rtems-nfs-1.5.tgz.
2007-07-25 05:22:23 +00:00
Joel Sherrill
845c202a48
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* 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 21:34:28 +00:00
Joel Sherrill
f10d37f018
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* 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-24 20:52:56 +00:00
Joel Sherrill
48108bcb91
2007-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* start/preload.S: Fix symbolic reference. Did earlier modifications
change the conditionals specificed when this BSP is built?
2007-07-23 23:30:58 +00:00
Thomas Doerfler
701cb88844
added vectors_entry.S to Makefile.am
2007-07-23 15:48:13 +00:00
Joel Sherrill
ead311b8bf
2007-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, vectors/vectors_init.c: Print stack trace on exception.
2007-07-18 18:07:20 +00:00
Joel Sherrill
02a3b35111
Spacing.
2007-07-18 16:23:25 +00:00
Thomas Doerfler
6aff507844
added PPC_e300 to raw_exception.c
...
removed timed abort in ns16550.c transmit code
2007-07-18 12:51:30 +00:00
Thomas Doerfler
c4bf0441d8
removed file, will be generated automatically with autoconf
2007-07-18 10:07:48 +00:00
Thomas Doerfler
49080ed1c4
added missing file
2007-07-18 10:06:11 +00:00
Till Straumann
9c6019ede7
* vmeUniverse/vmeTsi148.c: Use size_t for sizes.
2007-07-16 06:01:14 +00:00
Joel Sherrill
dfef80e803
2007-07-13 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* 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-13 15:41:22 +00:00
Joel Sherrill
962a025699
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am: Correct so it now links.
2007-07-12 14:40:31 +00:00
Joel Sherrill
9190d23613
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* startup/linkcmds.brs5l: Add .jcr section.
2007-07-12 14:24:26 +00:00
Joel Sherrill
68b9f58d85
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* README.IceCube: New file.
2007-07-11 19:51:12 +00:00
Joel Sherrill
0e1a67e7a2
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/console.c: Fix typo accidentally introduced.
* network_5200/network.c: Fix warning.
2007-07-11 19:36:34 +00:00
Joel Sherrill
6d46a90dbc
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/.cvsignore: New file.
2007-07-11 19:35:51 +00:00
Joel Sherrill
48593d7bba
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds.ep5200: Add .jcr section.
2007-07-11 14:43:21 +00:00
Joel Sherrill
3df0866086
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* network/network.c: Removed warning.
2007-07-11 14:24:20 +00:00
Joel Sherrill
0d9d14a5b7
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* ChangeLog: New file.
* aclocal.m4, include/bspopts.h.in: Removed.
2007-07-11 13:59:14 +00:00
Joel Sherrill
884e4bc352
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* .cvsignore: New file.
* Makefile.in: Removed.
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de >
* New BSP -- generic 83xx but tested on mpc8349eamds.
2007-07-11 13:56:28 +00:00
Thomas Doerfler
6c053cbd84
fixed some c++ problems
2007-07-10 21:02:30 +00:00
Thomas Doerfler
29e86b625e
added c++ support
2007-07-10 19:34:05 +00:00
Thomas Doerfler
185da08642
additional fixes for the shared exception code
2007-07-10 18:43:12 +00:00
Thomas Doerfler
f610e83f53
compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many different versions of new exception handling code to shared sources.
2007-07-10 16:00:28 +00:00
Joel Sherrill
8ddf67e8a6
Move stack outside of _rtems_end marked area.
2007-07-06 21:10:12 +00:00
Joel Sherrill
0a029a5ee5
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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 21:09:33 +00:00
Joel Sherrill
1611e8ca95
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* clock/clock.c, console/console.c: Add clock HW initialization missed
in earlier conversion.
2007-07-06 19:20:21 +00:00
Thomas Doerfler
78f96ab7c7
fixed some problems with shared PPC exception handling code
2007-07-05 20:32:43 +00:00
Joel Sherrill
43923319e7
2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .cvsignore: New file.
2007-07-05 19:03:54 +00:00
Thomas Doerfler
f4e601b95d
Added missing file
2007-07-04 19:02:58 +00:00