From 3760a5d66d7f9a20abd1e98e3933f14be8000efb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 2 Oct 2008 04:10:08 +0000 Subject: =?UTF-8?q?2008-10-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 defines from *.cfg into bspopts.h. --- c/src/lib/libbsp/powerpc/gen83xx/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/gen83xx/configure.ac | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) 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 + + * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 + defines from *.cfg into bspopts.h. + 2008-10-01 Ralf Corsépius * include/bsp.h: #include 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") -- cgit v1.2.3