summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-232-0/+45
| | | | * custom/eZKit533.cfg: New file.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-232-0/+32
| | | | * user/.cvsignore: Update.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-237-5/+225
| | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-233-29/+5
| | | | * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-2312-0/+2953
| | | | | | * .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-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-221-0/+4
| | | | * Makefile.am, configure.ac: Add rtems-4.8.
* Add rtems-4.8Ralf Corsepius2006-10-222-1/+15
|
* Reset RPMRELs = 1Ralf Corsepius2006-10-2111-30/+30
|
* Abandon binutils-2.16*. Apply binutils-2.17-rtems4.8-20061021.diffRalf Corsepius2006-10-2111-26/+20
|
* New.Ralf Corsepius2006-10-2164-0/+942
|
* Remove (Unsupported)Ralf Corsepius2006-10-215-78/+0
|
* Sync with rtems-4-7-branchRalf Corsepius2006-10-2122-34/+33
|
* 2006-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-211-0/+4
| | | | * aclocal/enable-inlines.m4, aclocal/prog-gnat.m4: Remove (Unused).
* Remove.Ralf Corsepius2006-10-212-56/+0
|
* New.Ralf Corsepius2006-10-211-0/+1
|
* Let config.status generate rtems-@RTEMS_API@-repo-conf.specRalf Corsepius2006-10-211-3/+1
|
* Use @PACKAGE_TARNAME@Ralf Corsepius2006-10-211-1/+1
|
* Add missing backslashRalf Corsepius2006-10-211-1/+1
|
* Add myself.Ralf Corsepius2006-10-211-0/+1
|
* New.Ralf Corsepius2006-10-2117-0/+813
|
* New.Ralf Corsepius2006-10-205-0/+20
|
* Remove (bogus).Ralf Corsepius2006-10-205-87/+0
|
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-193-4/+9
| | | | | * score/Makefile.am, score/preinstall.am: Add pieces missed in previous commit.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-193-12/+7
| | | | | | | * 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.
* Fix comment.Joel Sherrill2006-10-191-1/+1
|
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-1981-5643/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-192-3/+7
| | | | * mongoosev/duart/mg5uart.c: Change type to unsigned.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-4/+4
| | | | * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-0/+4
| | | | * gdbstub/rtems-stub-glue.c:
* Cleanup.Ralf Corsepius2006-10-191-3/+1
|
* Remove.Ralf Corsepius2006-10-191-60/+0
|
* Bump GCC_RPMRELRalf Corsepius2006-10-192-2/+2
|
* rtems-4.7-h8300-rtems4.7-gcc-4.1.1-5Ralf Corsepius2006-10-191-2/+2
|
* rtems-4.7-avr-rtems4.7-gcc-4.0.3-2Ralf Corsepius2006-10-191-2/+2
|
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-182-4/+8
| | | | * automake/compile.am: Use hard-coded RTEMS_* flags.
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-182-1/+7
| | | | | | * sapi/include/confdefs.h: s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/ (Reflect 2006-09-13's changes to libmisc/stackchk).
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-1812-8/+28
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * aclocal/rtems-top.m4: Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * libmisc/capture/capture-cli.c: Use size_t instead of int.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * LICENSE: Convert to utf-8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-174-1/+10
| | | | * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-178-4/+20
| | | | * aclocal/version.m4: Bump version to 4.7.99.0.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-17102-57/+261
| | | | * Makefile.am: Remove superfluous -DASM.
* changesRalf Corsepius2006-10-172-2/+6
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-1744-44/+133
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * configure.ac: Require autoconf-2.60.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-1766-66/+198
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.