[BIN FILE NAME]
FWFileName = 36B6.bin;               // FirmWare File name
EDIDFileName =                      // EDID File name

[PROGRAM METHOD]
ProgramMethod = 1;                 // 1: SMBUS, 2: EC chip

[SB BRAND]
SouthBridgeBrand = 0x00;             // 0 for Intel, 1 for AMD...

[SMBUS MODULE BASE ADDRESS]
ReadSMBusBaseAddressMethod = 0;   // 0 for read PCI configuration space, 1 for user defined method
BusNo = 0;                        // SMBus module PCI Bus No
DeviceNo = 31;                    // SMBus module PCI Device No
FunctionNo = 3;                   // SMBus module PCI Function No
SMBusBaseAddress = 0x20;          // SMbus module base address location in PCI configuration space

[SMBUS REGISTER]
SMBusStatusAddress = 0x00;
SMBusSlaveAddress = 0x04;
SMBusSubAddress = 0x03;
SMBusData0Address = 0x05;
SMBusData1Address = 0x06;
SMBusControl = 0x02;

[EC CHIP COMMAND PORT]
ECChipCMDPort = 0x6C;             // EC chip Command Port address

[EC CHIP DATA PORT]
ECChipDataPort = 0x68;            // EC chip Data Port address


[EEPROM ISP OPTION]
EEpromNum = 1;                    // How many EEprom to be programmed
2ndEEpromID= 0xA0;                // 2nd EEprom ID address value
EEpromProgramCount = 3;           // EEprom program retry count when program failed

[DELAY SETTING]
PollingCount = 1000;
ECCommandDelay = 10;              
SMBusTiming = 0x00;               
WritePageDelay = 5;

