<?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: P1010 platform kexec feature support  in QorIQ</title>
    <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418036#M1925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi scott&lt;/P&gt;&lt;P&gt;your reply mention "some codes present for kexec", whether you can offer those codes to me so i can test kexec feature on p1010 platform?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 05:37:30 GMT</pubDate>
    <dc:creator>qingshanli</dc:creator>
    <dc:date>2015-08-07T05:37:30Z</dc:date>
    <item>
      <title>P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418032#M1921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I am use p1010 cpu and SDK version is 1.5. Now i test kexec feature on this platform with below command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;kexec --load --initrd=/tmp/initrd --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;append="console=ttyS0,115200" /tmp/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;umount -ar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;kexec --exec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;after commands execute finish, the console just print info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Starting new kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;Bye!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;and then the cpu system looks like freeze,and console don't &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;have any information output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;I further debug source code and found "kexec --exec" final call &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;function default_machine_kexec &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;(arch/powerpc/kernel/machine_kexec_32.c)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;, execute below codes &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;/* now call it */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;62 rnk = (relocate_new_kernel_t) reboot_code_buffer;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;63 (*rnk)(page_list, reboot_code_buffer_phys, image-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;&amp;gt;start);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;and then cpu looks like freeze.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;I don't know how to debug it and please help confirm it &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;whether this situation is SDK bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;P.S &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;/tmp/initrd is initrd file &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;/tmp/kernel is elf vmlinux file &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;in uboot mode i can use initrd and kernre file can bootup cpu &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: Arial, Helvetica, sans-serif; font-size: small; background-color: #f5f5f5;"&gt;system, so the two file is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 04:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418032#M1921</guid>
      <dc:creator>qingshanli</dc:creator>
      <dc:date>2015-08-06T04:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418033#M1922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Qingshan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please also provide Kernel configuration files for both original Kernel and dump capture Kernel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 09:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418033#M1922</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-08-06T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418034#M1923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi yiping&lt;/P&gt;&lt;P&gt;both kernel use the same config file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418034#M1923</guid>
      <dc:creator>qingshanli</dc:creator>
      <dc:date>2015-08-06T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418035#M1924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;While there is some code present for kexec, it's not currently a supported/tested feature of the SDK.&amp;nbsp; If you need support for this, let your sales/FAE contact know. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 20:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418035#M1924</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2015-08-06T20:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418036#M1925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi scott&lt;/P&gt;&lt;P&gt;your reply mention "some codes present for kexec", whether you can offer those codes to me so i can test kexec feature on p1010 platform?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:37:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418036#M1925</guid>
      <dc:creator>qingshanli</dc:creator>
      <dc:date>2015-08-07T05:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418037#M1926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm referring to the code that is already in the kernel.&amp;nbsp; What I'm saying is that somebody worked on it in the past, but I don't think it is currently expected to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 20:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418037#M1926</guid>
      <dc:creator>scottwood</dc:creator>
      <dc:date>2015-08-07T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 platform kexec feature support</title>
      <link>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418038#M1927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Scott&lt;/P&gt;&lt;P&gt;I test kexec feature on 3.9.6 Kernel and found it works. But 3.9.6 kernel is not my favorite kernel version. I can merge some codes form 3.9.6 to 3.8.13 for 3.8.13 can support kexec feature but i don't know how to start it. Whether you can help me to achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 02:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/QorIQ/P1010-platform-kexec-feature-support/m-p/418038#M1927</guid>
      <dc:creator>qingshanli</dc:creator>
      <dc:date>2015-08-10T02:43:06Z</dc:date>
    </item>
  </channel>
</rss>

