From: Sandeep Paulraj Date: Mon, 1 Nov 2010 14:17:53 +0000 (-0400) Subject: c6x-IBl: C6457: Updating DDR address X-Git-Tag: IBL_0_5_1~17 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=commitdiff_plain;h=98b846000fdf7a16e855ca1e14b47c57b0e5ee04 c6x-IBl: C6457: Updating DDR address Commit updates the DDR address for c6457. Signed-off-by: Sandeep Paulraj --- diff --git a/src/util/i2cConfig/i2cConfig.gel b/src/util/i2cConfig/i2cConfig.gel index 2c2c7a4..8e83d96 100644 --- a/src/util/i2cConfig/i2cConfig.gel +++ b/src/util/i2cConfig/i2cConfig.gel @@ -447,9 +447,9 @@ hotmenu setConfig_c6457() /* Even though the entire range of DDR2 is chosen, the load will * stop when the ftp reaches the end of the file */ - ibl.ethConfig[0].blob.startAddress = 0x80000000; /* Base address of DDR2 */ + ibl.ethConfig[0].blob.startAddress = 0xe0000000; /* Base address of DDR2 */ ibl.ethConfig[0].blob.sizeBytes = 0x20000000; /* All of DDR2 */ - ibl.ethConfig[0].blob.branchAddress = 0x80000000; /* Base of DDR2 */ + ibl.ethConfig[0].blob.branchAddress = 0xe0000000; /* Base of DDR2 */ /* There is no port 1 on the 6457 Lite EVM */ ibl.ethConfig[1].ethPriority = ibl_DEVICE_NOBOOT;