xref: /openbmc/qemu/configs/targets/microblazeel-softmmu.mak (revision f07a5674cf97b8473e5d06d7b1df9b51e97d553f)
1TARGET_ARCH=microblaze
2TARGET_SUPPORTS_MTTCG=y
3# needed by boot.c
4TARGET_NEED_FDT=y
5TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
6# System mode can address up to 64 bits via lea/sea instructions.
7# TODO: These bypass the mmu, so we could emulate these differently.
8TARGET_LONG_BITS=64
9