Statistics
| Branch: | Revision:

root / target-mips / TODO @ 60aa19ab

History | View | Annotate | Download (689 Bytes)

1
Unsolved issues/bugs in the mips/mipsel backend
2
-----------------------------------------------
3

    
4
General
5
-------
6
- [ls][dw][lr] report broken (aligned) BadVAddr
7
- Missing per-CPU instruction decoding, currently all implemented
8
  instructions are regarded as valid
9

    
10
MIPS64
11
------
12
- No 64bit TLB support
13
- no 64bit wide registers for FPU
14
- 64bit mul/div handling broken
15

    
16
"Generic" 4Kc system emulation
17
------------------------------
18
- Doesn't correspond to any real hardware.
19

    
20
MALTA system emulation
21
----------------------
22
- We fake firmware support instead of doing the real thing
23
- Real firmware falls over when trying to init RAM, presumably due
24
  to lacking system controller emulation.