]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-patches/current/rtems-update-ss555-to-ec555-cpld-remove.patch
Remove ancient patches.
[rtems-devel.git] / rtems-patches / current / rtems-update-ss555-to-ec555-cpld-remove.patch
diff --git a/rtems-patches/current/rtems-update-ss555-to-ec555-cpld-remove.patch b/rtems-patches/current/rtems-update-ss555-to-ec555-cpld-remove.patch
deleted file mode 100644 (file)
index a5cdd9c..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
----
- c/src/lib/libbsp/powerpc/ec555/include/bsp.h    |   31 ------------------------
- c/src/lib/libbsp/powerpc/ec555/startup/iss555.c |    5 +++
- c/src/lib/libbsp/powerpc/ec555/startup/linkcmds |    8 ------
- 3 files changed, 5 insertions(+), 39 deletions(-)
-
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/include/bsp.h
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/include/bsp.h      2007-12-11 16:46:51.000000000 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/include/bsp.h   2009-11-29 01:52:21.559557050 +0100
-@@ -44,37 +44,6 @@
- #define BSP_CRYSTAL_HZ         4000000        /* crystal frequency, Hz */
- #define BSP_CLOCK_HZ  40000000        /* CPU clock frequency, Hz
--/*
-- * I/O definitions
-- *
-- * The SS555 board includes a CPLD to control on-board features and
-- * off-board devices.
-- */
--typedef struct cpld_ {
--  uint8_t     cs3a[32];               /* Chip select 3A */
--  uint8_t     pad0[0x200000 - 0x000020];
--
--  uint8_t     cs3b[32];               /* Chip select 3B */
--  uint8_t     pad2[0x400000 - 0x200020];
--
--  uint8_t     cs3c[32];               /* Chip select 3C */
--  uint8_t     pad4[0x600000 - 0x400020];
--
--  uint8_t     cs3d[32];               /* Chip select 3D */
--  uint8_t     pad6[0x800000 - 0x600020];
--
--  uint8_t     serial_ints;    /* Enable/disable serial interrupts */
--  uint8_t     serial_resets;  /* Enable/disable serial resets */
--  uint8_t     serial_ack;     /* Acknowledge serial transfers */
--  uint8_t     pad8[0xA00000 - 0x800003];
--
--  uint8_t     iflash_writess; /* Enable/disable internal-flash writes */
--  uint8_t     nflash_writess; /* Enable/disable NAND-flash writes */
--  uint8_t     padA[0xC00000 - 0xA00002];
--} cpld_t;
--
--extern volatile cpld_t cpld;              /* defined in linkcmds */
--
- /* miscellaneous stuff assumed to exist */
- /*
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/startup/iss555.c
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/startup/iss555.c   2009-11-29 01:38:37.616586852 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/startup/iss555.c        2009-11-29 01:52:21.559557050 +0100
-@@ -96,6 +96,8 @@
-    */
-   extern char int_ram_top[];          /* top of internal ram */
-+#if 0
-+
-   usiu.memc[0]._or =
-       USIU_MEMC_OR_512K                       /* bank size */
-     | USIU_MEMC_OR_SCY(0)             /* wait states in first beat of burst */
-@@ -127,6 +129,9 @@
-     | USIU_MEMC_BR_BI                 /* inhibit bursting */
-     | USIU_MEMC_BR_V;                 /* base register valid */
-+
-+#endif
-+
-   /*
-    * Disable show cycles and serialization so that burst accesses will work
-    * properly.  A different value, such as 0x0, may be more appropriate for
-Index: rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/startup/linkcmds
-===================================================================
---- rtems-4.9.3.orig/c/src/lib/libbsp/powerpc/ec555/startup/linkcmds   2008-03-04 00:07:19.000000000 +0100
-+++ rtems-4.9.3/c/src/lib/libbsp/powerpc/ec555/startup/linkcmds        2009-11-29 01:52:21.559557050 +0100
-@@ -268,14 +268,6 @@
-     sram = .;
-   }
--  /*
--   * SS555 external devices managed by on-board CPLD
--   */
--  .cpld 0xFF000000:           /* SS555 external CPLD devices */
--  {
--    cpld = .;
--  }
--
-   /* Stabs debugging sections.  */
-   .stab 0 : { *(.stab) }