Question
How do I generate an SD card image in Yocto for the LS1043ARDB? I've read about the WIC tool and I see some wks files for the IMX processors, however, I don't see any for the layerscape parts. My issue is that the QorIQ memory layout doesn't seem compatible with WIC ( I could be mistaken). Options like --offset and --align are in (Kbyte boundaries), but the RCW+PBL+BL2 starts at 0x8. Is the WIC tool the right way to go?
Current Status
I have an image that works with a Yocto generated bootloader, dt, kernel, and file system. I want Yocto to create an sdcard image that will place them in the proper places in memory.