Mini Shell
# Debug Level : 0 is Default Debug, 2 is highest level
DEBUGLEVEL=0
# Debug Level 2 Mask: if bit is set then mask off value
#DEBUGLEVEL2MASK=0x400
DEBUGLEVEL2MASK=0
# Directory to drop off the Debug file in, File is named
#DEBUGDIR=.
# Set size of logs rotation in KB
#ROTATELOGSIZE=1000
# Set it to disable debug logging
DISABLELOG=0
# SCSI Filters for OOB: SL_SCSI_FILTER_VPD_83 = 0x01 SL_SCSI_FILTER_VPD_B1 = 0x02
# SL_SCSI_FILTER_INQUIRY_DATA = 0x04
SCSICOMMANDFILTER=0x00
OVERWRITE=0
SIMULATION=0
SCSI_COMMAND_RETRY_COUNT=10
# Enclosure Event Polling Timer (and Poll for drive FW change) in seconds
# value of 0 means no polling
ENCLOSUREPOLLING=300
# PCIe specific
# Avago Vendor ID
VENDORID=0x1000
# Gen-3.5 IT Controller device IDs list
# 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0XD1
# Gen-4 IT Controller device IDs list
# 0xE1 0xE2 0xE5 0xE6
DEVICEIDS=0xAC 0xAF 0xE1 0xE5
# For few of the cmds (e.g., SES page to obtain valid slot count, etc)
# the following value may not be sufficient and needs to be adjusted/tuned
# to a higher value. Pick a value until desired result is obtained.
MAXDRVRBUFSIZE=765
# Set fw download chunk: 512
FWDOWNLOADSIZE=512
# Set fw download timeout
FWDOWNLOADTIMEOUT=10
# EID List callback invocation timeout in seconds
EIDLISTCALLBACKINTERVAL=30
# I2C Specific
# Maximum I2C Buffer size for Writes from BMC to Controller
I2CMAXWRITESIZE=32
# Maximum I2C Buffer size for Reads to BMC from Controller
I2CMAXREADSIZE=32
I2CMAXREADWRITESIZE=36
# I2C BMC address - OEM provided information
#I2CBMCI2CADDRESS=5
# Number of retries to be done at lowest I2C layer in case of error
I2C_RETRY_COUNT=3
# Delay after sending last write, and before sending first I2C Read
# This delay will be for all non-SCSI requests. Time is in milliseconds
I2C_DELAY_FOR_CONFIG=25
# Delay after sending last write, and before sending first I2C Read
# This delay will be for all SCSI commands. Time is in milliseconds
# Pick a value that gives SCSI commands time to complete the majority of the time
# This will cutdown on I2C retries
I2C_DELAY_FOR_DRIVE=25
# Firmware events polling interval in seconds
I2C_FW_EVENTS_POLL_INTERVAL=5
# End of INI file
Zerion Mini Shell 1.0