module.tmpl

来自「qnx powerpc MPC8245的 BSP源文件」· TMPL 代码 · 共 46 行

TMPL
46
字号
<?xml version="1.0"?><module name="startup-85x0ads">	<type>Element</type>	<classification>Driver</classification>		<description>	        <short>Startup for Freescale CDS MPC85xx and Freescale MPC85x0 ADS evaluation boards</short>	        <abstract>	                <![CDATA[The startup-85x0ads program is responsible for the second stage initialization of the Freescale CDS MPC85xx and Freescale MPC85x0 ADS evaluation boards. This stage mainly involves populating the syspage, which is an in-memory data structure that contains information about the system, such as memory size and location, information about the CPU(s), caches, clocks and timers, and interrupt subsystem. At runtime, the information in the syspage is accessed and used by procnto, and by various processes.]]>	        </abstract>	</description>	<supports>		<availability>			<cpu isa="ppc">				<byteOrder>be</byteOrder>			</cpu>		</availability>	</supports>	<source available="true">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<contents>		<component id="85x0ads" generated="true">			<location basedir="{cpu}/{endian}"				 strip="false" runtime="true">startup-85x0ads</location>		</component>		<component id="85x0ads-build" generated="true">			<location isa="{cpu}" byteorder="{endian}" basedir="."				 runtime="true">8555cds.build</location>			<location isa="{cpu}" byteorder="{endian}" basedir="."				 runtime="true">8541cds.build</location>			<location isa="{cpu}" byteorder="{endian}" basedir="."				 runtime="true">8548cds.build</location>		</component>	</contents>	<requires>		<part rootMacro="LIBSTARTUP_ROOT" build="true" location="hardware/startup/lib"/>	</requires></module>

⌨️ 快捷键说明

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