<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-09-01)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/ChangeLog.diff?r1=text&tr1=1.394&r2=text&tr2=1.395&diff_format=h">M</a></td><td width='1%'>1.395</td><td width='100%'>c/src/lib/libcpu/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394      Thu Sep  1 03:09:27 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Thu Sep  1 03:15:10 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-09-01        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
+
+2011-09-01     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
        mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
 

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.2 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.3
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.2    Thu Sep  1 03:09:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h        Thu Sep  1 03:15:10 2011
</font><font color='#997700'>@@ -1072,7 +1072,7 @@
</font>                   uint32_t:23;
                 uint32_t HBLOCK:8;
             } B;
<font color='#880000'>-        } HBL;
</font><font color='#000088'>+        } HLR; /* Legacy naming - refer to HBL in Reference Manual */
</font> 
         union SLMLR_tag {       /* Secondary Low/Mid Block Locking Register */
             uint32_t R;
<font color='#997700'>@@ -1085,9 +1085,9 @@
</font>                   uint32_t:6;
                 uint32_t SLLOCK:10;
             } B;
<font color='#880000'>-        } SLL;
</font><font color='#000088'>+        } SLMLR; /* Legacy naming - refer to SLL in Reference Manual */
</font> 
<font color='#880000'>-        union {                 /* LMS Register */
</font><font color='#000088'>+        union {                 /* Low/Mid Address Space Block Select Register */
</font>             uint32_t R;
             struct {
                 uint32_t:14;
<font color='#997700'>@@ -1095,24 +1095,24 @@
</font>                   uint32_t:6;
                 uint32_t LSEL:10;
             } B;
<font color='#880000'>-        } LMS;
</font><font color='#000088'>+        } LMSR; /* Legacy naming - refer to LMS in Reference Manual */
</font> 
<font color='#880000'>-        union {
</font><font color='#000088'>+        union {                 /* High Address Space Block Select Register */
</font>             uint32_t R;
             struct {
                 uint32_t:28;
                 uint32_t HBSEL:4;
             } B;
<font color='#880000'>-        } HBS;
</font><font color='#000088'>+        } HSR; /* Legacy naming - refer to HBS in Reference Manual */
</font> 
<font color='#880000'>-        union {
</font><font color='#000088'>+        union {                 /* Address Register */
</font>             uint32_t R;
             struct {
                 uint32_t:10;
                 uint32_t ADDR:19;
                   uint32_t:3;
             } B;
<font color='#880000'>-        } ADR;
</font><font color='#000088'>+        } AR; /* Legacy naming - refer to ADR in Reference Manual */
</font> 
         union {                 /* Platform Flash Configuration Register for Port 0 */
             uint32_t R;
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/ChangeLog.diff?r1=text&tr1=1.395&r2=text&tr2=1.396&diff_format=h">M</a></td><td width='1%'>1.396</td><td width='100%'>c/src/lib/libcpu/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.396
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395      Thu Sep  1 03:15:10 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Thu Sep  1 03:18:56 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-09-01        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
+
+2011-09-01     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
 
 2011-09-01     Sebastian Huber <sebastian.huber@embedded-brains.de>

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.2 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.3
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.2    Thu Sep  1 03:09:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h        Thu Sep  1 03:18:56 2011
</font><font color='#997700'>@@ -6527,6 +6527,7 @@
</font> #define FMPLL     (*( volatile struct FMPLL_tag *)      0xC3F80000)
 #define EBI       (*( volatile struct EBI_tag *)        0xC3F84000)
 #define FLASH_A   (*( volatile struct FLASH_tag *)      0xC3F88000)
<font color='#000088'>+#define FLASH FLASH_A
</font> #define FLASH_B   (*( volatile struct FLASH_tag *)      0xC3F8C000)
 #define SIU       (*( volatile struct SIU_tag *)        0xC3F90000)
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>