<?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: LS1046A Boot process</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1469377#M10634</link>
    <description>&lt;P&gt;mark，I am find&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411" target="_self"&gt;&lt;SPAN class=""&gt;yipingwang&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;he is a great man&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 12:28:58 GMT</pubDate>
    <dc:creator>arm_linux</dc:creator>
    <dc:date>2022-06-06T12:28:58Z</dc:date>
    <item>
      <title>LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1359549#M9158</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;DIV&gt;I need clarification on the below mentioned points, to finalize our schematic design (using LS1046A board design).&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;1. We boot from QSPI NOR Flash or eMMC or Micro SD and boot device selection switches (or DIP switches) are interfaced to CPLD, from where the processor reads the boot device information depending on the switch selection. Let me know,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;a) How BIOS searches for a bootable device after power-on ?&lt;/P&gt;&lt;P&gt;b) Is there any boot priority for that and can we modify it ?&lt;/P&gt;&lt;P&gt;c) What is the default boot device ?&lt;/P&gt;&lt;P&gt;d) Who will perform device initializations for the selected boot device ?&lt;/P&gt;&lt;P&gt;e) What are the responsibilities of first stage and second stage bootloaders in this regard. Is it possible to customize bootloader settings and its source code ?&lt;/P&gt;&lt;P&gt;2. In our current design, CMSIS-DAP is not available, Is it possible to load my firmware, u-boot, kernel and root file system using JTAG (i.e., without using Code warrior tap) ?&lt;/P&gt;&lt;P&gt;3. How to add user defined console port (terminal) on a target board ? Who will perform initializations for that port ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Oct 2021 13:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1359549#M9158</guid>
      <dc:creator>TrinathK</dc:creator>
      <dc:date>2021-10-21T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360018#M9162</link>
      <description>&lt;P&gt;Please refer to "4.4.1 Power-on reset sequence" in LS1046 reference manual.&lt;/P&gt;
&lt;P&gt;You need to configure RCW for the boot source.&lt;/P&gt;
&lt;P&gt;No default boot device.&lt;/P&gt;
&lt;P&gt;ATF/u-boot will perform device initialization.&lt;/P&gt;
&lt;P&gt;TF-A boot flow&lt;BR /&gt;1. BootROM (BL1)&lt;BR /&gt;a. When the CPU is released from reset, hardware executes PBL commands that copy the BL2 binary (bl2.bin)&lt;BR /&gt;for platform initialization to OCRAM. The PBI commands also populate the BOOTLOC ptr to the location where&lt;BR /&gt;bl2.bin is copied.&lt;BR /&gt;b. Upon successful execution of the PBI commands, Boot ROM passes control to the BL2 image at EL3.&lt;BR /&gt;2. BL2&lt;BR /&gt;a. BL2 initializes the DRAM, configures TZASC&lt;BR /&gt;b. BL2 validates BL31, BL32, and BL33 images to the DDR memory after validating these images. BL31, BL32, and&lt;BR /&gt;BL33 images form FIP image, fip.bin.&lt;BR /&gt;c. Post validation of all the components of the FIP image, BL2 passes execution control to the EL3 runtime firmware&lt;BR /&gt;image named as “BL31”,&lt;BR /&gt;3. BL31&lt;BR /&gt;a. Sets up exception vector table at EL3&lt;BR /&gt;b. Configures security related settings (TZPC)&lt;BR /&gt;c. Provides services to both bootloader and operating system, such as controlling core power state and bringing&lt;BR /&gt;additional cores out of reset&lt;BR /&gt;d. [Optional] Passes execution control to Trusted OS (OP-TEE) image, BL32, if BL32 image is present.&lt;/P&gt;
&lt;P&gt;You could modify atf and u-boot source code for your customize board.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CMSIS-DAP is not available, you could deploy SD boot or prepare CodeWarrior TAP to connect to JTAG to program QSPI flash.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ATF/u-boot will initialize the serial port.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 09:33:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360018#M9162</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-10-22T09:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360516#M9171</link>
      <description>&lt;P&gt;Hi Yipingwang,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have already gone through "power on sequence" and nxp documentation (bootloader section). I have some queries regarding this.&lt;/P&gt;&lt;P&gt;1) Where these PBL/PBI (Pre-Bootloader/Pre-Boot Initialization) commands are present ? Please provide documentation.&lt;/P&gt;&lt;P&gt;2) At power on, what type of interface is present between CPLD and processor for reading cfg_rcw_src[0:8] -&amp;gt; IFC commands or GPIO ? (i.e., For booting, can i hardwire cfg_rcw_src[0:8] without using CPLD ?).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 05:24:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360516#M9171</guid>
      <dc:creator>TrinathK</dc:creator>
      <dc:date>2021-10-25T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360652#M9173</link>
      <description>&lt;P&gt;1. You could download the latest LSDK 21.08, then execute the following commands to get RCW/PBL/PBI in folder&amp;nbsp;components/firmware/rcw/ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot.rcw.&lt;/P&gt;
&lt;P&gt;$ flex-builder -c rcw -m ls1046ardb&lt;/P&gt;
&lt;P&gt;2. Please refer to "&lt;A id="docsAndSoftware_documentResultTitle1_1" class="dtmcustomrulelink" href="https://www.nxp.com/webapp/Download?colCode=LS1046ARDBRM" data-dtmaction="Documents and Software Results - Document Link click" data-dtmsubaction="LS1046A Reference Design Board Reference Manual" target="_blank"&gt;LS1046A Reference Design Board Reference Manual“&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;downloaded from&amp;nbsp;&lt;A href="https://www.nxp.com/design/qoriq-developer-resources/layerscape-ls1046a-reference-design-board:LS1046A-RDB" target="_blank"&gt;https://www.nxp.com/design/qoriq-developer-resources/layerscape-ls1046a-reference-design-board:LS1046A-RDB&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;You could use hard-coded RCW on the target board.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 07:48:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360652#M9173</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-10-25T07:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360713#M9175</link>
      <description>&lt;P&gt;Hi Yipingwang,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have done that already. I compiled ATF, RCW, U-BOOT and everything is working fine. Now i am trying to change console port to UART2, so let me know, where should i change that setting in source code.&lt;/P&gt;&lt;P&gt;Also please answer point no 2. [At power on, what is the interface between CPLD and processor for reading cfg_rcw_src[0:8] -&amp;gt; IFC or GPIO ? ]&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 08:44:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1360713#M9175</guid>
      <dc:creator>TrinathK</dc:creator>
      <dc:date>2021-10-25T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1362357#M9198</link>
      <description>&lt;P&gt;Please create new threads for your new questions.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 10:03:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1362357#M9198</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-10-27T10:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046A Boot process</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1469377#M10634</link>
      <description>&lt;P&gt;mark，I am find&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411" target="_self"&gt;&lt;SPAN class=""&gt;yipingwang&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;he is a great man&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 12:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046A-Boot-process/m-p/1469377#M10634</guid>
      <dc:creator>arm_linux</dc:creator>
      <dc:date>2022-06-06T12:28:58Z</dc:date>
    </item>
  </channel>
</rss>

