From 31428fbffece81b6b493faf11328b543a28decf0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 06:58:58 +0000 Subject: New (relocated from /make/custom). --- .../lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg | 17 +++++++++++++++++ .../libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg | 15 +++++++++++++++ .../libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg | 15 +++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg create mode 100644 c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg create mode 100644 c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg new file mode 100644 index 0000000000..3ad22c37f7 --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/icecube.cfg @@ -0,0 +1,17 @@ +# +# Config file for Freescale 5200Lite a.k.a. IceCube +# +# NOTE: This is the same as the Embedded Planets EP5200C and +# possibly other MPC5200 boards. +# +# $Id$ +# + +# +# All GEN5200 configurations share the same base file, only a few +# parameters differ. +# + +RTEMS_LINKCMDS=linkcmds.icecube + +include $(RTEMS_ROOT)/make/custom/gen5200.cfg diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg new file mode 100644 index 0000000000..fd84c4b18c --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_cr825.cfg @@ -0,0 +1,15 @@ +# +# Config file for MicroSys PM520 Module (based on MPC5200) +# on carrier board CR825 +# +# $Id$ +# + +# +# All GEN5200 configurations share the same base file, only a few +# parameters differ. +# + +RTEMS_LINKCMDS=linkcmds.pm520 + +include $(RTEMS_ROOT)/make/custom/gen5200.cfg diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg new file mode 100644 index 0000000000..5aa3de0354 --- /dev/null +++ b/c/src/lib/libbsp/powerpc/gen5200/make/custom/pm520_ze30.cfg @@ -0,0 +1,15 @@ +# +# Config file for MicroSys PM520 Module (based on MPC5200) +# on carrier board ZE30 +# +# $Id$ +# + +# +# All GEN5200 configurations share the same base file, only a few +# parameters differ. +# + +RTEMS_LINKCMDS=linkcmds.pm520 + +include $(RTEMS_ROOT)/make/custom/gen5200.cfg -- cgit v1.2.3