2007-01-17 20:03:15 +00:00
|
|
|
Unsolved issues/bugs in the mips/mipsel backend
|
|
|
|
-----------------------------------------------
|
|
|
|
|
2007-01-19 17:56:23 +00:00
|
|
|
General
|
|
|
|
-------
|
2007-01-17 20:03:15 +00:00
|
|
|
- [ls][dw][lr] report broken (aligned) BadVAddr
|
|
|
|
- Missing per-CPU instruction decoding, currently all implemented
|
|
|
|
instructions are regarded as valid
|
2007-04-28 21:44:04 +00:00
|
|
|
- Applications running on top of a emulated Linux segfault sometimes
|
|
|
|
when the Qemu FPU emulation is disabled. This is apparently a qemu
|
|
|
|
bug triggered by the Linux in-kernel FPU emulator.
|
|
|
|
- The Timesys Linux installer shell hangs for e.g. "read foo". Likewise,
|
|
|
|
telnet'ting in the installer fails and hangs the telnetd.
|
2007-01-17 20:03:15 +00:00
|
|
|
|
2007-01-19 17:56:23 +00:00
|
|
|
MIPS64
|
|
|
|
------
|
|
|
|
- No 64bit TLB support
|
|
|
|
- no 64bit wide registers for FPU
|
|
|
|
- 64bit mul/div handling broken
|
|
|
|
|
|
|
|
"Generic" 4Kc system emulation
|
|
|
|
------------------------------
|
|
|
|
- Doesn't correspond to any real hardware.
|
|
|
|
|
2007-04-28 21:44:04 +00:00
|
|
|
PICA 61 system emulation
|
|
|
|
------------------------
|
|
|
|
- No framebuffer support yet.
|
|
|
|
|
2007-01-19 17:56:23 +00:00
|
|
|
MALTA system emulation
|
|
|
|
----------------------
|
2007-01-17 20:03:15 +00:00
|
|
|
- We fake firmware support instead of doing the real thing
|
2007-02-02 02:56:33 +00:00
|
|
|
- Real firmware falls over when trying to init RAM, presumably due
|
2007-03-30 18:56:19 +00:00
|
|
|
to lacking system controller emulation.
|