In the recent 2.12-rc1 tarball, there are the following things present: roms/u-boot-sam460ex/tools/updater/stubs.c - it is some strange symlink pointing to a strange place, probably should be removed?
When making u-boot-am460ex image, in roms/Makefile, we do a plain copy, while 5 lines above, u-boot image is being stripped on copy. Should we perform strip for u-boot-am460ex image too, if not only to be consistent? BTW, can't u-boot-am460ex image be made from regular u-boot sources, maybe with an additional board added? :) Also, skiboot image can't be built from roms/skiboot in the source tarball, it fails because there's no .version file present in roms/skiboot/ directory, but this file is present in the git repository (submodule). Perhaps this .version file is wrongly removed when making release tarball? Maybe these trivial issues can be fixed for 2.12 release? Thanks, /mjt