<?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: [LGE-CTO] booting failure with 4G DRAM with OPTE in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1522692#M195184</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24889" target="_blank"&gt;@haidong_zheng&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have similar DDR issue, could you share this patch for me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 07:56:53 GMT</pubDate>
    <dc:creator>kevin_fu</dc:creator>
    <dc:date>2022-09-15T07:56:53Z</dc:date>
    <item>
      <title>[LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1223113#M168642</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24889"&gt;@haidong_zheng&lt;/a&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;customer is LGE-CTO&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;project is IFE (In Flight Entertainment)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;silicon : i.MX8MQ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;BSP : L5.4.70.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;issue : customer met booting failure with suck at "starting kernel ...." log.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;customer applied below patch and with ddr_timing.c from ddr stress tool.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;with below patch + removed OPTEE ==&amp;gt; 4G booting is okay and also 4G memory seems to be okay on target board. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;But, below patch + OPTEE , customer met booting failure&amp;nbsp; with stuck at "starting kernel.."&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="1030"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="1030"&gt;
&lt;P&gt;diff -urN a/arch/arm/dts/imx8mq-evk.dts b/arch/arm/dts/imx8mq-evk.dts&lt;BR /&gt;--- a/arch/arm/dts/imx8mq-evk.dts&amp;nbsp;&amp;nbsp; 2021-01-26 08:40:48.957563246 +0900&lt;BR /&gt;+++ b/arch/arm/dts/imx8mq-evk.dts&amp;nbsp;&amp;nbsp; 2021-01-26 08:45:05.274299618 +0900&lt;BR /&gt;@@ -29,7 +29,8 @@&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="mailto:memory@40000000" target="_blank"&gt;memory@40000000&lt;/A&gt; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device_type = "memory";&lt;BR /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x00000000 0x40000000 0 0xc0000000&amp;gt;;&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x0 0x40000000 0 0xc0000000&amp;gt;,&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;0x1 0x00000000 0 0x40000000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pcie0_refclk: pcie0-refclk {&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;config.h ‘&lt;SPAN&gt;s 4G&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;TABLE width="1030"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="1030"&gt;
&lt;P&gt;diff -urN a/configs/imx8mq_evk_defconfig b/configs/imx8mq_evk_defconfig&lt;BR /&gt;--- a/configs/imx8mq_evk_defconfig&amp;nbsp; 2021-01-25 10:51:45.397639290 +0900&lt;BR /&gt;+++ b/configs/imx8mq_evk_defconfig&amp;nbsp; 2021-01-25 11:31:02.699624338 +0900&lt;BR /&gt;@@ -17,6 +17,7 @@&lt;BR /&gt;&amp;nbsp;CONFIG_ARCH_MISC_INIT=y&lt;BR /&gt;&amp;nbsp;CONFIG_SPL_MMC_SUPPORT=y&lt;BR /&gt;&amp;nbsp;CONFIG_SPL_SERIAL_SUPPORT=y&lt;BR /&gt;+CONFIG_NR_DRAM_BANKS=2&lt;BR /&gt;&amp;nbsp;CONFIG_SPL_DRIVERS_MISC_SUPPORT=y&lt;BR /&gt;&amp;nbsp;CONFIG_SPL=y&lt;BR /&gt;&amp;nbsp;CONFIG_CSF_SIZE=0x2000&lt;BR /&gt;diff -urN a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h&lt;BR /&gt;--- a/include/configs/imx8mq_evk.h&amp;nbsp; 2021-01-25 10:51:45.489638119 +0900&lt;BR /&gt;+++ b/include/configs/imx8mq_evk.h&amp;nbsp; 2021-01-25 11:31:02.783623269 +0900&lt;BR /&gt;@@ -171,7 +171,10 @@&lt;/P&gt;
&lt;P&gt;&amp;nbsp;#define CONFIG_SYS_SDRAM_BASE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x40000000&lt;BR /&gt;&amp;nbsp;#define PHYS_SDRAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x40000000&lt;BR /&gt;-#define PHYS_SDRAM_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xC0000000 /* 3GB DDR */&lt;BR /&gt;+#define PHYS_SDRAM_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xc0000000 /* 3GB */&lt;BR /&gt;+#define PHYS_SDRAM_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x100000000&lt;BR /&gt;+#define PHYS_SDRAM_2_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x40000000 /*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;+&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is bdinfo with&amp;nbsp; booting failure. i am not sure but does below glue text address is as below. it is for your reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;u-boot=&amp;gt; bdinfo&lt;BR /&gt;arch_number = 0x0000000000000000&lt;BR /&gt;boot_params = 0x0000000000000000&lt;BR /&gt;DRAM bank = 0x0000000000000000&lt;BR /&gt;-&amp;gt; start = 0x0000000040000000&lt;BR /&gt;-&amp;gt; size = 0x00000000be000000&lt;BR /&gt;DRAM bank = 0x0000000000000001&lt;BR /&gt;-&amp;gt; start = 0x0000000100000000&lt;BR /&gt;-&amp;gt; size = 0x0000000040000000&lt;BR /&gt;baudrate = 115200 bps&lt;BR /&gt;&lt;FONT color="#000000"&gt;TLB addr = 0x00000000fdff0000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;relocaddr = 0x00000000fd725000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;reloc off = 0x00000000bd525000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;irq_sp = 0x00000000fd11c490&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;sp start = 0x00000000fd11c490&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;FB base = 0x0000000000000000&lt;/FONT&gt;&lt;BR /&gt;Early malloc usage: ae8 / 2000&lt;BR /&gt;fdt_blob = 0x00000000fd11c4a8&lt;BR /&gt;u-boot=&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check this issue and help me to find any clue?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;BRs&lt;/P&gt;
&lt;P&gt;jessie&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 29 Jan 2021 07:14:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1223113#M168642</guid>
      <dc:creator>Jessie_Lee</dc:creator>
      <dc:date>2021-01-29T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1235731#M169965</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59403"&gt;@Jessie_Lee&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;We had a way to support 8MQ 4GB memory without changing OPTEE load address.&lt;/P&gt;
&lt;P&gt;Please refer to:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/iMX-and-Vybrid-Support/8M-Scale-845-850-board-4GB-memory-support-summary/ta-p/1118187" target="_blank"&gt;https://community.nxp.com/t5/iMX-and-Vybrid-Support/8M-Scale-845-850-board-4GB-memory-support-summary/ta-p/1118187&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 12:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1235731#M169965</guid>
      <dc:creator>haidong_zheng</dc:creator>
      <dc:date>2021-02-24T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1236971#M170040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24889"&gt;@haidong_zheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;
&lt;P&gt;BRs&lt;/P&gt;
&lt;P&gt;jessie&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 03:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1236971#M170040</guid>
      <dc:creator>Jessie_Lee</dc:creator>
      <dc:date>2021-02-26T03:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1285736#M174855</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59403" target="_blank"&gt;Jessie_Lee&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Can you share the link? No access。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;You do not have sufficient privileges for this resource or its parent to perform this action. Click your browser's Back button to continue.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 02:29:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1285736#M174855</guid>
      <dc:creator>aber</dc:creator>
      <dc:date>2021-06-02T02:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1522692#M195184</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24889" target="_blank"&gt;@haidong_zheng&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have similar DDR issue, could you share this patch for me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 07:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1522692#M195184</guid>
      <dc:creator>kevin_fu</dc:creator>
      <dc:date>2022-09-15T07:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1523245#M195240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206404"&gt;@kevin_fu&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what's your exact request, any way I past below for your reference:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;ifneq (,$(filter $(PLATFORM_FLAVOR),mx8mqevk))&lt;/P&gt;
&lt;P&gt;-CFG_DDR_SIZE ?= 0xc0000000&lt;/P&gt;
&lt;P&gt;+CFG_DDR_SIZE ?= 0x100000000&lt;/P&gt;
&lt;P&gt;+CFG_TZDRAM_START ?= 0xfe000000&lt;/P&gt;
&lt;P&gt;CFG_UART_BASE ?= UART1_BASE&lt;/P&gt;
&lt;P&gt;+$(call force,CFG_CORE_LARGE_PHYS_ADDR,y)&lt;/P&gt;
&lt;P&gt;+$(call force,CFG_CORE_ARM64_PA_BITS,36)&lt;/P&gt;
&lt;P&gt;endif&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 01:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1523245#M195240</guid>
      <dc:creator>haidong_zheng</dc:creator>
      <dc:date>2022-09-16T01:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1793728#M219066</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Can you share the link? No access。&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 10:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1793728#M219066</guid>
      <dc:creator>paidaxing1223</dc:creator>
      <dc:date>2024-01-23T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1869830#M224019</link>
      <description>&lt;P&gt;I don't have the permission to go to the link. Can you share it here please ?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 14:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/1869830#M224019</guid>
      <dc:creator>NMARIE</dc:creator>
      <dc:date>2024-05-21T14:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: [LGE-CTO] booting failure with 4G DRAM with OPTE</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/2000885#M231153</link>
      <description>&lt;P&gt;No access even for me... Can you please share an accessible link? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 08:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LGE-CTO-booting-failure-with-4G-DRAM-with-OPTE/m-p/2000885#M231153</guid>
      <dc:creator>morix</dc:creator>
      <dc:date>2024-11-25T08:54:12Z</dc:date>
    </item>
  </channel>
</rss>

