Ralf Corsepius
63a88eb0bc
Regenerate.
2007-01-08 08:43:28 +00:00
Ralf Corsepius
195e209a90
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/score/ppc.h: Remove (Deprecated in 4.7).
* Makefile: Remove rtems/score/ppc.h.
2006-12-12 13:26:06 +00:00
Ralf Corsepius
cdc2fcb593
Regenerate.
2006-12-12 13:25:57 +00:00
Ralf Corsepius
7d16b75513
Remove rtems/score/ppc.h.
2006-12-12 13:25:47 +00:00
Ralf Corsepius
1598a7b044
Remove (Deprecated in 4.7).
2006-12-12 13:25:29 +00:00
Ralf Corsepius
f5c5a1db6a
Add const qualifiers, use size_t where appropriate.
2006-12-06 09:46:46 +00:00
Ralf Corsepius
6876ce7a44
2006-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/inline/rtems/score/thread.inl: Add const qualifiers to work
around aliasing effects.
2006-12-05 15:57:31 +00:00
Ralf Corsepius
86aa798016
More consts
2006-12-04 14:44:33 +00:00
Ralf Corsepius
852d53f7a7
2006-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/inline/rtems/score/chain.inl: Add const qualifiers (works
around 651 aliasing bugs).
2006-12-04 14:31:32 +00:00
Joel Sherrill
6bc7a5e1a3
2006-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* posix/src/prwlockunlock.c, rtems/Makefile.am,
rtems/src/barrierrelease.c, rtems/src/barrierwait.c,
score/src/corerwlockobtainread.c, score/src/corerwlockrelease.c:
Complete implementation of barrier as the rest of the test code is
now implemented. Also add blocking code to rwlock.
2006-12-04 14:16:26 +00:00
Ralf Corsepius
fbfb37e7e4
Remove score/src/threadget.c.
2006-11-27 09:54:27 +00:00
Ralf Corsepius
266165b1f3
Remove (Unused).
2006-11-27 09:54:02 +00:00
Joel Sherrill
a607d363ef
2006-11-18 Joel Sherrill <joel@OARcorp.com>
...
* score/src/heapwalk.c: Do not use printk yet since many BSPs do not
prove the hooks for printk yet. This will require enough BSP changes
to delay until 4.8.
2006-11-18 14:48:13 +00:00
Joel Sherrill
7f3d6fe91c
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/inline/rtems/score/object.inl, score/src/objectnametoid.c:
Properly honor searching only local node even when on single CPU
system.
2006-11-17 22:59:41 +00:00
Joel Sherrill
28c55e4218
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/src/coresemseize.c: Add missing ISR enable.
2006-11-17 22:58:33 +00:00
Joel Sherrill
d056acd092
2006-11-17 Joel Sherrill <joel@OARcorp.com>
...
* score/src/heapwalk.c: Use printk not printf.
2006-11-17 22:57:48 +00:00
Ralf Corsepius
795da078a1
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/score/types.h: Remove unsigned64, signed64.
2006-11-17 05:58:06 +00:00
Joel Sherrill
5fdca8afca
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c:
New files.
2006-11-15 14:15:24 +00:00
Joel Sherrill
047d67ab25
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/termios.c, posix/Makefile.am, posix/preinstall.am,
posix/include/rtems/posix/config.h, posix/include/rtems/posix/time.h,
sapi/src/posixapi.c, score/Makefile.am, score/preinstall.am,
score/include/rtems/score/corerwlock.h,
score/include/rtems/score/threadq.h,
score/src/corerwlockobtainread.c, score/src/threadqenqueue.c,
score/src/threadqtimeout.c: Adding POSIX barriers, POSIX spinlocks,
and partial implementation of POSIX rwlocks.
* posix/include/rtems/posix/barrier.h,
posix/include/rtems/posix/rwlock.h,
posix/include/rtems/posix/spinlock.h,
posix/inline/rtems/posix/barrier.inl,
posix/inline/rtems/posix/rwlock.inl,
posix/inline/rtems/posix/spinlock.inl,
posix/src/barrierattrdestroy.c, posix/src/barrierattrgetpshared.c,
posix/src/barrierattrinit.c, posix/src/barrierattrsetpshared.c,
posix/src/pbarrier.c, posix/src/pbarrierdestroy.c,
posix/src/pbarrierinit.c, posix/src/pbarriertranslatereturncode.c,
posix/src/pbarrierwait.c, posix/src/prwlock.c,
posix/src/prwlockdestroy.c, posix/src/prwlockinit.c,
posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c,
posix/src/prwlocktimedwrlock.c,
posix/src/prwlocktranslatereturncode.c, posix/src/prwlocktryrdlock.c,
posix/src/prwlocktrywrlock.c, posix/src/prwlockunlock.c,
posix/src/prwlockwrlock.c, posix/src/pspin.c,
posix/src/pspindestroy.c, posix/src/pspininit.c,
posix/src/pspinlock.c, posix/src/pspinlocktranslatereturncode.c,
posix/src/pspintrylock.c, posix/src/pspinunlock.c,
posix/src/rwlockattrdestroy.c, posix/src/rwlockattrgetpshared.c,
posix/src/rwlockattrinit.c, posix/src/rwlockattrsetpshared.c: New files.
2006-11-15 14:08:49 +00:00
Ralf Corsepius
64d01b9c32
Regenerate.
2006-11-15 11:03:09 +00:00
Joel Sherrill
fe3037df30
2006-11-14 Jiri Gaisler <jiri@gaisler.com>
...
* cpu_asm.S: Properly support synchronous traps.
2006-11-14 21:44:25 +00:00
Ralf Corsepius
0fefba6cbc
2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* score/Doxyfile: Remove RTEMS_INLINES.
2006-11-12 11:03:48 +00:00
Ralf Corsepius
4df1b2e646
2006-11-09 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
* rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
2006-11-09 11:11:03 +00:00
Ralf Corsepius
a6c5a6d1ab
Remove stray whitespaces.
2006-11-09 11:10:50 +00:00
Ralf Corsepius
1cb0a9b404
Use __BFIN__ instead of BFIN.
2006-11-09 11:10:29 +00:00
Ralf Corsepius
fbf8301b58
2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* cpu_asm.S: Re-add HI, LO.
2006-11-08 08:42:45 +00:00
Ralf Corsepius
3faa99f239
2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* irq.c: Add missing newline.
* rtems/score/cpu.h: Eliminate hidden backspaces.
2006-11-08 08:23:35 +00:00
Ralf Corsepius
da95961027
Eliminate hidden backspaces.
2006-11-08 08:23:19 +00:00
Ralf Corsepius
918b7a9f7e
Add missing newline
2006-11-08 08:21:20 +00:00
Joel Sherrill
0c2ec7f52c
2006-10-30 Joel Sherrill <joel@OARcorp.com>
...
PR 841/rtems
* itron/inline/rtems/itron/semaphore.inl, itron/src/twai_sem.c,
posix/include/rtems/posix/semaphore.h,
posix/inline/rtems/posix/semaphore.inl,
posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c,
posix/src/semwait.c, rtems/src/semobtain.c,
rtems/src/semtranslatereturncode.c,
score/include/rtems/score/coresem.h, score/src/coresemseize.c: Make
sem_timedwait more conformant to Open Group specification.
2006-10-30 22:21:23 +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
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
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
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
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
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
9c191eea63
* score/Makefile.am, score/preinstall.am,
...
score/include/rtems/score/coresem.h,
score/include/rtems/score/object.h,
score/include/rtems/score/states.h,
score/inline/rtems/score/coresem.inl: Add SuperCore Barriers,
SpinLocks and a partial implementation of RWLocks.
* score/include/rtems/score/corebarrier.h,
score/include/rtems/score/corerwlock.h,
score/include/rtems/score/corespinlock.h,
score/inline/rtems/score/corebarrier.inl,
score/inline/rtems/score/corerwlock.inl,
score/inline/rtems/score/corespinlock.inl,
score/macros/rtems/score/corebarrier.inl,
score/macros/rtems/score/corerwlock.inl,
score/macros/rtems/score/corespinlock.inl, score/src/corebarrier.c,
score/src/corebarrierrelease.c, score/src/corebarrierwait.c,
score/src/corerwlock.c, score/src/corerwlockobtainread.c,
score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c,
score/src/corespinlock.c, score/src/corespinlockrelease.c,
score/src/corespinlockwait.c: New files.
2006-09-25 13:36:58 +00:00
Joel Sherrill
ea1d598f08
2006-09-11 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c: Remove warning.
2006-09-11 21:41:36 +00:00
Joel Sherrill
cf04e8aca9
*** empty log message ***
2006-09-01 19:10:01 +00:00
Joel Sherrill
ddee935174
2006-08-30 Joel Sherrill <joel@OARcorp.com>
...
* rtems/score/cpu.h: Revert change. It did not appear to correct all
warnings.
2006-08-31 01:53:35 +00:00
Joel Sherrill
eba52fd39d
2006-08-30 Joel Sherrill <joel@OARcorp.com>
...
* rtems/score/cpu.h:
2006-08-30 17:16:50 +00:00
Joel Sherrill
0337a9c5e9
2006-08-29 Joel Sherrill <joel@OARcorp.com>
...
* score/include/rtems/score/object.h: _Objects_Local_node is a uint16_t
so cast the _Objects_Local_node constant to 1.
2006-08-29 21:54:36 +00:00
Joel Sherrill
cd12590b7f
2006-08-29 Joel Sherrill <joel@OARcorp.com>
...
* rtems/score/cpu.h: Correct inline assembly constraints.
2006-08-29 21:53:25 +00:00
Joel Sherrill
94690433ea
2006-08-10 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all
compile.
2006-08-10 21:56:54 +00:00
Joel Sherrill
f77424ea92
2006-08-10 Joel Sherrill <joel@OARcorp.com>
...
* .cvsignore: New file.
2006-08-10 11:18:44 +00:00
Joel Sherrill
a19034d902
2006-08-09 Joel Sherrill <joel@OARcorp.com>
...
* rtems/score/cpu.h: Because gcc implicitly uses floating point turn on
floating point for all threads if there is a hardware FPU.
2006-08-09 23:04:47 +00:00
Joel Sherrill
f4786d82aa
2006-08-09 Kolja Waschk <waschk@telos.de>
...
* rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h,
rtems/score/types.h: New files.
2006-08-09 21:28:40 +00:00
Joel Sherrill
60eae27dea
2006-08-09 Kolja Waschk <waschk@telos.de>
...
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New
port to Altera NIOS II.
2006-08-09 21:03:27 +00:00
Joel Sherrill
50f4487823
2006-08-09 Kolja Waschk <waschk@telos.de>
...
* ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am,
rtems/asm.h: New files.
2006-08-09 20:58:11 +00:00