summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:10:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 04:10:08 +0000
commit3760a5d66d7f9a20abd1e98e3933f14be8000efb (patch)
tree133ffb2be96b084c0e81b78ad9ecb59153ad19b2
parent2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3760a5d66d7f9a20abd1e98e3933f14be8000efb.tar.bz2
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 defines from *.cfg into bspopts.h.
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/configure.ac19
2 files changed, 24 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
index 90b0b83748..6490a87453 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
+ defines from *.cfg into bspopts.h.
+
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
index 8f525ccc7f..904a180e10 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/gen83xx/configure.ac
@@ -25,6 +25,25 @@ RTEMS_BSPOPTS_HELP([INSTRUCTION_CACHE_ENABLE],
[If defined, the instruction cache will be enabled after address translation
is turned on.])
+RTEMS_BSPOPTS_SET([MPC8313ERDB],[mpc8313erdb],[1])
+RTEMS_BSPOPTS_HELP([MPC8313ERDB],
+[If defined, use custom settings for the mpc8313erdb BSP.])
+
+RTEMS_BSPOPTS_SET([MPC8349EAMDS],[mpc8349eamds],[1])
+RTEMS_BSPOPTS_HELP([MPC8349EAMDS],
+[If defined, use custom settings for the mpc8349eamds BSP.])
+
+RTEMS_BSPOPTS_SET([HSC_CM01],[hsc_cm01],[1])
+RTEMS_BSPOPTS_HELP([HSC_CM01],
+[If defined, use custom settings for the hsc_cm01 BSP.])
+
+RTEMS_BSPOPTS_SET([MPC8349],[mpc8313erdb],[1])
+RTEMS_BSPOPTS_SET([MPC8349],[mpc8349eamds],[1])
+RTEMS_BSPOPTS_SET([MPC8349],[hsc_cm01],[1])
+RTEMS_BSPOPTS_HELP([MPC8349],
+[If defined, use custom settings for the MPC8349 libcpu family.])
+
+
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")