Joel Sherrill
00d25f312b
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am: Add smdk2410.
2008-05-06 21:23:08 +00:00
Joel Sherrill
17fbf03b3a
2008-05-06 Ray Xu <rayx.cn@gmail.com>
...
* acinclude.m4: Add smdk2410. Update gp32 to use shared code.
2008-05-06 21:03:02 +00:00
Joel Sherrill
437baaeccb
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* include/bsp.h: Grammar.
2008-05-06 21:02:50 +00:00
Joel Sherrill
1781f59fcb
2008-05-06 Ray Xu <rayx.cn@gmail.com>
...
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
startup/memmap.c: New files.
2008-05-06 21:01:27 +00:00
Joel Sherrill
2226b8f80b
2008-05-06 Ray Xu <rayx.cn@gmail.com>
...
* custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code.
* custom/smdk2410.cfg: New file.
2008-05-06 20:59:23 +00:00
Joel Sherrill
dbdb025548
2008-05-06 Ray Xu <rayx.cn@gmail.com>
...
* Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
Add CPU type s3c2410. Add a new s3c24xx common file shared between
s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
were changed to include <s3c24xx.h> instead of <s3c2400.h>.
* s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
2008-05-06 20:58:05 +00:00
Joel Sherrill
0542a23b3f
2008-05-06 Ray Xu <rayx.cn@gmail.com>
...
* console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge
smdk2410 with gp32.
2008-05-06 20:54:06 +00:00
Joel Sherrill
e06b6b0a09
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* score/src/objectget.c: Improve comments and readability.
2008-05-06 20:31:33 +00:00
Joel Sherrill
76deaf0c64
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* rtems/include/rtems/rtems/message.h, sapi/include/confdefs.h,
score/src/coresemseize.c, score/src/threadhandler.c: Comment
improvements from class.
2008-05-06 19:38:19 +00:00
Joel Sherrill
4aea8f2b71
Spacing.
2008-05-06 19:29:42 +00:00
Joel Sherrill
ebc363ed83
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am: Add nds.
2008-05-06 19:29:22 +00:00
Joel Sherrill
7492598196
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* bootcard.c: Improve formatting and comments.
2008-05-06 19:28:02 +00:00
Joel Sherrill
f3cc5cf35d
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* shared/start.S: Spacing.
2008-05-06 19:27:42 +00:00
Joel Sherrill
6f008f7ccd
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* configure.ac: Remove spurious line.
2008-05-06 19:27:07 +00:00
Joel Sherrill
2905296a1c
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1285/rtems
* sapi/include/rtems/config.h: Remove obsolete
rtems_configuration_get_maximum_devices().
2008-05-06 15:14:45 +00:00
Ralf Corsepius
5633d25fa6
Regenerate.
2008-05-01 08:13:14 +00:00
Ralf Corsepius
1acb6bac32
Upgrade to newlib-1.16.0-rtems4.9-20080430.diff, gcc-core-4.3.0-rtems4.9-20080501.diff.
2008-05-01 08:10:28 +00:00
Ralf Corsepius
14082517d4
Bump GCC_RPMREL.
2008-05-01 08:09:25 +00:00
Ralf Corsepius
c29338ccf4
Add upstream SIZE_MIN/SIZE_MAX fixes.
2008-05-01 08:08:19 +00:00
Ralf Corsepius
7bf236d8d1
Add include-fixed to FLAGS_FOR_TARGET to let Cdn-X build succeed.
2008-05-01 08:01:10 +00:00
Chris Johns
5a2b5b22c8
2008-05-01 Chris Johns <chrisj@rtems.org>
...
* libblock/include/rtems/nvdisk-sram.h,
libblock/include/rtems/nvdisk.h,
libblock/src/nvdisk-sram.c,
libblock/src/nvdisk.c: New. A Non-volatile memory disk drive.
* Makefile.am, preinstall.am, libblock/Makefile.am: Updated for
the NV disk driver.
2008-05-01 04:15:36 +00:00
Chris Johns
50303dfbd1
2008-05-01 Maarten Van Es <maarten@mind.be>
...
* libnetworking/rtems/rtems_dhcp.c: Removed panic()s. Added
interface for rtems_dhcp_failsafe.
* libnetworking/rtems/rtems_dhcp.h: Added interface for
rtems_dhcp_failsafe.
2008-05-01 Arnout Vandecappelle <arnout@mind.be >
* libnetworking/nfs/bootp_subr: Allow some errors for sosend() and
return on timeout in bootpc_call(). Removed panic()s.
* libnetworking/rtems/rtems_glue.c: Fix the cast for the
SIOCAIFADDR ioctl call.
* libnetworking/rtems/rtems_dhcp_failsafe.c,
libnetworking/rtems/rtems_dhcp_failsafe.h: New.
* libnetworking/Makefile.am, libnetworking/preinstall.am: Added
rtems_dhcp_failsafe.c and rtems_dhcp_failsafe.h files.
2008-05-01 02:57:49 +00:00
Joel Sherrill
fb8194045a
2008-04-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/include/rtems/rtems/timer.h: Fix typo.
2008-04-30 16:14:16 +00:00
Ralf Corsepius
9bb08afeff
Improvements for gdb-6.6/6.7
2008-04-29 11:40:37 +00:00
Ralf Corsepius
9c3c512a92
Once more rework erc32 simulator configuration.
2008-04-29 04:01:12 +00:00
Ralf Corsepius
905700d490
Upgrade to gdb-6.8-rtems4.9-20080429.diff.
2008-04-29 03:45:00 +00:00
Ralf Corsepius
2870240a15
Bump GDB_RPMREL.
2008-04-29 03:44:19 +00:00
Joel Sherrill
2ad3d02459
2008-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/include/rtems.h, rtems/include/rtems/rtems/ratemon.h,
rtems/include/rtems/rtems/status.h,
rtems/include/rtems/rtems/tasks.h, rtems/include/rtems/rtems/timer.h,
rtems/inline/rtems/rtems/sem.inl: More Doxygen warnings removed.
2008-04-28 18:21:01 +00:00
Joel Sherrill
86101e3cca
Fix typo.
2008-04-28 18:14:14 +00:00
Joel Sherrill
7cdaed0d00
2008-04-28 Daron Chabot <daron.chabot@usask.ca>
...
* posix/src/keycreate.c, posix/src/pthreadequal.c,
rtems/src/semtranslatereturncode.c,
score/cpu/powerpc/rtems/score/powerpc.h,
score/src/threadblockingoperationcancel.c: Fix compilation errors
when --enable-rtems-debug is used.
2008-04-28 18:12:43 +00:00
Ralf Corsepius
ea7a607dfb
Regenerate.
2008-04-28 14:32:07 +00:00
Ralf Corsepius
7df9456b7a
Remove.
2008-04-28 14:30:15 +00:00
Ralf Corsepius
bbe338e505
New.
2008-04-28 14:28:10 +00:00
Ralf Corsepius
2d29b143d1
Abandon gdb-6.7.1.
...
Use gdb-6.8-rtems4.9-20080428.diff.
2008-04-28 14:15:25 +00:00
Ralf Corsepius
d9393d56ed
Minor restructurization.
2008-04-28 13:38:47 +00:00
Ralf Corsepius
1ef4b6c0d4
Move %{?dist} to Makefile.am.
2008-04-27 05:27:02 +00:00
Ralf Corsepius
42f9ca8bae
Move %{?dist} to Makefile.am. BR: m4 > 1.4.5 for autoconf >= 2.62.
2008-04-27 05:26:37 +00:00
Ralf Corsepius
1700261946
Use rtems_api.
2008-04-26 05:36:01 +00:00
Ralf Corsepius
02c937936d
Add rtems_api.
2008-04-26 05:33:04 +00:00
Eric Norum
eae4a193d3
Handle cluster servers better.
2008-04-25 17:00:48 +00:00
Joel Sherrill
ec73a7536b
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* score/include/rtems/system.h: Fix typo in comment.
2008-04-25 15:24:19 +00:00
Ralf Corsepius
dc6771a71a
Remove stray newline.
2008-04-25 15:19:47 +00:00
Joel Sherrill
d3e21f35be
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
...
Moved to cpukit.
* nfsclient/.cvsignore, nfsclient/ChangeLog.slac, nfsclient/LICENSE,
nfsclient/Makefile.am, nfsclient/README, nfsclient/preinstall.am,
nfsclient/rfc1094.txt, nfsclient/rtems-filesystem-patch,
nfsclient/proto/mount_prot.h, nfsclient/proto/mount_prot.x,
nfsclient/proto/mount_prot_xdr.c, nfsclient/proto/nfs_prot.h,
nfsclient/proto/nfs_prot.x, nfsclient/proto/nfs_prot_xdr.c,
nfsclient/src/cexphelp.c, nfsclient/src/dirutils.c,
nfsclient/src/librtemsNfs.h, nfsclient/src/nfs.c,
nfsclient/src/nfs.modini.c, nfsclient/src/nfsTest.c,
nfsclient/src/rpcio.c, nfsclient/src/rpcio.h,
nfsclient/src/rpcio.modini.c, nfsclient/src/sock_mbuf.c,
nfsclient/src/xdr_mbuf.c: Removed.
2008-04-25 14:16:45 +00:00
Joel Sherrill
a7e912e34a
2008-04-24 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mpc8260/console-generic/console-generic.c,
mpc8xx/console-generic/console-generic.c: Remove all references to
console_reserve_resources and termios_reserve_resources.
2008-04-24 23:04:03 +00:00
Joel Sherrill
eac65cbc23
2008-04-24 Nigel Spon <nigel@adi.co.nz>
...
* ppc403/console/console.c: Correct include path.
2008-04-24 23:03:44 +00:00
Eric Norum
88f8f2fd6c
Clean up error handling.
2008-04-24 21:50:57 +00:00
Eric Norum
7decb669c3
More clean up of FPGA interrupts.
2008-04-24 19:13:14 +00:00
Joel Sherrill
98e92b0abb
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* rtems/include/rtems/rtems/partmp.h, sapi/include/confdefs.h: Fix
typos added with recent changes.
2008-04-23 21:53:09 +00:00
Joel Sherrill
b091cde316
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* iostream/system.h: Update to include definition of
CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
2008-04-23 21:52:13 +00:00
Joel Sherrill
d01f399f6e
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* sh7750/sci/console.c: Remove all references to
console_reserve_resources and termios_reserve_resources.
2008-04-23 21:51:44 +00:00