summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da426b5)
raw | patch | inline | side by side (parent: da426b5)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 28 Oct 2010 17:49:51 +0000 (13:49 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 28 Oct 2010 17:49:51 +0000 (13:49 -0400) |
This patch adds .map files for the c6474 Lite EVM
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/make/ibl_c6474l/i2crom_be.map | [new file with mode: 0755] | patch | blob |
src/make/ibl_c6474l/i2crom_le.map | [new file with mode: 0755] | patch | blob |
diff --git a/src/make/ibl_c6474l/i2crom_be.map b/src/make/ibl_c6474l/i2crom_be.map
--- /dev/null
@@ -0,0 +1,18 @@
+section
+{
+ param_index = 0
+ boot_mode = 257
+ sw_pll = 20
+ options = 1
+
+ core_freq_mhz = 1000
+ i2c_clk_freq_khz = 400
+
+ dev_addr_ext = 0x51
+
+ multi_i2c_id = 0
+ my_i2c_id = 1
+ address_delay = 0
+ exe_file = "ibl_c6474l/ibl.i2c.be.ccs"
+}
+
diff --git a/src/make/ibl_c6474l/i2crom_le.map b/src/make/ibl_c6474l/i2crom_le.map
--- /dev/null
@@ -0,0 +1,18 @@
+section
+{
+ param_index = 0
+ boot_mode = 257
+ sw_pll = 20
+ options = 1
+
+ core_freq_mhz = 1000
+ i2c_clk_freq_khz = 100
+
+ dev_addr_ext = 0x50
+
+ multi_i2c_id = 0
+ my_i2c_id = 1
+ address_delay = 0
+ exe_file = "ibl_c6474l/ibl.i2c.le.ccs"
+}
+