Curious if anyone can point me in the right direction - I am working with an AM1808 processor and I need to be able to modify some chip select params during boot time. I was hoping there was something I can add to the u-boot build that would allow me to configure the chip-select register. Namely - I need to configure the CE5CFG register by modifying such params as setup, strobe and hold. Poking around..I see there is a file called emif_defs.h under the arch/arm/include/asm/arch-davinci folder...but I am not sure if this applies? I can see the register I want to modify when using the blackhawk usb100v2 emulator, but I really need to be able to tweak this register upon boot without an emulator. I have come across the "AM17x/AM18x ARM Microprocessor External Memory Interface A (EMIFA)" pdf document...but I don't quite understand how I can programatically manipulate the desired register. Can someone point me in the right direction? Is u-boot the appropriate place I should be looking to make this happen?
Thanks!