]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-patches/current/rtems-update-ss555-to-ec555.patch
Remove ancient patches.
[rtems-devel.git] / rtems-patches / current / rtems-update-ss555-to-ec555.patch
diff --git a/rtems-patches/current/rtems-update-ss555-to-ec555.patch b/rtems-patches/current/rtems-update-ss555-to-ec555.patch
deleted file mode 100644 (file)
index 3b3fb3f..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
----
- c/src/lib/libbsp/powerpc/ec555/ChangeLog    |    5 +++++
- c/src/lib/libbsp/powerpc/ec555/README       |   18 +++++++++---------
- c/src/lib/libbsp/powerpc/ec555/configure.ac |    2 +-
- make/custom/ec555.cfg                       |    6 +++---
- 4 files changed, 18 insertions(+), 13 deletions(-)
-
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/ChangeLog
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/ChangeLog  2008-12-08 06:15:50.000000000 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/ChangeLog       2009-11-29 01:49:00.499560796 +0100
-@@ -1,3 +1,8 @@
-+2009-11-27    Pavel Pisa <pisa@cmp.felk.cvut.cz>
-+
-+      * EC555 BSP for Wuerz-elektronik EC555 board started
-+        as clone of SS555 BSP.
-+
- 2008-12-08    Ralf Corsépius <ralf.corsepius@rtems.org>
-       * bsp_specs: Backport from CVS-HEAD.
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/README
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/README     2009-11-29 01:38:37.608590025 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/README  2009-11-29 01:47:01.416556469 +0100
-@@ -2,9 +2,9 @@
- #  $Id: README,v 1.1 2004/04/12 21:52:13 joel Exp $
- #
--This is a README file for the Intec SS555 of RTEMS 4.6.0
-+This is a README file for the Wuerz-elektronik EC555 of RTEMS 4.6.0
--The SS555 port was sponsored by Defence Research and Development 
-+The EC555 port was sponsored by Defence Research and Development 
- Canada - Suffield, and is Copyright (C) 2004, Real-Time Systems Inc.
- Please send any comments, improvements, or bug reports to:
-@@ -16,8 +16,8 @@
- Summary
- -------
--BSP NAME:           ss555
--BOARD:              Intec Automation Inc. SS555
-+BSP NAME:           EC555
-+BOARD:              Wuerz-elektronik EC555
- BUS:                None 
- CPU FAMILY:         PowerPC
- CPU:                PowerPC MPC555
-@@ -88,7 +88,7 @@
- Installation
- ------------
--The ss555 port uses the Intec SS555's external RAM in two different ways,
-+The EC555 port uses the Wuerz-elektronik EC555's external RAM in two different ways,
- depending on whether or not it is built for debugging by giving the
- VARIANT=DEBUG switch to make:
-@@ -112,7 +112,7 @@
- This BSP includes an termios-capable asynchronous serial line driver that
- supports SCI1 and SCI2. The RTEMS console is selected at configuration time
--with the CONSOLE_MINOR variable (see .../ss555/configure.ac).  We default to
-+with the CONSOLE_MINOR variable (see .../ec555/configure.ac).  We default to
- SCI2 for the console, since SCI1 has some extra features which may be
- desired for application use.
-@@ -123,7 +123,7 @@
-   3. interrupt-driven I/O with termios support.
-      
- The mode of operation of the serial driver is determined at configure time in
--part by the value of the UARTS_IO_MODE variable (see .../ss555/configure.ac).
-+part by the value of the UARTS_IO_MODE variable (see .../ec555/configure.ac).
-   0 - polled I/O.
-   1 - interrupt-driven I/O.
-@@ -208,7 +208,7 @@
- Test Configuration
- ------------------
--Board:                Intec SS555 v1.1
-+Board:                Wuerz-elektronik EC555 v1.1
- CPU:                  Motorola MPC555LFMZP40, mask 1K83H
- Clock Speed:          Crystal 4.0 MHz, CPU 40.0 MHz
- RAM:                  512K bytes of 2-1-1-1 Burst SRAM
-@@ -244,7 +244,7 @@
-   OPERATION_COUNT=20 at configuration time.
-   To run tm27 (the interrupt latency timer test), short CN5-48 to CN5-50 on
--  the SS555 board.
-+  the EC555 board.
-   All tests run cleanly, except for tm26, which gives a "PANIC 12" after it
-   exits.  This doesn't seem to cause a problem otherwise.
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/configure.ac
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/configure.ac       2006-12-02 06:59:47.000000000 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/configure.ac    2009-11-29 01:47:01.416556469 +0100
-@@ -3,7 +3,7 @@
- ## $Id: configure.ac,v 1.9 2006/12/02 05:59:47 ralf Exp $
- AC_PREREQ(2.60)
--AC_INIT([rtems-c-src-lib-libbsp-powerpc-mbx5xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
-+AC_INIT([rtems-c-src-lib-libbsp-powerpc-ec5xx],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
- AC_CONFIG_SRCDIR([bsp_specs])
- RTEMS_TOP(../../../../../..)
-Index: rtems-4.9.3/make/custom/ec555.cfg
-===================================================================
---- rtems-4.9.3.orig/make/custom/ec555.cfg     2009-11-29 01:43:49.127556601 +0100
-+++ rtems-4.9.3/make/custom/ec555.cfg  2009-11-29 01:51:19.435599101 +0100
-@@ -1,5 +1,5 @@
- #
--#  Config file for an Intec Automation SS555 MPC555-based card
-+#  Config file for an Wuerz-elektronik EC555 MPC555-based card
- #
- #  This file is derived from:
- #
-@@ -7,7 +7,7 @@
- #  Config file for a PowerPC 403 based helas403 card
- #  Config file for MPC860 based Ethernet Comm Board
- #
--#  $Id: ss555.cfg,v 1.11 2008/03/11 20:50:58 joel Exp $
-+#  $Id: ec555.cfg,v 1.11 2008/03/11 20:50:58 joel Exp $
- #
- include $(RTEMS_ROOT)/make/custom/default.cfg
-@@ -17,7 +17,7 @@
- RTEMS_CPU_MODEL=mpc555
- # This is the actual bsp directory used during the build process.
--RTEMS_BSP_FAMILY=ss555
-+RTEMS_BSP_FAMILY=ec555
- #  This contains the compiler options necessary to select the CPU model
- #  and (hopefully) optimize for it.