<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Martin,<br>
          I've found the problem I created regarding the entrypoint
      thread. The AM33XX has a set of control module registers and
      pin-muxing registers which require privileged access. To allow
      these registers to be accessed from user-land, I created two
      kernel calls to access them and added them to the end of of the
      call list in kernel.h in core/includes. That was a while ago. Now
      there appears to be a second list in core_interface.h that extends
      that list. So, I clobbered the first to calls in core_interface,
      one of which created a thread and returned an id.<br>
      <br>
      The fix to my exension of the kernel calls gets me through to init
      being called and passed the available memory resources. I've an
      issue now that I think I'll be able to find as config appears to
      trying to access a valid memory location that has no translation
      table entry.<br>
      <br>
      Thanks for your help.<br>
      <br>
              Bob<br>
      <br>
      <br>
      On 08/19/2014 12:36 PM, Bob Stewart wrote:<br>
    </div>
    <blockquote cite="mid:53F37D1D.1030202@...196..." type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Thanks for the reply Martin.<br>
        Two headlines are indeed printed from <i>git log | grep "get a
          thread cap in Thread_base constructor"</i> --<br>
        <br>
            <i>hw: get a thread cap in Thread_base constructor</i><i><br>
        </i><i>    hw: get a thread cap in Thread_base constructor</i><i><br>
        </i><br>
        This morning I pulled from the current master, merged, buit, and
        got the same error output on the entrypoint thread.<br>
        <br>
        Thanks for the info on getting an active thread list. I'll
        instrument call_access_thread_regs when I get back to that
        development system.<br>
        <br>
        Thanks for the help,<br>
        <br>
            Bob<br>
        <br>
        <br>
        On 08/19/2014 08:42 AM, Martin Stein wrote:<br>
      </div>
      <blockquote cite="mid:53F34651.1010106@...1..."
        type="cite">git log | grep "get a thread cap in Thread_base
        constructor"</blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>