blob: 48f106538b0fed799de1d780a32eeb8ed07a1cbb [file] [log] [blame]
Habeeb Mohammed74872b52021-09-03 13:16:38 -07001# 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############################################################################