summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-26bsps/powerpc: Remove libcpu/powerpcSebastian Huber1-78/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-22bsps/mpc55xx: Move libcpu content to bspsSebastian Huber1-2/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-02-05bsps/powerpc: Remove support for mpc505Sebastian Huber1-1/+0
Close #3270.
2018-01-25Remove make preinstallChris Johns1-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.
2018-01-03bsps/powerpc: Remove unused RTEMS_CPU_MODELSebastian Huber1-17/+3
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-10-19libcpu/powerpc configure logic: Do not built e500 components unused by qoriqJoel Sherrill1-1/+7
2012-12-01Virtex5 BSP: Various updates and improvements.Ric Claus1-4/+4
This BSP now uses the MPC6xx clock driver instead of a modified PPC403 clock driver. Support for the MMU has been added, but is not enabled by default.
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-22powerpc/t32mppc: New BSPSebastian Huber1-1/+2
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-7/+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-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-03-30Add Virtex4 and Virtex5 BSPsRic Claus1-3/+7
This commit covers at least PR2020, 2022, and 2023. This patch adds all of the code for both BSPs, modifications to libcpu/powerpc for the ppc440, and some updates to the BSPs from follow up review and testing. These BSPs should be good baselines for future development. The configurations used by Ric are custom and have a non-standard NIC. They also do not have a UART. Thus the current console driver just prints to a RAM buffer. The NIC and UART support are left for future work. When the UART support is added, moving the existing "to RAM" console driver to a shared location is likely desirable because boards with no debug UART port are commonly deployed. This would let printk() go to RAM.
2011-07-212011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+4
PR 1799/bsps * new-exceptions/bspsupport/ppc_exc_async_normal.S: New file. * new-exceptions/cpu.c, new-exceptions/cpu_asm.S, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/ppc_exc_global_handler.c, new-exceptions/bspsupport/ppc_exc_prologue.c, new-exceptions/bspsupport/vectors.h: Added support for SPE. * configure.ac, preinstall.am, Makefile.am: Added support for qoriq BSPs.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-11-28Whitespace removal.Ralf Corsepius1-1/+1
2008-07-14updated gen83xx BSPThomas Doerfler1-4/+15
updated haleakala BSP added MPC55xx BSP
2008-02-19Remove OLD_EXCEPTIONS.Ralf Corsepius1-2/+0
2008-02-19Temporarily re-add OLD_EXCEPTIONS.Ralf Corsepius1-0/+2
2008-02-192008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-12/+0
* configure.ac: Deactivate old-exceptions.
2007-12-062007-12-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-1/+4
* Makefile.am, configure.ac, preinstall.am, new-exceptions/e500_raw_exc_init.c: Started adding support for e500 CPU. Most stuff is borrowed from mpc6xx.
2007-09-112007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+3
* Makefile.am, configure.ac: Do not build networking drivers if networking is disabled.
2007-07-10compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler1-2/+5
many different versions of new exception handling code to shared sources.
2007-07-05fixed some problems with shared PPC exception handling codeThomas Doerfler1-0/+2
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-05-162006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+1
* configure.ac: Use RTEMS_AMPOLISH3.
2005-11-022005-11-02 straumanatslacdotstanford.eduTill Straumann1-0/+2
* ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
2005-05-11Remove ppc403/Makefile.Ralf Corsepius1-1/+0
2005-05-11Remove mpc8260/Makefile.Ralf Corsepius1-1/+0
2005-05-11Remove mpc8xx/Makefile.Ralf Corsepius1-1/+0
2005-05-11Remove mpc6xx/Makefile.Ralf Corsepius1-1/+0
2005-05-11Remove mpc5xx/Makefile.Ralf Corsepius1-2/+0
Remove mpc505/Makefile.
2005-05-10Remove shared/Makefile.Ralf Corsepius1-1/+0
2005-05-10Add AMPOLISH3.Ralf Corsepius1-0/+4
2005-02-122005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+14
* configure.ac: subdir-objects. Add compiler check for old/new-style exception processing.
2004-11-102004-11-10 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill1-1/+5
* configure.ac, mpc6xx/exceptions/raw_exception.c, mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, shared/include/cpuIdent.c, shared/include/cpuIdent.h: Add MPC8240 and MPC8245 support. There was also a significant amount of spelling and whitespace cleanup.
2004-10-20Add MPC7455 support.Eric Norum1-0/+2
2004-10-192004-10-19 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+0
* configure.ac: Remove RTEMS_ENABLE_BARE.
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Require automake > 1.9.
2004-04-122004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill1-3/+5
* README, configure.ac, mpc5xx/Makefile.am, mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a significant amount of MPC5xx support as part of the addition of the SS555 BSP. * mpc5xx/README, mpc5xx/clock/clock.c, mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c, mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h, mpc5xx/vectors/vectors_init.c: New files. * mpc5xx/exceptions/asm_utils.S: Removed.
2004-03-262004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
* configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
2004-03-082004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+5
* Makefile.am, configure.ac: Reflect having added mpc5xx.
2004-01-302004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* wrapup/Makefile.am: Remove. * configure.ac: Remove wrapup. * shared/Makefile.am: Use automake compilation rules. Build *.rels.
2004-01-212004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+5
* configure.ac: Require automake >= 1.8.2. * Makefile.am, mpc505/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am, shared/Makefile.am: Use automake compilation rules. Add PREINSTALL_DIRS.
2003-12-162003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-9/+0
* ppc403/clock/Makefile.am: Remove. * ppc403/console/Makefile.am: Remove. * ppc403/ictrl/Makefile.am: Remove. * ppc403/timer/Makefile.am: Remove. * ppc403/tty_drv/Makefile.am: Remove. * ppc403/vectors/Makefile.am: Remove. * ppc403/Makefile.am: Merge-in Makefile.ams above. * configure.ac: Reflect changes to ppc403/Makefile.ams.
2003-12-162003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-6/+0
* mpc8xx/clock/Makefile.am: Remove. * mpc8xx/console-generic/Makefile.am: Remove. * mpc8xx/cpm/Makefile.am: Remove. * mpc8xx/exceptions/Makefile.am: Remove. * mpc8xx/mmu/Makefile.am: Remove. * mpc8xx/timer/Makefile.am: Remove. * mpc8xx/Makefile.am: Merge-in Makefile.ams above. * configure.ac: Reflect changes to mpc8xx/Makefile.ams.
2003-12-162003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-11/+0
* configure.ac: Remove mpc6xx/*/Makefile, mpc8260/*/Makefile.
2003-12-152003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+0
* shared/include/Makefile.am: Remove. * shared/src/Makefile.am: Remove. * shared/Makefile.am: Merge-in Makefile.ams above. * configure.ac: Reflect changes above.