<?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>Layerscape中的主题 Re: LS1021A booting from Parallel  NOR</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1556291#M11424</link>
    <description>&lt;P&gt;/*&lt;BR /&gt;* fix the errata A-007815 and A-007997 on ls1021a&lt;BR /&gt;* PCIE hotplug related bits with slot capabilities register cleared on LS1021AQDS and LS1021ATWR.&lt;BR /&gt;* PCIE read-only-write-enable bit cleard to prevent overwriting read-only registers.&lt;BR /&gt;* PCIe1 GEN3_RELATED_OFF register: 0x0340_0084 little endian&lt;BR /&gt;* PCIe2 GEN3_RELATED_OFF register: 0x0350_0084 little endian&lt;BR /&gt;* ALTCBAR Register (SCFG_ALTCBAR): 0x0157_0158 big endia&lt;BR /&gt;* PBL is also big endian block on LS1021A&lt;BR /&gt;*/&lt;BR /&gt;.pbi&lt;BR /&gt;write 0x570158, 0x00000300&lt;BR /&gt;flush&lt;BR /&gt;awrite 0x4008bc, 0x01000000&lt;BR /&gt;awrite 0x400084, 0x00000000&lt;BR /&gt;awrite 0x500084, 0x00000000&lt;BR /&gt;awrite 0x4008bc, 0x00000000&lt;BR /&gt;.end&lt;BR /&gt;~&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 06:56:19 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2022-11-18T06:56:19Z</dc:date>
    <item>
      <title>LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1554292#M11409</link>
      <description>&lt;P&gt;We have a custom board and trying to boot it from&amp;nbsp; parallel NOR (64MB). I have defined the RCW as follows:&lt;/P&gt;&lt;P&gt;PBI:&lt;/P&gt;&lt;P&gt;#PBI commands&lt;/P&gt;&lt;P&gt;09570200 ffffffff&lt;BR /&gt;09570158 00000300&lt;BR /&gt;8940007c 21f47300&lt;BR /&gt;#Configure Scratch register&lt;BR /&gt;09ee0200 10000000&lt;BR /&gt;#Configure alternate space&lt;BR /&gt;09570158 00001000&lt;BR /&gt;#Flush PBL data&lt;BR /&gt;096100c0 000FFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#PBL preamble and RCW header&lt;BR /&gt;aa55aa55 01ee0100&lt;/P&gt;&lt;P&gt;#enable IFC, disable QSPI and DSPI&lt;BR /&gt;0608000a 00000000 00000000 00000000&lt;BR /&gt;20000000 08407900 e0025a00 21046000&lt;BR /&gt;00000000 00000000 00000000 20038000&lt;BR /&gt;00000000 881b1340 00000000 00000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e0025a00 and all zeros for bits 415 to 442 seems to be&amp;nbsp; what I need. Still the system does not read the data out of the flash. They should be copied into the OCRAM at address 0x10000000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Strangely using my ICE and the value&amp;nbsp;e0025a00, I get a bus error but with f0025a00 (which I found in a script) I get some patterns. Could someone confirm my values are correct in the PBI and RCW.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1554292#M11409</guid>
      <dc:creator>renaud</dc:creator>
      <dc:date>2022-11-15T22:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555583#M11414</link>
      <description>&lt;P&gt;According to LS1021ATWR RCW file, the value&amp;nbsp;&lt;SPAN&gt;e0025a00 is correct.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PBI commands should be as the following.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;09570200 ffffffff&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;09ee0200 60100000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;09ea085c 00502880&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;09570158 00000300&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;09610000 00000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;894008bc 01000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;89400084 00000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;894008bc 00000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The attached RCW file is used for LS1021ATWR, you could import it in CodeWarrior IDE, then modify the proper fields according to your target board.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 07:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555583#M11414</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-11-17T07:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555756#M11418</link>
      <description>&lt;P&gt;We found the reason, we were getting only pattern from the flash (wrong part with supporting a different voltage)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 10:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555756#M11418</guid>
      <dc:creator>renaud</dc:creator>
      <dc:date>2022-11-17T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555766#M11419</link>
      <description>&lt;P&gt;&lt;SPAN&gt;894008bc 01000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;89400084 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;894008bc 00000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess these are the GIC-400 registers. What does that do? Where do you find their descriptions on the ARM website?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 11:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555766#M11419</guid>
      <dc:creator>renaud</dc:creator>
      <dc:date>2022-11-17T11:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555773#M11420</link>
      <description>&lt;P&gt;&lt;SPAN&gt;09ee0200 60100000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I understand 0x6010000 is where U-boot is located nad 0x60000000 are the RCW. We are not using U-boot. Our image concatenates the PBI + RCW and Pre-boot loader. The load is actually at offset 0x20000 copied by the Pre-Bootloader.&lt;/P&gt;&lt;P&gt;So I need&amp;nbsp;&lt;SPAN&gt;09ee0200 10000000 so that the PBL is copied to the OCRAM and executed from there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Done that using SPI NOR.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 11:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1555773#M11420</guid>
      <dc:creator>renaud</dc:creator>
      <dc:date>2022-11-17T11:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021A booting from Parallel  NOR</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1556291#M11424</link>
      <description>&lt;P&gt;/*&lt;BR /&gt;* fix the errata A-007815 and A-007997 on ls1021a&lt;BR /&gt;* PCIE hotplug related bits with slot capabilities register cleared on LS1021AQDS and LS1021ATWR.&lt;BR /&gt;* PCIE read-only-write-enable bit cleard to prevent overwriting read-only registers.&lt;BR /&gt;* PCIe1 GEN3_RELATED_OFF register: 0x0340_0084 little endian&lt;BR /&gt;* PCIe2 GEN3_RELATED_OFF register: 0x0350_0084 little endian&lt;BR /&gt;* ALTCBAR Register (SCFG_ALTCBAR): 0x0157_0158 big endia&lt;BR /&gt;* PBL is also big endian block on LS1021A&lt;BR /&gt;*/&lt;BR /&gt;.pbi&lt;BR /&gt;write 0x570158, 0x00000300&lt;BR /&gt;flush&lt;BR /&gt;awrite 0x4008bc, 0x01000000&lt;BR /&gt;awrite 0x400084, 0x00000000&lt;BR /&gt;awrite 0x500084, 0x00000000&lt;BR /&gt;awrite 0x4008bc, 0x00000000&lt;BR /&gt;.end&lt;BR /&gt;~&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 06:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021A-booting-from-Parallel-NOR/m-p/1556291#M11424</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-11-18T06:56:19Z</dc:date>
    </item>
  </channel>
</rss>

