module.tmpl

来自「QNX ADS BSP code for i.MX27 chips」· TMPL 代码 · 共 38 行

TMPL
38
字号
<?xml version="1.0"?><module name="ipl-mx21ads">	<type>Element</type>	<classification>Driver</classification>	<description>		<short>Initial Program Loader for MX21ADS Development board</short>		<abstract>			<![CDATA[The ipl-mx21ads program is responsible for the first stage initialization of the ARM 920 Development board, including initialization of the memory controller, and setting up a serial port for debug purposes. It then scans for a QNX IFS (Image File System) image, and copies that image to memory. Finally, it transfers control to the QNX startup-mx21ads module, which is located at the beginning of the IFS image.]]>		</abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="true">		<location type="">.</location>	</source>	<contents>		<component id="mx21ads" generated="true">			<location basedir="{cpu}/{endian}"				strip="false" runtime="true">ipl-mx21ads</location>		</component>	</contents>	<requires>		<part rootMacro="LIBIPL_ROOT" build="true" location="hardware/ipl/lib"/>		<part build="true" location="hardware/startup/lib"/>	</requires></module>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?