1# This include file is aim to pass variables to bb/bb.apppend files, 2# such as sysguid tool, and easily maintain platform settings 3 4 5##################### Configure default EEPROM setting ##################### 6### The I2C bus is "0 based, decimal" 7### The address and offset are "hexcimal" 8### e.g. 9### EEPROM_GUID_I2C_BUS = "3" 10### EEPROM_GUID_I2C_ADDRESS = "0x54" 11### EEPROM_GUID_OFFSET = "0x1F00" 12 13EEPROM_GUID_I2C_BUS= "3" 14EEPROM_GUID_I2C_ADDRESS = "0x54" 15EEPROM_GUID_OFFSET = "0x1F00" 16 17EEPROM_MAC_I2C_BUS = "14" 18EEPROM_MAC_I2C_ADDRESS = "0x50" 19EEPROM_MAC_OFFSET = "0x1000" 20 21############################################################################ 22