<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: u-boot SMP Threads T2080RDB in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739356#M2371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; I found a Linux checkin that gave me a hint.&lt;/P&gt;&lt;P&gt;&lt;A href="https://lists.denx.de/pipermail/u-boot/2010-September/078097.html" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://lists.denx.de/pipermail/u-boot/2010-September/078097.html" rel="nofollow noopener noreferrer" target="test_blank"&gt;https://lists.denx.de/pipermail/u-boot/2010-September/078097.html&lt;/A&gt;&lt;/P&gt;&lt;PRE style="color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-style: normal; font-weight: 400; word-spacing: 0px; orphans: 2; widows: 2; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;"Some OSes require that secondary cores not be initialized when they are booted (eg VxWorks)."

So I left the cores in holdoff then allowed VxWorks to release the 7 threads&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2018 14:49:45 GMT</pubDate>
    <dc:creator>albertandreasjr</dc:creator>
    <dc:date>2018-05-18T14:49:45Z</dc:date>
    <item>
      <title>u-boot SMP Threads T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739354#M2369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using u-boot&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;T2080RDB_SPIFLASH_config of version V2.0-1703.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The T2080 has 4 cores with two threads.&amp;nbsp; Will u-boot support having the 7 threads in the spin tables.&amp;nbsp; Right now it only has the 3 cores waiting on the spin tables.&amp;nbsp; (I removed addr, and r3 for brevity).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What it does now:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Running on cpu 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pir - 0x00000002&lt;BR /&gt;Running on cpu 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pir - 0x00000004&lt;BR /&gt;Running on cpu 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;pir - 0x00000006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Running on cpu&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pir - 0x00000001&lt;BR /&gt;Running on cpu 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pir - 0x00000002&lt;BR /&gt;Running on cpu&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;pir - 0x00000003&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Running on cpu&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;pir - 0x00000007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing this to get vxWorks Boot running in SMP with SMT mode, with a modified bootInit.s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to do :&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;cpu 1 release &amp;lt;_romInit&amp;gt;&amp;nbsp;1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;cpu&amp;nbsp;2 release &amp;lt;_romInit&amp;gt; 8&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;cpu&amp;nbsp;3 release &amp;lt;_romInit&amp;gt; 9&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;cpu&amp;nbsp;4 release &amp;lt;_romInit&amp;gt; 10&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;cpu&amp;nbsp;5&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;release &amp;lt;_romInit&amp;gt; 11&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;cpu&amp;nbsp;6&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;release &amp;lt;_romInit&amp;gt; 18&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;1 2&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cpu 7&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;release &amp;lt;_romInit&amp;gt; 19&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;1 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Al&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739354#M2369</guid>
      <dc:creator>albertandreasjr</dc:creator>
      <dc:date>2018-02-12T16:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot SMP Threads T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739355#M2370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;What you want to do contradicts the requirements of ePAPR, &lt;BR /&gt;Sections 5.4.1, 5.5.2.2, thus not verified by NXP and most likely is &lt;BR /&gt;not implemented. Not sure this is an actual requirement by VxWorks&lt;BR /&gt;because threads are not fully independent CPUs in many aspects, for&lt;BR /&gt;instance, they don't have separate virtual address spaces. Suggest&lt;BR /&gt;contacting with VxWorks for clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Platon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 06:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739355#M2370</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2018-02-20T06:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot SMP Threads T2080RDB</title>
      <link>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739356#M2371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; I found a Linux checkin that gave me a hint.&lt;/P&gt;&lt;P&gt;&lt;A href="https://lists.denx.de/pipermail/u-boot/2010-September/078097.html" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://lists.denx.de/pipermail/u-boot/2010-September/078097.html" rel="nofollow noopener noreferrer" target="test_blank"&gt;https://lists.denx.de/pipermail/u-boot/2010-September/078097.html&lt;/A&gt;&lt;/P&gt;&lt;PRE style="color: #000000; text-transform: none; text-indent: 0px; letter-spacing: normal; font-style: normal; font-weight: 400; word-spacing: 0px; orphans: 2; widows: 2; text-decoration-color: initial; font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial;"&gt;"Some OSes require that secondary cores not be initialized when they are booted (eg VxWorks)."

So I left the cores in holdoff then allowed VxWorks to release the 7 threads&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 14:49:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/u-boot-SMP-Threads-T2080RDB/m-p/739356#M2371</guid>
      <dc:creator>albertandreasjr</dc:creator>
      <dc:date>2018-05-18T14:49:45Z</dc:date>
    </item>
  </channel>
</rss>

