From 41ab696625ec33c00b1788f200bc6e25edf30c8d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 20:06:59 +0000 Subject: Patch from John Cotton , Charles-Antoine Gauthier , and Darlene A. Stewart to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860 --- make/custom/mbx821_001.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 make/custom/mbx821_001.cfg (limited to 'make/custom/mbx821_001.cfg') diff --git a/make/custom/mbx821_001.cfg b/make/custom/mbx821_001.cfg new file mode 100644 index 0000000000..8f8a3327f6 --- /dev/null +++ b/make/custom/mbx821_001.cfg @@ -0,0 +1,12 @@ +# +# 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_001 + +include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg -- cgit v1.2.3