[beagleboard] U-boot for FreeRTOS

You shouldn't need to port u-boot, it already runs on all Beagles.

To boot an OS other than Linux, simply load the OS kernel (or the
entire OS image) into ram and then tell u-boot to execute it, just like
u-boot does for the Linux kernel.

-Andrew