12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <configure>
- <root id="common/config/msl/msl.xsd" name="msl">
- <component externalPath="common/config/msl/com.xsd">
- <taConfig externalPath="common/config/msl/monitor/monitor.xsd">
- <commconfig>
- <udpchn netip="10.5.226.213" netmac="02-21-16-31-20-81" netport="1118" resendcount="10" sendpollingcount="12000">
- </udpchn>
- </commconfig>
- <debugconfig bpnum="64">
- </debugconfig>
- </taConfig>
- <coreCfg externalPath="common/config/msl/ccore/ccore.xsd">
- <cpuSmtEnable externalPath="common/config/msl/ccore/coresmt.xsd" smtEnableFlag="false">
- </cpuSmtEnable>
- </coreCfg>
- <suprunmode externalPath="common/config/msl/runmode/runmode.xsd">
- <mosmode>
- <mosdebugmode externalPath="common/config/msl/runmode/mosdebugmode.xsd">
- </mosdebugmode>
- </mosmode>
- </suprunmode>
- <targetinfo cmdParamAddr="3800000" externalPath="common/config/msl/tgtshell/tgtshell.xsd">
- </targetinfo>
- <errorhandle externalPath="common/config/msl/mslerr/errhandler.xsd" mslerreventlog="64">
- </errorhandle>
- <printkconfig externalPath="common/config/msl/printk/printk.xsd" printkname="COM1">
- </printkconfig>
- </component>
- <drivers externalPath="common/config/dm/device/device.xsd">
- <baseDevices externalPath="common/config/dm/device/base/base.xsd">
- <timer externalPath="common/config/dm/device/base/timer.xsd" microsecondpertick="1000">
- </timer>
- <serial externalPath="common/config/dm/device/base/serial.xsd">
- <Uart>
- <UartInstance baudrate="115200" bitPerChar="8" mode="DR_UART_POLLING" name="COM1" numofStopBits="1" parityMode="DR_UART_NO_PARITY">
- </UartInstance>
- <UartInstance baudrate="115200" bitPerChar="8" mode="DR_UART_POLLING" name="COM2" numofStopBits="1" parityMode="DR_UART_NO_PARITY">
- </UartInstance>
- <UartInstance baudrate="115200" bitPerChar="8" enable="false" mode="DR_UART_POLLING" name="COM3" numofStopBits="1" parityMode="DR_UART_NO_PARITY">
- </UartInstance>
- <UartInstance baudrate="115200" bitPerChar="8" enable="false" mode="DR_UART_POLLING" name="COM4" numofStopBits="1" parityMode="DR_UART_NO_PARITY">
- </UartInstance>
- </Uart>
- </serial>
- </baseDevices>
- </drivers>
- <mslspace externalPath="common/config/msl/space.xsd">
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="SPIFLASH" pagesize="1000" phystart="0" size="20000000" virstart="0">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" enable="false" name="IO1" pagesize="1000" phystart="10000000" size="10000000" virstart="10000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="IO2" pagesize="1000" phystart="20000000" size="10000000" virstart="20000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="IO3" pagesize="1000" phystart="30000000" size="10000000" virstart="30000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="PCI" pagesize="1000" phystart="40000000" size="40000000" virstart="40000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" enable="false" name="IO4" pagesize="100000" phystart="20000000" size="10000000" virstart="20000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_ATTR" name="MEM" pagesize="1000" phystart="80000000" size="8000000" virstart="80000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="NET_BUFF" pagesize="1000" phystart="88000000" size="1000000" virstart="88000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="TFTP_BUFF" pagesize="1000" phystart="89000000" size="2000000" virstart="89000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="ETHER" pagesize="1000" phystart="8B000000" size="1000000" virstart="8B000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_IOADDR_ATTR" name="TEMP" pagesize="1000" phystart="8E000000" size="1000000" virstart="8E000000">
- </spaceconf>
- <spaceconf attr="MM_DEFAULT_SYSTEM_ATTR" name="MEM1" pagesize="1000" phystart="90000000" size="70000000" virstart="90000000">
- </spaceconf>
- <spaceconf attr="0" name="NULL" pagesize="0" phystart="0" size="0" virstart="0">
- </spaceconf>
- </mslspace>
- </root>
- </configure>
|