summaryrefslogtreecommitdiffstats
path: root/aclocal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Enable RISC-V SMP buildSebastian Huber2018-06-281-1/+1
| | | | Update #3433.
* tools: Remove packhexSebastian Huber2018-06-151-4/+0
| | | | | | | | | | | | All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
* tools: Remove rtems-bin2cSebastian Huber2018-06-141-1/+1
| | | | | | This tool is now included in the RTEMS tools repository. Close #3380.
* build: Really fix RTEMS_ENABLE_RTEMSBSP()Sebastian Huber2018-05-281-2/+2
| | | | | | | | | | The d542af2e4304b663461330a60313fb6c4fdbf4db commit was a bad one. The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well. For example ${target_arch} is "riscv32" and ${cfg_arch} is "riscv".
* build: Fix typo in RTEMS_ENABLE_RTEMSBSP()Sebastian Huber2018-05-281-1/+1
|
* build: Fix RTEMS_ENABLE_RTEMSBSP()Sebastian Huber2018-05-141-3/+7
| | | | | | The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well.
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-234-16/+21
| | | | | | | | | Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
* Generate an error if a BSP in the --enable-rtemsbsp list is not validChris Johns2018-04-111-1/+36
| | | | | | | Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
* Require the user to provide a BSP list when build SMP or MP.Chris Johns2018-04-103-6/+8
| | | | Close 3383.
* Generate an error if no valid gcc is found when configure runs.Chris Johns2018-04-101-0/+9
| | | | Close #3385.
* Remove make preinstallChris Johns2018-01-254-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
* aclocal/check-bsps.m4: Do not rely on bsp_specs to find BSP familiesJoel Sherrill2017-11-271-3/+3
| | | | Updates #3520.
* Change RTEMS_API from 5.0 to 5Sebastian Huber2017-11-131-1/+1
| | | | | | | This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220.
* Upgrade to 5.0.0Sebastian Huber2017-11-091-2/+2
| | | | | | | 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.
* cpukit: RISC-V - make riscv32 code work for riscv64 - v2Hesham Almatary2017-11-011-1/+4
| | | | | | | | | * 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
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-111-2/+2
| | | | | | | | | | | 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.
* Upgrade to 4.11.99.0Sebastian Huber2015-09-111-2/+2
|
* DRVMGR: added driver manager to cpukit/libdrvmgrDaniel Hellstrom2015-04-171-0/+12
|
* configure: Paravirtualization for all targetsSebastian Huber2014-05-081-7/+3
| | | | Virtual machines with paravirtualization exist not only on x86.
* add --enable-paravirt to the configure optionsPhilipp Eppelt2013-11-271-0/+17
|
* configure: DocumentationSebastian Huber2013-06-122-2/+5
|
* smp: Add ARM supportSebastian Huber2013-05-311-1/+1
|
* smp: Add PowerPC supportSebastian Huber2013-05-311-1/+1
|
* Remove references to configure.in.Ralf Corsépius2012-05-182-3/+3
|
* Remove stray dnl.Ralf Corsépius2012-05-182-4/+0
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1115-32/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-0715-0/+37
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-0415-37/+0
|
* 2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-281-1/+1
| | | | | PR 1810/misc * ChangeLog: Fix previous damage.
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-161-0/+18
| | | | | PR 1729/cpukit * aclocal/enable-smp.m4: New file.
* 2011-03-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-061-0/+2
| | | | | | * aclocal/rtems-top.m4: Add pkgdatadir. Override pkgdatadir to $(datadir)/rtems$_RTEMS_API. * Makefile.am: Install make/Templates to pkgdatadir.
* 2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-03-043-6/+6
| | | | | * Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+3
| | | | | PR 1532/testing * aclocal/project-root.m4: Add initial tests for untar capabilities.
* 2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-171-12/+0
| | | | | * aclocal/enable-itron.m4: Remove. * configure.ac: Remove itron.
* 2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-071-2/+2
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
* 2010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-111-1/+1
| | | | | * aclocal/bsp-alias.m4: Change quoting to work-round http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
* 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-231-4/+0
| | | | * aclocal/check-custom-bsp.m4: Be less verbose.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-1/+1
| | | | * aclocal/bsp-alias.m4: Fix quoting bug.
* Remove "blacklist".Ralf Corsepius2009-10-171-10/+1
|
* Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".Ralf Corsepius2009-10-171-4/+2
|
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-7/+1
| | | | * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
* Cosmetics.Ralf Corsepius2009-10-161-2/+2
|
* 2009-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-161-45/+8
| | | | | * aclocal/bsp-alias.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-31/+17
| | | | | * aclocal/check-bsps.m4: Pickup bsps from c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-1/+2
| | | | | * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
* Remove posix/unix simulator.Ralf Corsepius2009-10-142-22/+0
|
* renamed lpc24xx BSPsThomas Doerfler2009-10-052-4/+5
|
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-011-0/+5
| | | | | * aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
* 2009-09-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-141-0/+1
| | | | * aclocal/check-bsps.m4: Add csb337 bsp family.
* 2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-07-231-4/+2
| | | | * aclocal/enable-itron.m4: Default to not building itron.