Statistics
| Branch: | Revision:

root / target-mips / TODO @ 5fafdf24

History | View | Annotate | Download (1018 Bytes)

1 2c52c816 ths
Unsolved issues/bugs in the mips/mipsel backend
2 2c52c816 ths
-----------------------------------------------
3 2c52c816 ths
4 15dcf5aa ths
General
5 15dcf5aa ths
-------
6 2c52c816 ths
- [ls][dw][lr] report broken (aligned) BadVAddr
7 2c52c816 ths
- Missing per-CPU instruction decoding, currently all implemented
8 2c52c816 ths
  instructions are regarded as valid
9 509b8ab2 ths
- Applications running on top of a emulated Linux segfault sometimes
10 c13af1ef ths
  when the Qemu FPU emulation is disabled, the tb misses a flush
11 c13af1ef ths
  in that case.
12 c13af1ef ths
- gdb breakpoints inside the emulated system work only due to a hack
13 c13af1ef ths
  which disassembles over the end of the current tb.
14 2c52c816 ths
15 15dcf5aa ths
MIPS64
16 15dcf5aa ths
------
17 1e3d0552 ths
- Only lighly tested but apparently functional as of 2007-05-31.
18 15dcf5aa ths
19 15dcf5aa ths
"Generic" 4Kc system emulation
20 15dcf5aa ths
------------------------------
21 15dcf5aa ths
- Doesn't correspond to any real hardware.
22 15dcf5aa ths
23 509b8ab2 ths
PICA 61 system emulation
24 509b8ab2 ths
------------------------
25 509b8ab2 ths
- No framebuffer support yet.
26 509b8ab2 ths
27 15dcf5aa ths
MALTA system emulation
28 15dcf5aa ths
----------------------
29 2c52c816 ths
- We fake firmware support instead of doing the real thing
30 4a109bfb ths
- Real firmware falls over when trying to init RAM, presumably due
31 7246bb21 ths
  to lacking system controller emulation.