I've been able to get the microzed booting using the U-boot secondary bootloader system. I plan on getting it running on the zedboard next week.
This is completely open source, and doesn't use any of that FSBL nonsense.
This u-boot builds boot.bin and u-boot.img. Now boot.bin loads a u-boot.img file on the MMC card.
https://github.com/vxmdesign/u-boot-xlnx
I have a buildroot distro using it now. You can find it on my zynq page.
http://www.vxmdesign.com/zynq.html
-Chris