I have one question on startup.s
I have ARM cored board. (ARM 922T).
Generally, you can find three startup.s for a ARM based board.
For example, In case of Samsung 2410x board, you can find one startup.s in
'eboot' directory of 2410x BSP.
another is in 'oal' of 2410x BSP.
The other is in \Platform\Common\SRC\ARM\Samsung\S3c2410x\Startup
I know the first 'startup.s' is for bootloader. But, now, I wonder what the
difference between the second and the third is.
And What should I do for XIP (excute in Place)?