Sorry if I confused you, we do have our own 6467T board design based off of the EVM. Anyways, I have acquired ActiveState Perl version 5.8 and so I can build the UBL from flash-utils-dm646x.tar.gz. When I execute "makeublrom.bat" per the build instructions I get the following error, which I think I can ignore because it is trying to display a log file that doesn't exist.
Translating Image/ublDaVinci.out to ASCII-Hex format...
"Image/ublDaVinci.out" ==> .boot
"Image/ublDaVinci.out" ==> .text
"Image/ublDaVinci.out" ==> .cinit
Found entry point in ublDaVinci.map at 00000100
The system cannot find the file specified.
When I execute "makeUBLbin.exe ublDaVinci.bin" I get the following error (even though it creates the davinciUBLais.bin file). I think I can ignore this error, because I don't believe I need the AIS file since I'm using the serial flash utility to write the bootloader directly to flash.
Creating I2C AIS mode input binary files
This program expects a binary input image NOT .out
Also, to answer my earlier question about the DDR parameters, I need to calculate these parameters using the equations from the TI DDR2 Memory Controller document and the DDR2 datasheet. The 6467T EVM ARM GEL file contains a good example http://support.spectrumdigital.com/boards/evmdm6467t/revb/files/davincihd1080p_arm.gel.
All my questions have been answered, thank you.