summaryrefslogtreecommitdiff
path: root/aclocal (follow)
AgeCommit message (Collapse)Author
2017-11-27aclocal/check-bsps.m4: Do not rely on bsp_specs to find BSP familiesJoel Sherrill
Updates #3520.
2017-11-13Change RTEMS_API from 5.0 to 5Sebastian Huber
This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220.
2017-11-09Upgrade to 5.0.0Sebastian Huber
Tool name will be "rtems5", e.g. arm-rtems5-gcc. Next release will 5.1.0. Branch version after release will be 5.1.1. Next master will be 6.0.0.
2017-11-01cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary
* Use #ifdefs for 32/64 bit code * Use unsigned long which is 32-bit on riscv32 and 64-bit on riscv64 (register size) * Move the code to a new shared riscv folder to be shared between riscv32 and riscv64 * Rename RTEMS_CPU extracted from command line to shared riscv target s/riscv*/riscv Update #3109
2016-08-11build-system: Always enable C++ if the compiler is present.Chris Johns
We always build a C++ compiler and building with C++ does not effect RTEMS or the runtime. This patch always enabled the support. There is no need to manually enable it any more. You can disable C++ with '--disable-cxx'. If an architecture does not have a C++ compiler support is automatically disabled.
2015-09-11 Upgrade to 4.11.99.0Sebastian Huber
2015-04-17DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom
2014-05-08configure: Paravirtualization for all targetsSebastian Huber
Virtual machines with paravirtualization exist not only on x86.
2013-11-27add --enable-paravirt to the configure optionsPhilipp Eppelt
2013-06-12configure: DocumentationSebastian Huber
2013-05-31smp: Add ARM supportSebastian Huber
2013-05-31smp: Add PowerPC supportSebastian Huber
2012-05-18Remove references to configure.in.Ralf Corsépius
2012-05-18Remove stray dnl.Ralf Corsépius
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
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 Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2011-06-282011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1810/misc * ChangeLog: Fix previous damage.
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill
PR 1729/cpukit * aclocal/enable-smp.m4: New file.
2011-03-062011-03-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/rtems-top.m4: Add pkgdatadir. Override pkgdatadir to $(datadir)/rtems$_RTEMS_API. * Makefile.am: Install make/Templates to pkgdatadir.
2011-03-042011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
2010-06-172010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/enable-itron.m4: Remove. * configure.ac: Remove itron.
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2010-05-112010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Change quoting to work-round http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
2009-10-232009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-custom-bsp.m4: Be less verbose.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Fix quoting bug.
2009-10-17Remove "blacklist".Ralf Corsepius
2009-10-17Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".Ralf Corsepius
2009-10-162009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
2009-10-16Cosmetics.Ralf Corsepius
2009-10-162009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/bsp-alias.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-bsps.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
2009-10-14Remove posix/unix simulator.Ralf Corsepius
2009-10-05renamed lpc24xx BSPsThomas Doerfler
2009-10-012009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
2009-09-142009-09-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-bsps.m4: Add csb337 bsp family.
2009-07-232009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/enable-itron.m4: Default to not building itron.
2009-05-282009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* aclocal/bsp-alias.m4: Add csb637 as variant of csb337.
2009-02-27 * README: Added NCS.Thomas Doerfler
* Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
2009-02-192009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* aclocal/bsp-alias.m4: Add simsh2e.
2009-02-062009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/canonical-target-name.m4: Remove comment referring to HPUX9.
2009-02-05Remove pck6 BSP.Ralf Corsepius
2008-12-302008-12-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
2008-12-22Remove tic4x.Ralf Corsepius
2008-10-142008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add h8sxsim as variant of h8sim.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add M32C port and m32csim BSP.
2008-10-012008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1324/bsps * aclocal/check-bsps.m4: Revert Joel's icecube patch.
2008-09-252008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4.