http://e2e.ti.com/support/arm/sitara_arm/f/791/t/269394
The registers mentioned in above post can be found in the StarterWare v02.00.01.01.
\AM335X_StarterWare_02_00_01_01\bootloader\src\armv7a\am335x\bl_platform.c
Each of the following register is set to 0x0 in the initialization code.
#define CMD0_SLAVE_FORCE_0 (DDR_PHY_CTRL_REGS + 0x20)
#define CMD0_SLAVE_DELAY_0 (DDR_PHY_CTRL_REGS + 0x24)
#define CMD1_SLAVE_FORCE_0 (DDR_PHY_CTRL_REGS + 0x54)
#define CMD1_SLAVE_DELAY_0 (DDR_PHY_CTRL_REGS + 0x58)
#define CMD2_SLAVE_FORCE_0 (DDR_PHY_CTRL_REGS + 0x88)
#define CMD2_SLAVE_DELAY_0 (DDR_PHY_CTRL_REGS + 0x8C)
Should these registers configurations in the initialization code be removed or left?
Best regards,
Daisuke