]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/commitdiff
c6455 additions
authorMike Line <m-line1@ti.com>
Tue, 19 Oct 2010 18:40:42 +0000 (14:40 -0400)
committerMike Line <m-line1@ti.com>
Tue, 19 Oct 2010 18:40:42 +0000 (14:40 -0400)
src/cfg/c6455/iblcfg.h

index d1ffa60c5c818879459e015e1af16ac734c08bd6..e18706da9960aa768e7803d08eab08f658b02cec 100644 (file)
 #define MAX_BIS_FUNCTION_SUPPORT    3
 
 
+/**
+ * @brief No I/O sections accepted in boot table format
+ */
+#define BOOTCONFIG_NO_BTBL_IO
+
+/**
+ * @brief The I2C bus address and data address of the ibl table.
+ */
+#define IBL_I2C_DEV_FREQ_MHZ            1000
+#define IBL_I2C_CLK_FREQ_KHZ            100
+#define IBL_I2C_OWN_ADDR                10
+#define IBL_I2C_CFG_ADDR_DELAY          0x100       /* Delay between sending the address and reading data */
+
+#ifndef IBL_I2C_CFG_EEPROM_BUS_ADDR
+ #define IBL_I2C_CFG_EEPROM_BUS_ADDR    0x50
+#endif
+
+#define IBL_I2C_CFG_TABLE_DATA_ADDR     (0x10000 - 0x300)
+
+
+