summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm: Move libcpu content to bspsSebastian Huber2018-03-131-32/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* Remove make preinstallChris Johns2018-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* bsp/csb337: Move libcpu files to BSPSebastian Huber2017-12-081-3/+0
| | | | Update #3254.
* bsp/smdk2410: Move libcpu files to BSPSebastian Huber2017-12-081-2/+0
| | | | Update #3254.
* bsp/rtl22xx: Move libcpu files to BSPSebastian Huber2017-12-081-1/+0
| | | | Update #3254.
* bsp/csb336: Move libcpu files to BSPSebastian Huber2017-12-081-2/+0
| | | | Update #3254.
* bsps/arm: Remove obsolete s3c2400Sebastian Huber2017-12-081-3/+1
| | | | Update #3254.
* bsp/gumstix: Move libcpu files to BSPSebastian Huber2017-12-081-2/+1
| | | | Update #3254.
* libdebugger: Build for ARM's without a CP15.Chris Johns2016-12-021-1/+2
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Remove CVS-Ids.Ralf Corsépius2012-05-041-2/+0
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-2/+2
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-091-2/+2
|
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-041-1/+4
| | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255 support. * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h, pxa255/include/ffuart.h, pxa255/include/pxa255.h, pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c, pxa255/timer/timer.c: New files.
* 2008-05-06 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2008-05-061-0/+2
| | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h: Add CPU type s3c2410. Add a new s3c24xx common file shared between s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some were changed to include <s3c24xx.h> instead of <s3c2400.h>. * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S, s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c, s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c, s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
* 2007-04-25 Ray Xu <xr@trasin.net>Ralf Corsepius2007-04-251-0/+1
| | | | | | | * Makefile.am, configure.ac: Add lpc22xx support. * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h, lpc22xx/timer/timer.c: New (Initial submission).
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-1/+1
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-2/+2
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-161-3/+1
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-2/+0
| | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
* Remove s3c2400/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* Remove mc9328mxl/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* Remove at91rm9200/Makefile.Ralf Corsepius2005-05-111-1/+0
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-1/+4
| | | | | | | * Makefile.am: Merge-in shared/Makefile.am. * preinstall.am: New. * shared/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-111-1/+4
| | | | | | | | * Makefile.am, configure.ac: Added gp32 BSP. * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c, s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h, s3c2400/timer/timer.c: New files.
* 2004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-191-1/+0
| | | | * configure.ac: Remove RTEMS_ENABLE_BARE.
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-241-1/+1
| | | | * configure.ac: Require automake > 1.9.
* 2004-07-15 Jay MonkmanJay Monkman2004-07-151-0/+38
* .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.