<?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: 2160 kexec problem in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/2160-kexec-problem/m-p/1665907#M12634</link>
    <description>&lt;P&gt;Do you use LSDK 21.08?&lt;/P&gt;
&lt;P&gt;In previous LSDK,&amp;nbsp;The second kernel with kexec cannot boot up on LX2160A, this issue is fixed in LSDK 21.08.&lt;/P&gt;
&lt;P&gt;You need to install kexec-tools 2.0.21 in Ubuntu 20.04.&lt;/P&gt;
&lt;P&gt;Please refer to section "7.3 kdump/kexec User Manual" in&amp;nbsp;LSDKUG_Rev21.08.pdf for details.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 06:59:35 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2023-06-08T06:59:35Z</dc:date>
    <item>
      <title>2160 kexec problem</title>
      <link>https://community.nxp.com/t5/Layerscape/2160-kexec-problem/m-p/1663218#M12601</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am working on 2160 processor to use kexec to jump into a new kenel, but after "kexec -e", the board haltled, like this:&lt;/P&gt;&lt;P&gt;# /usr/kexec -e&lt;BR /&gt;[ 93.742151] kexec_core: Starting new kernel&lt;BR /&gt;[ 93.746328] Disabling non-boot CPUs ...&lt;BR /&gt;[ 93.804342] IRQ 136: no longer affine to CPU1&lt;BR /&gt;[ 93.804408] CPU1: shutdown&lt;BR /&gt;[ 93.811460] psci: CPU1 killed.&lt;BR /&gt;[ 93.836301] IRQ 137: no longer affine to CPU2&lt;BR /&gt;[ 93.836347] CPU2: shutdown&lt;BR /&gt;[ 93.843387] psci: CPU2 killed.&lt;BR /&gt;[ 93.876308] IRQ 138: no longer affine to CPU3&lt;BR /&gt;[ 93.876337] CPU3: shutdown&lt;BR /&gt;[ 93.883378] psci: CPU3 killed.&lt;BR /&gt;[ 93.916273] IRQ 139: no longer affine to CPU4&lt;BR /&gt;[ 93.916316] CPU4: shutdown&lt;BR /&gt;[ 93.923356] psci: CPU4 killed.&lt;BR /&gt;[ 93.964293] IRQ 140: no longer affine to CPU5&lt;BR /&gt;[ 93.964328] CPU5: shutdown&lt;BR /&gt;[ 93.971367] psci: CPU5 killed.&lt;BR /&gt;[ 94.008262] IRQ 141: no longer affine to CPU6&lt;BR /&gt;[ 94.008305] CPU6: shutdown&lt;BR /&gt;[ 94.015345] psci: CPU6 killed.&lt;BR /&gt;[ 94.044271] IRQ 142: no longer affine to CPU7&lt;BR /&gt;[ 94.044303] CPU7: shutdown&lt;BR /&gt;[ 94.051343] psci: CPU7 killed.&lt;BR /&gt;[ 94.096257] IRQ 143: no longer affine to CPU8&lt;BR /&gt;[ 94.096302] CPU8: shutdown&lt;BR /&gt;[ 94.103342] psci: CPU8 killed.&lt;BR /&gt;[ 94.144255] IRQ 144: no longer affine to CPU9&lt;BR /&gt;[ 94.144286] CPU9: shutdown&lt;BR /&gt;[ 94.151325] psci: CPU9 killed.&lt;BR /&gt;[ 94.200237] IRQ 145: no longer affine to CPU10&lt;BR /&gt;[ 94.200293] CPU10: shutdown&lt;BR /&gt;[ 94.207506] psci: CPU10 killed.&lt;BR /&gt;[ 94.248282] CPU11: shutdown&lt;BR /&gt;[ 94.251065] psci: CPU11 killed.&lt;BR /&gt;[ 94.308281] CPU12: shutdown&lt;BR /&gt;[ 94.311065] psci: CPU12 killed.&lt;BR /&gt;[ 94.344271] CPU13: shutdown&lt;BR /&gt;[ 94.347054] psci: CPU13 killed.&lt;BR /&gt;[ 94.380258] CPU14: shutdown&lt;BR /&gt;[ 94.383042] psci: CPU14 killed.&lt;BR /&gt;[ 94.400252] CPU15: shutdown&lt;BR /&gt;[ 94.403035] psci: CPU15 killed.&lt;BR /&gt;[ 94.417654] Bye!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then the console has no output,&amp;nbsp;After reading kexec code, I got some question:&lt;/P&gt;&lt;P&gt;1. Does 2160 processor support VHE? I got message from 2160 datasheet that the core support all ARMv8 feature, but the value of register id_aa64mmfr1_el1 is 0.&lt;/P&gt;&lt;P&gt;2. Should I configure CONFIG_KVM to reconfigure the interrupt vector table? The function el2_setup has configure the el1_sync.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 07:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/2160-kexec-problem/m-p/1663218#M12601</guid>
      <dc:creator>lucienofliu</dc:creator>
      <dc:date>2023-06-05T07:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: 2160 kexec problem</title>
      <link>https://community.nxp.com/t5/Layerscape/2160-kexec-problem/m-p/1665907#M12634</link>
      <description>&lt;P&gt;Do you use LSDK 21.08?&lt;/P&gt;
&lt;P&gt;In previous LSDK,&amp;nbsp;The second kernel with kexec cannot boot up on LX2160A, this issue is fixed in LSDK 21.08.&lt;/P&gt;
&lt;P&gt;You need to install kexec-tools 2.0.21 in Ubuntu 20.04.&lt;/P&gt;
&lt;P&gt;Please refer to section "7.3 kdump/kexec User Manual" in&amp;nbsp;LSDKUG_Rev21.08.pdf for details.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 06:59:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/2160-kexec-problem/m-p/1665907#M12634</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-06-08T06:59:35Z</dc:date>
    </item>
  </channel>
</rss>

