hi all
my hardware is ti evm8148
softwate is ti-ezsdk_dm814x-evm_5_05_01_04
how can I modify uboot to rise ddr3 clock to 800MHz from 400MHz ?
8148 cpu is CYE1
how rise cpu clock to 1GHz from 600MHz
thank you for any help
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi all
my hardware is ti evm8148
softwate is ti-ezsdk_dm814x-evm_5_05_01_04
how can I modify uboot to rise ddr3 clock to 800MHz from 400MHz ?
8148 cpu is CYE1
how rise cpu clock to 1GHz from 600MHz
thank you for any help
Jim,
Check in your u-boot code for the following macro declarations for dm814x. You'll be able to change the clock by using/changing appropriate macros.
#define DDR_N 19
#define DDR_M (pg_val_ti814x(666, 800))
#define DDR_M2 2
#define DDR_CLKCTRL 0x801
hi Renjith
i can see the macro declarations in the ti-ezsdk_dm814x-evm_5_05_01_04/board-support/u-boot-2010.06-psp04.04.00.01/arch/arm/include/asm/arch-ti81xx/clocks_ti814x.h file .
but i do not know how change them to rise ddr3 clock to 800MHz from 400MHz ?
can you tell me in detail ,please ?
thank you for any help