[rtems commit] bsp/mpc55xx: Set PPC_EXC_CONFIG_BOOKE_ONLY

Sebastian Huber sebh at rtems.org
Mon Dec 3 12:14:54 UTC 2012


Module:    rtems
Branch:    master
Commit:    2e80662196f06bf82b81e48cbf28bfa06f09c237
Changeset: http://git.rtems.org/rtems/commit/?id=2e80662196f06bf82b81e48cbf28bfa06f09c237

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 19 09:12:07 2012 +0100

bsp/mpc55xx: Set PPC_EXC_CONFIG_BOOKE_ONLY

---

 c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac
index 38fce34..00b80a4 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac
@@ -36,6 +36,10 @@ RTEMS_BSPOPTS_SET([PPC_EXC_CONFIG_USE_FIXED_HANDLER],[*],[1])
 RTEMS_BSPOPTS_HELP([PPC_EXC_CONFIG_USE_FIXED_HANDLER],
 [use fixed high-level exception handler])
 
+RTEMS_BSPOPTS_SET([PPC_EXC_CONFIG_BOOKE_ONLY],[*],[1])
+RTEMS_BSPOPTS_HELP([PPC_EXC_CONFIG_BOOKE_ONLY],
+[only support Book E exception types])
+
 RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5643l*],[127])
 RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5566*],[127])
 RTEMS_BSPOPTS_SET([BSP_INTERRUPT_HANDLER_TABLE_SIZE],[mpc5674f*],[255])




More information about the vc mailing list