I'm trying to find the source file(s) responsible for setting up the
OMAP_L138 external DDR memory timing and setup registers under u-boot.
I'm using a Logic pd Zoom OMAP_L138 evm baseboard with OMAP_L138 SOM
I have
ti-dvsdk_omapl138-evm_4_02_00_06/psp/u-boot-2009.11-psp03.20.00.14
Im looking for the source file(s) that does the setting of bits in registers such as
EMIF3A_SDCR etc. I.E. everything to set up the external memory controller / interface number 3.
It is not being done in anything involving
u-boot-2009.11-psp03.20.00.14/include/configs/da850evm.h
or
u-boot-2009.11-psp03.20.00.14/board/davinci/common/misc.c
or
u-boot-2009.11-psp03.20.00.14/board/davinci/da8xxevm/da850evm.c
If anyone can help me find the file(s) thanks ?
Brian