<!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, mpc55xx/include/fsl-mpc556x.h,
        mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
</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.393&r2=text&tr2=1.394&diff_format=h">M</a></td><td width='1%'>1.394</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.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h</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-mpc556x.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h</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.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</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.393 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.393      Wed Aug 31 10:50:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Thu Sep  1 03:09:27 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-01    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
+       mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
+
</font> 2011-08-31        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc555x.h,

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.1 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.1    Wed Aug 31 10:50:29 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h        Thu Sep  1 03:09:28 2011
</font><font color='#997700'>@@ -1052,7 +1052,7 @@
</font>             } B;
         } MCR;
 
<font color='#880000'>-        union {                 /* LML Register */
</font><font color='#000088'>+        union LMLR_tag {        /* Low/Mid Address Space Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t LME:1;
<font color='#997700'>@@ -1063,9 +1063,9 @@
</font>                   uint32_t:6;
                 uint32_t LLOCK:10;
             } B;
<font color='#880000'>-        } LML;
</font><font color='#000088'>+        } LMLR; /* Legacy naming - refer to LML in Reference Manual */
</font> 
<font color='#880000'>-        union {                 /* HBL Register */
</font><font color='#000088'>+        union HLR_tag {         /* High Address Space Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t HBE:1;
<font color='#997700'>@@ -1074,7 +1074,7 @@
</font>             } B;
         } HBL;
 
<font color='#880000'>-        union {                 /* SLML Register */
</font><font color='#000088'>+        union SLMLR_tag {       /* Secondary Low/Mid Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t SLE:1;

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.1 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.2
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.1    Wed Aug 31 10:50:29 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h        Thu Sep  1 03:09:28 2011
</font><font color='#997700'>@@ -568,7 +568,7 @@
</font>             } B;
         } MCR;
 
<font color='#880000'>-        union {                 /* LML Register */
</font><font color='#000088'>+        union LMLR_tag {        /* LML Register */
</font>             uint32_t R;
             struct {
                 uint32_t LME:1;
<font color='#997700'>@@ -579,7 +579,7 @@
</font>             } B;
         } LMLR;
 
<font color='#880000'>-        union {                 /* HL Register */
</font><font color='#000088'>+        union HLR_tag {         /* HL Register */
</font>             uint32_t R;
             struct {
                 uint32_t HBE:1;
<font color='#997700'>@@ -588,7 +588,7 @@
</font>             } B;
         } HLR;
 
<font color='#880000'>-        union {                 /* SLML Register */
</font><font color='#000088'>+        union SLMLR_tag {       /* SLML Register */
</font>             uint32_t R;
             struct {
                 uint32_t SLE:1;

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.1 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.1    Wed Aug 31 10:50:30 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h        Thu Sep  1 03:09:28 2011
</font><font color='#997700'>@@ -660,7 +660,7 @@
</font>             } B;
         } MCR;
 
<font color='#880000'>-        union {                 /* Low/Mid Address Space Block Locking Register */
</font><font color='#000088'>+        union LMLR_tag {        /* Low/Mid Address Space Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t LME:1;
<font color='#997700'>@@ -673,7 +673,7 @@
</font>             } B;
         } LMLR; /* Legacy naming - refer to LML in Reference Manual */
 
<font color='#880000'>-        union {                 /* High Address Space Block Locking Register */
</font><font color='#000088'>+        union HLR_tag {         /* High Address Space Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t HBE:1;
<font color='#997700'>@@ -682,7 +682,7 @@
</font>             } B;
         } HLR; /* Legacy naming - refer to HBL in Reference Manual */
 
<font color='#880000'>-        union {                 /* Secondary Low/Mid Block Locking Register */
</font><font color='#000088'>+        union SLMLR_tag {       /* Secondary Low/Mid Block Locking Register */
</font>             uint32_t R;
             struct {
                 uint32_t SLE:1;
</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>