Mentorel,
actually the latest u-boot is 1.3.3:
check this out.
I have tried a lot of u-boot versions during development..
Recent tested versions include 1.2.0, 1.3.0, 1.3.1 and 1.3.2:
1.2.0 was coming with devkit (Atmel's patch). 1.2.2 with also Atmel's patch won't work on our board (don't know why, probably defines), and I haven't played a lot with it - jumped directly to 1.3.x
I believe that u-boot support for low level initializing (for AT91) appeared in 1.3.0, maybe i'm wrong though, maybe it was earlier..
After development start I have ported 1.3.0 to support our platform hardware. The same patch where applied to 1.3.1 and to 1.3.2. Currently board have u-boot 1.3.2 and it's running perfectly, so as the other 1.3.x versions.
This is one of the reasons I don't use buildroot - I prefer the latest versions.