Commit Graph
12728 Commits
Author SHA1 Message Date
Ralf Corsepius 29aed1fd56 Update to newlib-1.14.0-rtems4.8-20061027.diff 2006-10-27 08:21:17 +00:00
Ralf Corsepius 653db3fc93 New. 2006-10-27 08:18:04 +00:00
Joel Sherrill d8f7868689 2006-10-26 Joel Sherrill <joel@OARcorp.com>
* ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore,
	develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore,
	networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore,
	posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
2006-10-26 18:36:40 +00:00
Joel Sherrill 7693aecf03 2006-10-26 Joel Sherrill <joel@OARcorp.com>
* patches/newlib-1.14.0-rtems-20061026.diff: New file.
2006-10-26 18:01:34 +00:00
Joel Sherrill 7ced91427f 2006-10-26 Joel Sherrill <joel@OARcorp.com>
* configure, include/bspopts.h.in: Removed.
2006-10-26 13:47:07 +00:00
Joel Sherrill 5112ff5a88 2006-10-25 Jennifer Averett <jennifer@oarcorp.com>
* libcsupport/src/termios.c: Change attribute of semaphore. It was
	counting interrupts not acting as a condition synchronization mutex.
	Since the caller did not always need to obtain the semaphore, it was
	not being decremented until there was no data. This could occur after
	hours of running a system and thousands of interrupts. The code in
	fillBufferQueue would spin until it had consumed all of those
	semaphore counts.
2006-10-25 11:28:08 +00:00
Joel Sherrill 1e3518b16c 2006-10-25 Joel Sherrill <joel@OARcorp.com>
* posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore,
	started/.cvsignore, started_ada/.cvsignore: Add more generated files.
2006-10-25 11:22:13 +00:00
Ralf Corsepius 413b0ecde2 Let rtems-@RTEMS_API@-repo-conf.spec depend on configure.ac 2006-10-25 01:23:19 +00:00
Ralf Corsepius 94f4fde16d Bumb version to 0.4 2006-10-25 01:22:46 +00:00
Joel Sherrill f6f793329c 2006-10-24 Joel Sherrill <joel@OARcorp.com>
* shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
2006-10-24 20:25:23 +00:00
Joel Sherrill c959c32bdb 2006-10-24 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
2006-10-24 20:24:44 +00:00
Joel Sherrill e996604bf8 2006-10-24 Joel Sherrill <joel@OARcorp.com>
* rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
2006-10-24 20:24:29 +00:00
Joel Sherrill 1e28c89cc3 2006-10-24 Alain Schaefer <alani@easc.ch>
* configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h,
	shared/start/start.S: Make use of separated bfin helper .h files.
2006-10-24 20:21:24 +00:00
Joel Sherrill 9dfd75ec52 2006-10-24 Alain Schaefer <alani@easc.ch>
* Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
	Clean up rtems/score/bfin.h removing parts that are not needed by
	RTEMS CPUkit to bfin specific .h files.
	* rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
2006-10-24 20:20:36 +00:00
Ralf Corsepius 984d949151 Bump version to 0.3 2006-10-24 14:53:29 +00:00
Ralf Corsepius e4add0b7aa New URL ftp://ftp.rtems.org/pub/rtems/linux 2006-10-24 14:53:00 +00:00
Ralf Corsepius efa1c17f35 Cleanup. 2006-10-24 02:16:27 +00:00
Joel Sherrill b78d94debd 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* configure.ac, score/cpu/Makefile.am: Add bfin.
2006-10-23 19:39:51 +00:00
Joel Sherrill bb932d4202 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: Add bfin.
2006-10-23 19:39:05 +00:00
Joel Sherrill 8d41236f6d 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4,
	bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog,
	bfin/eZKit533/Makefile.am, bfin/eZKit533/README,
	bfin/eZKit533/bsp_specs, bfin/eZKit533/configure,
	bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am,
	bfin/eZKit533/times, bfin/eZKit533/console/console-io.c,
	bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h,
	bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h,
	bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c,
	bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c,
	bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h,
	bfin/shared/console/console.c, bfin/shared/start/start.S,
	bfin/shared/timer/timer.c: New files.
2006-10-23 19:38:12 +00:00
Joel Sherrill fa27e7ad1b 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* custom/eZKit533.cfg: New file.
2006-10-23 19:36:10 +00:00
Joel Sherrill 84bc4bdfa6 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* user/.cvsignore: Update.
2006-10-23 19:15:51 +00:00
Joel Sherrill ffae7bd65f 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* ada_user/Makefile.am, ada_user/ada_user.texi,
	cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi,
	cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get
	everything building from previous breakages.
	* cpu_supplement/bfin.t: New file.
2006-10-23 19:14:08 +00:00
Joel Sherrill 5b8b467017 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
2006-10-23 17:19:52 +00:00
Joel Sherrill d9a6ab3fed 2006-10-23 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
	preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
	rtems/score/cpu_asm.h, rtems/score/types.h: New files.
2006-10-23 17:17:50 +00:00
Ralf Corsepius fa8b476dd1 2006-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Add rtems-4.8.
2006-10-22 04:59:33 +00:00
Ralf Corsepius 3b106165fb Add rtems-4.8 2006-10-22 04:59:15 +00:00
Ralf Corsepius 575371e78e Reset RPMRELs = 1 2006-10-21 12:34:16 +00:00
Ralf Corsepius 65988951af Abandon binutils-2.16*. Apply binutils-2.17-rtems4.8-20061021.diff 2006-10-21 12:33:50 +00:00
Ralf Corsepius 3096ba2351 New. 2006-10-21 10:41:01 +00:00
Ralf Corsepius c43121f3f6 Remove (Unsupported) 2006-10-21 10:25:20 +00:00
Ralf Corsepius 378354d1f0 Sync with rtems-4-7-branch 2006-10-21 10:22:18 +00:00
Ralf Corsepius be8dd107c2 2006-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/enable-inlines.m4, aclocal/prog-gnat.m4: Remove (Unused).
2006-10-21 05:56:42 +00:00
Ralf Corsepius 80886bd1bc Remove. 2006-10-21 05:56:10 +00:00
Ralf Corsepius ce953cbb62 New. 2006-10-21 05:18:51 +00:00
Ralf Corsepius 6f8ddf1903 Let config.status generate rtems-@RTEMS_API@-repo-conf.spec 2006-10-21 05:16:32 +00:00
Ralf Corsepius 5c729e9b2d Use @PACKAGE_TARNAME@ 2006-10-21 05:16:11 +00:00
Ralf Corsepius 289eefa3dd Add missing backslash 2006-10-21 05:11:12 +00:00
Ralf Corsepius e4c039a5a2 Add myself. 2006-10-21 05:09:51 +00:00
Ralf Corsepius 6f23e9e40c New. 2006-10-21 05:09:16 +00:00
Ralf Corsepius 04cc8d16fc New. 2006-10-20 06:21:46 +00:00
Ralf Corsepius bcadcc8438 Remove (bogus). 2006-10-20 06:15:12 +00:00
Joel Sherrill cbeebc061f 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* score/Makefile.am, score/preinstall.am: Add pieces missed in previous
	commit.
2006-10-19 20:30:47 +00:00
Joel Sherrill f02a0e53f3 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Remove all macro implementations and use only the
	static inline. Static inline functions are now well supported so
	there is no reason for duplicate maintenance.
	* aclocal/enable-inlines.m4: Removed.
2006-10-19 19:22:14 +00:00
Joel Sherrill 24029b2ad1 Fix comment. 2006-10-19 19:20:50 +00:00
Joel Sherrill 04dba496a6 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* configure.ac, itron/Makefile.am, itron/preinstall.am,
	posix/Makefile.am, posix/preinstall.am, rtems/Makefile.am,
	rtems/preinstall.am, sapi/Makefile.am, sapi/preinstall.am,
	score/Makefile.am, score/preinstall.am, score/include/rtems/system.h,
	score/include/rtems/score/chain.h,
	score/include/rtems/score/thread.h, score/src/chain.c,
	score/src/coremutexseize.c, score/src/threadget.c: Remove all macro
	implementations and use only the static inline. Static inline
	functions are now well supported so there is no reason for duplicate
	maintenance.
	* itron/macros/rtems/itron/eventflags.inl,
	itron/macros/rtems/itron/fmempool.inl,
	itron/macros/rtems/itron/intr.inl, itron/macros/rtems/itron/mbox.inl,
	itron/macros/rtems/itron/msgbuffer.inl,
	itron/macros/rtems/itron/network.inl,
	itron/macros/rtems/itron/port.inl,
	itron/macros/rtems/itron/semaphore.inl,
	itron/macros/rtems/itron/sysmgmt.inl,
	itron/macros/rtems/itron/task.inl, itron/macros/rtems/itron/time.inl,
	itron/macros/rtems/itron/vmempool.inl,
	posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/key.inl,
	posix/macros/rtems/posix/mqueue.inl,
	posix/macros/rtems/posix/mutex.inl,
	posix/macros/rtems/posix/priority.inl,
	posix/macros/rtems/posix/pthread.inl,
	posix/macros/rtems/posix/semaphore.inl,
	posix/macros/rtems/posix/timer.inl, rtems/macros/rtems/rtems/asr.inl,
	rtems/macros/rtems/rtems/attr.inl,
	rtems/macros/rtems/rtems/barrier.inl,
	rtems/macros/rtems/rtems/dpmem.inl,
	rtems/macros/rtems/rtems/event.inl,
	rtems/macros/rtems/rtems/eventset.inl,
	rtems/macros/rtems/rtems/message.inl,
	rtems/macros/rtems/rtems/modes.inl,
	rtems/macros/rtems/rtems/options.inl,
	rtems/macros/rtems/rtems/part.inl,
	rtems/macros/rtems/rtems/ratemon.inl,
	rtems/macros/rtems/rtems/region.inl,
	rtems/macros/rtems/rtems/sem.inl,
	rtems/macros/rtems/rtems/status.inl,
	rtems/macros/rtems/rtems/support.inl,
	rtems/macros/rtems/rtems/tasks.inl,
	rtems/macros/rtems/rtems/timer.inl, sapi/macros/rtems/extension.inl,
	score/macros/README, score/macros/rtems/score/address.inl,
	score/macros/rtems/score/chain.inl,
	score/macros/rtems/score/corebarrier.inl,
	score/macros/rtems/score/coremsg.inl,
	score/macros/rtems/score/coremutex.inl,
	score/macros/rtems/score/corerwlock.inl,
	score/macros/rtems/score/coresem.inl,
	score/macros/rtems/score/corespinlock.inl,
	score/macros/rtems/score/heap.inl, score/macros/rtems/score/isr.inl,
	score/macros/rtems/score/mppkt.inl,
	score/macros/rtems/score/object.inl,
	score/macros/rtems/score/objectmp.inl,
	score/macros/rtems/score/priority.inl,
	score/macros/rtems/score/stack.inl,
	score/macros/rtems/score/states.inl,
	score/macros/rtems/score/sysstate.inl,
	score/macros/rtems/score/thread.inl,
	score/macros/rtems/score/threadmp.inl,
	score/macros/rtems/score/tod.inl,
	score/macros/rtems/score/tqdata.inl,
	score/macros/rtems/score/userext.inl,
	score/macros/rtems/score/watchdog.inl,
	score/macros/rtems/score/wkspace.inl: Removed.
2006-10-19 19:20:10 +00:00
Joel Sherrill e307735b24 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* mongoosev/duart/mg5uart.c: Change type to unsigned.
2006-10-19 19:18:20 +00:00
Joel Sherrill 9a60096b12 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
2006-10-19 19:16:20 +00:00
Joel Sherrill 98339b8cff 2006-10-19 Joel Sherrill <joel@OARcorp.com>
* gdbstub/rtems-stub-glue.c:
2006-10-19 19:16:19 +00:00
Ralf Corsepius c991316ed3 Cleanup. 2006-10-19 13:30:56 +00:00