Hi Igor,
Thanks for the reply your link was useful but I still cannot see the source code I need. Please forgive me for being a complete novice in Linux and building generally,.
I have followed the instructions in SCMIMX6DQLRNUG.pdf, as follows,
$ mkdir fsl-arm-yocto-bsp
$ cd fsl-arm-yocto-bsp
$ cp <path to scm package>/meta-fsl-scm.tar.gz .
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga
$ repo sync
$ tar zxvf meta-fsl-scm.tar.gz -C sources/
But this does not seem to give me the source code itself. Do I have to run the 'bitbake' before the sources appear? The problem I have is I am trying to do this using Cygwin on Windows as I don't have access to an Ubuntu machine and Cygwin does not support bitbake. I don't actually need to build the UBOOT I just need to be able to see the source code.
In the previous TI OMAP progect the code I needed was mostly in u-boot\arch\arm\cpu\armv7 so it is roughly this area of the code I'm trying to find.
Regards,
Neil