Hi,
Look at the versatile.h inside uboot\include\configs folder
for configuration & \uboot\board\versatile for board code &
uboot\cpu\arm926ejs for cpu inits.
Files to look at :
<board.h> inside uboot\include\configs ---> for
uboot configuration( uart, flash, sdram address uboot configs, environment
details and other features,
<board.c> inside \uboot\board\ ---> for board init and
configuration and also headers files as required.
start.S inside uboot\cpu\arm926ejs for cpu init and startup
script and other inits and also other files inside uboot\cpu\arm926ejs folder.
driver and common files in uboot\common &
uboot\drivers
If possible read README twice or thrice (this is what i did
to know things better).
Regards
Gururaja
Hi Gururaj,
Thanks for quick response, basically board not yet
designed completly but board having a SOC in which ARM7, ARM9 and dsp
preocessor are integrated on single chip. So my job is build and port a
u-boot for ARM926ejs cpu. In which I need to know follow of u-boot
initilization for ARM926ejs.
Thanks and Regard
Pankaj