summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog6
-rw-r--r--make/custom/mbx821_002.cfg13
-rw-r--r--make/custom/mbx821_002b.cfg13
3 files changed, 32 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 37a97d0d29..cc8a0d99de 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+
+ PR 368/filesystems
+ * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
+ with this PR for alias BSPs.
+
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps
diff --git a/make/custom/mbx821_002.cfg b/make/custom/mbx821_002.cfg
new file mode 100644
index 0000000000..c36da9227d
--- /dev/null
+++ b/make/custom/mbx821_002.cfg
@@ -0,0 +1,13 @@
+#
+# Config file for a PowerPC MPC860-based MBX821-001 card.
+#
+
+#
+# All MBX8xx configurations share the same base file, only a few
+# parameters differ.
+#
+
+RTEMS_MBX_MODEL=mbx821_002
+8XX_CPU_TYPE=821
+
+include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
diff --git a/make/custom/mbx821_002b.cfg b/make/custom/mbx821_002b.cfg
new file mode 100644
index 0000000000..ed638e081e
--- /dev/null
+++ b/make/custom/mbx821_002b.cfg
@@ -0,0 +1,13 @@
+#
+# Config file for a PowerPC MPC860-based MBX821-002b card.
+#
+
+#
+# All MBX8xx configurations share the same base file, only a few
+# parameters differ.
+#
+
+RTEMS_MBX_MODEL=mbx821_002b
+8XX_CPU_TYPE=821
+
+include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg