summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-19Remove AVR portJoel Sherrill1-1/+1
closes #2443.
2016-01-04Remove H8300 portJoel Sherrill1-1/+1
updates #2452.
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber1-2/+2
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom1-0/+12
2015-03-06Always disable networking for h8300Joel Sherrill1-0/+4
2014-05-08configure: Paravirtualization for all targetsSebastian Huber1-7/+3
Virtual machines with paravirtualization exist not only on x86.
2014-03-14score: Add --enable-profiling configure optionSebastian Huber1-0/+9
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber1-19/+0
2013-11-27add --enable-paravirt in cpukit configure scriptsPhilipp Eppelt1-0/+17
2013-08-20add compare_and_swap check in check-atomic.m4WeiY1-1/+3
2013-07-17stdatomic.h support check when configureWeiY1-4/+8
2013-06-12configure: DocumentationSebastian Huber2-2/+6
2013-05-31smp: Add ARM supportSebastian Huber1-1/+1
2013-05-31smp: Add PowerPC supportSebastian Huber1-1/+1
2013-02-14New.Ralf Corsépius1-0/+13
2012-05-11cpukit/aclocal - Fix one mistake by scriptJoel Sherrill1-0/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill21-45/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill21-0/+49
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius21-49/+0
2012-01-26Revert "Google C++ Testing Framework 1.6.0."Sebastian Huber2-47/+0
This reverts commit 9bf3a868655f260c2fa6cbcab16f0218cf53e5b8.
2012-01-23Google C++ Testing Framework 1.6.0.Sebastian Huber2-0/+47
2011-12-012011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* aclocal/check-smp.m4: Fix bogus log message.
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2-0/+37
PR 1729/cpukit * configure.ac, sapi/include/confdefs.h, sapi/src/exinit.c, score/Makefile.am, score/preinstall.am, score/cpu/i386/rtems/score/cpu.h, score/cpu/sparc/cpu_asm.S, score/cpu/sparc/rtems/score/cpu.h, score/include/rtems/score/basedefs.h, score/include/rtems/score/context.h, score/include/rtems/score/percpu.h, score/src/percpu.c, score/src/thread.c, score/src/threadcreateidle.c: Add next step in SMP support. This adds an allocated array of the Per_CPU structures to support multiple cpus vs a single instance of the structure which is still used if SMP support is disabled. Configuration support is also added to explicitly enable or disable SMP. But SMP can only be enabled for the CPUs which will support it initially -- SPARC and i386. With the stub BSP support, a BSP can be run as a single core SMP system from an RTEMS data structure standpoint. * aclocal/check-smp.m4, aclocal/enable-smp.m4, score/include/rtems/bspsmp.h, score/include/rtems/score/smplock.h, score/src/smp.c, score/src/smplock.c: New files.
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+2
* aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+9
* aclocal/canonical-target-name.m4: Stop pretending no_cpu* was buildable. Derive RTEMS_CPU from "$host_cpu". Error out if "$host" doesn't match "*-*-rtems*".
2011-02-252011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+4
* aclocal/check-networking.m4, aclocal/check-posix.m4: Rebase check on "$host".
2010-10-082010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-11/+10
* aclocal/check-func.m4: Linearize checks. Add missing $2 to AC_CHECK_DECL.
2010-08-032010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+24
* aclocal/check-func.m4: New.
2010-06-17Remove.Ralf Corsepius2-34/+0
2010-06-09Remove.Ralf Corsepius1-12/+0
2010-06-09Remove.Ralf Corsepius1-12/+0
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2010-04-292010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+4
* aclocal/enable-itron.m4, aclocal/check-itron.m4: Replace RTEMS_HAS_ITRON_API with enable_itron.
2010-04-292010-04-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* aclocal/enable-itron.m4: Cosmetics.
2010-04-29New.Ralf Corsepius2-0/+24
2010-04-13Add RTEMS_CHECK_GCC_PRINTF_LD_OFF_T, RTEMS_CHECK_GCC_PRINTF_LLD_OFF_T.Ralf Corsepius1-0/+26
2009-11-192009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
* aclocal/check-networking.m4: Do NOT disable networking for the avr and the m32c.
2009-10-30New.Ralf Corsepius1-0/+88
2009-10-23Remove RTEMS_CFLAGS.Ralf Corsepius1-7/+5
Rework CFLAGS setup.
2009-10-142009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-125/+0
* aclocal/sysv-ipc.m4: Remove (unused).
2009-10-14Remove unix/posix.Ralf Corsepius4-27/+0
2009-08-172009-08-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
* aclocal/check-networking.m4: Disable BSD TCP/IP for small memory targets.
2009-07-232009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* aclocal/enable-itron.m4: Default to not building itron.
2009-04-022009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius1-1/+1
* aclocal/check-rtems-debug.m4: Add missing ','.
2009-02-06Remove comment referring to HPUX.Ralf Corsepius2-2/+0
2008-12-22Remove tic4x.Ralf Corsepius1-3/+0
2008-12-10Use -r instead of -Wl,-r to build *.rels.Ralf Corsepius1-1/+1
2008-12-082008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS. * aclocal/prog-cc.m4: Add RTEMS_RELLDFLAGS hack.
2008-09-222008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* rtems/include/rtems/rtems/types.h: Do not define rtems_boolean, rtems_single, rtems_double unless RTEMS_DEPRECATED_TYPES is given.
2008-09-102008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+3
* configure.ac, aclocal/canonical-target-name.m4: Readd NIOS2 and TI C4x. Accidentally not done on 4.9 branch. :( * score/cpu/c4x/.cvsignore, score/cpu/c4x/ChangeLog, score/cpu/c4x/Makefile.am, score/cpu/c4x/cpu.c, score/cpu/c4x/cpu_asm.S, score/cpu/c4x/irq.c, score/cpu/c4x/preinstall.am, score/cpu/c4x/rtems/asm.h, score/cpu/c4x/rtems/score/c4x.h, score/cpu/c4x/rtems/score/cpu.h, score/cpu/c4x/rtems/score/cpu_asm.h, score/cpu/c4x/rtems/score/types.h, score/cpu/c4x/rtems/tic4x/c4xio.h, score/cpu/nios2/.cvsignore, score/cpu/nios2/ChangeLog, score/cpu/nios2/Makefile.am, score/cpu/nios2/cpu.c, score/cpu/nios2/cpu_asm.S, score/cpu/nios2/irq.c, score/cpu/nios2/preinstall.am, score/cpu/nios2/rtems/asm.h, score/cpu/nios2/rtems/score/cpu.h, score/cpu/nios2/rtems/score/cpu_asm.h, score/cpu/nios2/rtems/score/nios2.h, score/cpu/nios2/rtems/score/types.h: New files.