<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 4, 2013 at 9:50 AM, Sebastian Huber <span dir="ltr"><<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On 2013-10-03 14:49, Gedare Bloom wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
@@ -87,9 +90,9 @@ arm_cp15_start_setup_<u></u>translation_table_and_enable_<u></u>mmu_and_cache(<br>
    arm_cp15_set_domain_access_<u></u>control(dac);<br>
    arm_cp15_set_translation_<u></u>table_base(ttb);<br>
<br>
-  /* Initialize translation table with invalid entries */<br>
+  /* Initialize translation table with fixed-map read-write entries */<br>
    for (i = 0; i < ARM_MMU_TRANSLATION_TABLE_<u></u>ENTRY_COUNT; ++i) {<br>
-    ttb [i] = 0;<br>
+    ttb [i] = (i << ARM_MMU_SECT_BASE_SHIFT) | ARMV7_MMU_DATA_READ_WRITE;<br>
    }<br>
</blockquote>
<br></div>
What is the reason for this change?  I don't think that unconditional read-write access is a good idea.<span class=""><font color="#888888"><br><br></font></span></blockquote><div>I made this change when I was trying to get RaspberryPi MMU initialization to work. Also I thought </div>
<div>the default behavior for RTEMS is the unprotected mode, and the new protection (limitation) attributes </div><div>are new and should be applied when needed (by configuration table at startup or dynamically).</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888">
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-<u></u>brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.</font></span><div class=""><div class="h5"><br>
______________________________<u></u>_________________<br>
rtems-devel mailing list<br>
<a href="mailto:rtems-devel@rtems.org" target="_blank">rtems-devel@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-devel" target="_blank">http://www.rtems.org/mailman/<u></u>listinfo/rtems-devel</a><br>
</div></div></blockquote></div><br></div></div>