Am Montag, den 18.07.2011, 22:07 +0800 schrieb Hamo:
Since the way we use to add stage to a rom file is highly depended on the 1-1 address map on X86 so we can not use it to add stage to a rom file on ARM.
As I understand it, you're actually doing 1:1 mapping on your system. The "only" issue is that on your platform the ROM is mapped at 64k (instead of 0, what the ARM support code in cbfstool assumes right now).
No need to add special cases here.
Patrick