📄 pcpentium4.t1
字号:
# pcPentium4.T1 - configuration file for BSP validation test of pcPentium4 BSP## Copyright 1999 Wind River Systems, Inc.## modification history# --------------------# 01h,8oct01,sbs merge from tor2_5.bsp_drv_facility branch.# 01g,07sep99,sbs replaced local and bus error test parameters with# vxWorks and bootrom specific parameters. Added error# message parameters for catastrophic error test.# (SPR #7804)# 01f,26jul98,sbs removed redundant T1_BOOT_PROCNUM. (SPR #21943)# added optional T1_BUS_MASTER for busTas test. (SPR #21423)# 01e,20aug97,sbs added T1_SCSI_NBLOOP and T1_SCSI_NBBUF parameters.# 01d,08jul97,sbs added T1_SER_DEVICE,T1_SER_BAUD and made every parameter# is made T1 specific.# 01c,06aug97,db added T1_TMO_TIMESTAMP and T1_TMO_SLICES for timestamp test.# 01b,06jul97,sbs removed some optional parameters.# 01a,17jun97,sbs written.## DESCRIPTION:# This file contains all the configuration parameters required for master# target of BSP validation test. This file has to be changed every time the# target board is changed. These are a set of environment variables that# need to be exported in order that they are visible to other routines in# the test. This file also contains any other parameters which are general# requirements for the test.## boot parametersT1_BOOT_DEVICE="fei" ; export T1_BOOT_DEVICET1_BOOT_PROCNUM="0" ; export T1_BOOT_PROCNUMT1_BOOT_HOST="mars" ; export T1_BOOT_HOSTT1_BOOT_FILE="vxWorks" ; export T1_BOOT_FILET1_BOOT_E="90.0.0.2" ; export T1_BOOT_ET1_BOOT_B="" ; export T1_BOOT_BT1_BOOT_H="90.0.0.1" ; export T1_BOOT_HT1_BOOT_G="" ; export T1_BOOT_GT1_BOOT_U="user" ; export T1_BOOT_UT1_BOOT_PW="" ; export T1_BOOT_PWT1_BOOT_F="0x8" ; export T1_BOOT_FT1_BOOT_TN="target1" ; export T1_BOOT_TNT1_BOOT_S="" ; export T1_BOOT_ST1_BOOT_O="" ; export T1_BOOT_O# serial device and baud rate to be used to connect to consoleT1_SER_DEVICE="COM1" ; export T1_SER_DEVICET1_SER_BAUD=9600 ; export T1_SER_BAUD# other required parametersT1_MODEL="PC PENTIUM4" ; export T1_MODELT1_EXTRA_SYSCLK=10000 ; export T1_EXTRA_SYSCLKT1_EXTRA_AUXCLK=1024 ; export T1_EXTRA_AUXCLK# for scsi testT1_SCSI_ID=0 ; export T1_SCSI_IDT1_SCSI_LUN=0 ; export T1_SCSI_LUNT1_TMO_SCSI=3600 ; export T1_TMO_SCSI# optionalT1_SCSI_BUFSIZE=512 ; export T1_SCSI_BUFSIZET1_SCSI_NBBUF=0 ; export T1_SCSI_NBBUFT1_SCSI_NBLOOP=0 ; export T1_SCSI_NBLOOP# for bootline, error1, and error2 testsT1_LOCAL_ERR_ADRS=0xeeee0000 ; export T1_LOCAL_ERR_ADRST1_OFFBOARD_ERR_ADRS=0xeeee0000 ; export T1_OFFBOARD_ERR_ADRST1_LOCAL_BUS_ERR_MSG="Page Fault" ; export T1_LOCAL_BUS_ERR_MSGT1_OFFBOARD_BUS_ERR_MSG="Page Fault" ; export T1_OFFBOARD_BUS_ERR_MSGT1_DIV_ZERO_MSG="Divide Error" ; export T1_DIV_ZERO_MSGT1_BOOT_LOCAL_ERR_ADRS=0xeeee0000 ; export T1_BOOT_LOCAL_ERR_ADRST1_BOOT_OFFBOARD_ERR_ADRS=0xeeee0000 ; export T1_BOOT_OFFBOARD_ERR_ADRST1_BOOT_LOCAL_BUS_ERR_MSG="Page Fault" ; export T1_BOOT_LOCAL_BUS_ERR_MSGT1_BOOT_OFFBOARD_BUS_ERR_MSG="Page Fault" ; export T1_BOOT_OFFBOARD_BUS_ERR_MSGT1_CATASTROPHIC_ERR_MSG="Bus Error" ; export T1_CATASTROPHIC_ERR_MSG# for busTas testT1_COUNT_ADRS=-1 ; export T1_COUNT_ADRST1_SEM_ADRS=-1 ; export T1_SEM_ADRST1_TAS_DELAY=20 ; export T1_TAS_DELAY# optional# this parameter specifies whether the target is system controller or not.T1_BUS_MASTER="TRUE" ; export T1_BUS_MASTER# timeout values for booting vxWorks and loading filesT1_TMO_BOOT=200 ; export T1_TMO_BOOT# timestamp test parameters(timeout is in seconds).T1_TMO_TIMESTAMP=300 ;export T1_TMO_TIMESTAMPT1_TMO_SLICES=4 ;export T1_TMO_SLICES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -