Repositories of u-boot:
http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary
git://git.denx.de/u-boot.git
https://www.gitorious.org/u-boot-omap3/mainline
git://gitorious.org/u-boot-omap3/mainline.git
git clone repository_name u-boot
git clone git://git.denx.de/u-boot.git u-boot-main
git clone git://gitorious.org/u-boot-omap3/mainline.git u-boot-omap3
To update a repository: git pull (into the u-boot directory)
Cross compiling u-boot:
cd u-boot-main
git checkout --track -b omap3 origin/master
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
Configuration file:
../board/ti/beagle/beagle.c
Links: