summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98b8460)
raw | patch | inline | side by side (parent: 98b8460)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Mon, 1 Nov 2010 21:01:06 +0000 (17:01 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Mon, 1 Nov 2010 21:01:06 +0000 (17:01 -0400) |
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
index b38064ac059bea701d8fd127ab1916c216e5ad21..b50894d43f9cf1e5db42fa6fec23150a2066c5a0 100755 (executable)
-section \r
-{\r
- param_index = 0\r
- boot_mode = 257\r
- sw_pll = 20\r
- options = 1\r
-\r
- core_freq_mhz = 1000\r
- i2c_clk_freq_khz = 100\r
-\r
- dev_addr_ext = 0x50\r
-\r
- multi_i2c_id = 0\r
- my_i2c_id = 1\r
- address_delay = 0\r
- exe_file = "ibl_c6457/ibl.i2c.be.ccs"\r
-}\r
-\r
+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_c6457/ibl.i2c.be.ccs"
+}
+
index 0e28c2223ff3ff0dcb9713b889464cb9705655fc..a578d8657d9cf1fb93b32542e7c4669265a7626e 100755 (executable)
-section \r
-{\r
- param_index = 0\r
- boot_mode = 257\r
- sw_pll = 20\r
- options = 1\r
-\r
- core_freq_mhz = 1000\r
- i2c_clk_freq_khz = 100\r
-\r
- dev_addr_ext = 0x50\r
-\r
- multi_i2c_id = 0\r
- my_i2c_id = 1\r
- address_delay = 0\r
- exe_file = "ibl_c6457/ibl.i2c.le.ccs"\r
-}\r
-\r
+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_c6457/ibl.i2c.le.ccs"
+}
+
index 747ce5471ec29d0408d0e13bedc58fd907fe8583..6bb33b331834791bb572c556a63cc2246bc59438 100755 (executable)
-/************************************************************************************\r
- * FILE PURPOSE: Define the memory usage of the ibl module for the c6474\r
- ************************************************************************************\r
- * FILE NAME: ibl.cmd\r
- *\r
- * DESCRIPTION: The memory placement for the IBL is defined\r
- *\r
- ************************************************************************************/\r
-\r
-\r
-../main/c64x/make/iblmain.oc\r
-../device/c64x/make/c6457.oc\r
-../ethboot/c64x/make/ethboot.oc\r
-../driver/c64x/make/net.oc\r
-../driver/c64x/make/arp.oc\r
-../driver/c64x/make/ip.oc\r
-../driver/c64x/make/udp.oc\r
-../driver/c64x/make/stream.oc\r
-../driver/c64x/make/timer.oc\r
-../driver/c64x/make/bootp.oc\r
-../driver/c64x/make/tftp.oc\r
-../hw/c64x/make/t64.oc\r
-../hw/c64x/make/cpmacdrv.oc\r
-../hw/c64x/make/pll.oc\r
-../hw/c64x/make/psc.oc\r
-../hw/c64x/make/emif31.oc\r
-../hw/c64x/make/mdio.oc\r
-../hw/c64x/make/i2c.oc\r
-../hw/c64x/make/sgmii.oc\r
-../interp/c64x/make/bis.oc\r
-../interp/c64x/make/cload.oc\r
-../interp/c64x/make/osal.oc\r
-../interp/c64x/make/btblwrap.oc\r
-../interp/c64x/make/btblpr.oc\r
-../interp/c64x/make/gem.oc\r
-../interp/c64x/make/blob.oc\r
-\r
-/* ../interp/c64x/make/dload.oc */\r
-/* ../interp/c64x/make/elfwrap.oc */\r
-/* ../interp/c64x/make/dlw_client.oc */\r
-/* ../interp/c64x/make/dload_endian.oc */\r
-/* ../interp/c64x/make/ArrayList.oc */\r
-\r
-/* ../nandboot/c64x/make/nandboot.oc */\r
-/* ../driver/c64x/make/nand.oc */\r
-/* ../ecc/c64x/make/3byte_ecc.oc */\r
-/* ../hw/c64x/make/gpio.oc */\r
-/* ../hw/c64x/make/nandgpio.oc */\r
-\r
--c\r
--stack 0x800\r
--heap 0x6000\r
-\r
-\r
-\r
-MEMORY\r
-{\r
- TEXT : origin = 0x801000, length = 0x20000\r
- STACK : origin = 0x821000, length = 0x0800\r
- HEAP : origin = 0x821800, length = 0x6000\r
- DATA : origin = 0x827800, length = 0x3000\r
- CFG : origin = 0x831800, length = 0x0300\r
- STAT : origin = 0x831b00, length = 0x0200\r
-}\r
-\r
-SECTIONS\r
-{\r
- .stack > STACK\r
- .sysmem > HEAP\r
- .cinit > TEXT\r
- .const > TEXT\r
- .text > TEXT\r
- .switch > TEXT\r
- .far > DATA\r
- .bss > DATA\r
-\r
- .ibl_config_table > CFG\r
- .ibl_status_table > STAT\r
-\r
-}\r
-\r
+/************************************************************************************
+ * FILE PURPOSE: Define the memory usage of the ibl module for the c6474
+ ************************************************************************************
+ * FILE NAME: ibl.cmd
+ *
+ * DESCRIPTION: The memory placement for the IBL is defined
+ *
+ ************************************************************************************/
+
+
+../main/c64x/make/iblmain.oc
+../device/c64x/make/c6457.oc
+../ethboot/c64x/make/ethboot.oc
+../driver/c64x/make/net.oc
+../driver/c64x/make/arp.oc
+../driver/c64x/make/ip.oc
+../driver/c64x/make/udp.oc
+../driver/c64x/make/stream.oc
+../driver/c64x/make/timer.oc
+../driver/c64x/make/bootp.oc
+../driver/c64x/make/tftp.oc
+../hw/c64x/make/t64.oc
+../hw/c64x/make/cpmacdrv.oc
+../hw/c64x/make/pll.oc
+../hw/c64x/make/psc.oc
+../hw/c64x/make/emif31.oc
+../hw/c64x/make/mdio.oc
+../hw/c64x/make/i2c.oc
+../hw/c64x/make/sgmii.oc
+../interp/c64x/make/bis.oc
+../interp/c64x/make/cload.oc
+../interp/c64x/make/osal.oc
+../interp/c64x/make/btblwrap.oc
+../interp/c64x/make/btblpr.oc
+../interp/c64x/make/gem.oc
+../interp/c64x/make/blob.oc
+
+/* ../interp/c64x/make/dload.oc */
+/* ../interp/c64x/make/elfwrap.oc */
+/* ../interp/c64x/make/dlw_client.oc */
+/* ../interp/c64x/make/dload_endian.oc */
+/* ../interp/c64x/make/ArrayList.oc */
+
+/* ../nandboot/c64x/make/nandboot.oc */
+/* ../driver/c64x/make/nand.oc */
+/* ../ecc/c64x/make/3byte_ecc.oc */
+/* ../hw/c64x/make/gpio.oc */
+/* ../hw/c64x/make/nandgpio.oc */
+
+-c
+-stack 0x800
+-heap 0x6000
+
+
+
+MEMORY
+{
+ TEXT : origin = 0x801000, length = 0x20000
+ STACK : origin = 0x821000, length = 0x0800
+ HEAP : origin = 0x821800, length = 0x6000
+ DATA : origin = 0x827800, length = 0x3000
+ CFG : origin = 0x831800, length = 0x0300
+ STAT : origin = 0x831b00, length = 0x0200
+}
+
+SECTIONS
+{
+ .stack > STACK
+ .sysmem > HEAP
+ .cinit > TEXT
+ .const > TEXT
+ .text > TEXT
+ .switch > TEXT
+ .far > DATA
+ .bss > DATA
+
+ .ibl_config_table > CFG
+ .ibl_status_table > STAT
+
+}
+
index 5aba03ebd03401bbd83cd7e4a7adda73e88c3c1c..41c1b878b19e81839a5a112e66fb55759b471a1a 100755 (executable)
--a\r
--boot\r
--e _c_int00\r
-\r
-ROMS\r
-{\r
- ROM1: org = 0x0400, length = 0x20000, memwidth = 32, romwidth = 32\r
- files = { ibl_le.b }\r
-}\r
-\r
-\r
+-a
+-boot
+-e _c_int00
+
+ROMS
+{
+ ROM1: org = 0x0400, length = 0x20000, memwidth = 32, romwidth = 32
+ files = { ibl_le.b }
+}
+
+