Commit 4a109bfbca86934141d857bc9ed1a43cf4b1a940
1 parent
01d6a890
Update MIPS TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2378 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
4 deletions
target-mips/TODO
| ... | ... | @@ -14,8 +14,6 @@ MIPS64 |
| 14 | 14 | - No 64bit TLB support |
| 15 | 15 | - no 64bit wide registers for FPU |
| 16 | 16 | - 64bit mul/div handling broken |
| 17 | -- DM[FT]C not implemented, M[FT]C does not cut sign extensions in all | |
| 18 | - cases. | |
| 19 | 17 | |
| 20 | 18 | "Generic" 4Kc system emulation |
| 21 | 19 | ------------------------------ |
| ... | ... | @@ -24,5 +22,5 @@ MIPS64 |
| 24 | 22 | MALTA system emulation |
| 25 | 23 | ---------------------- |
| 26 | 24 | - We fake firmware support instead of doing the real thing |
| 27 | -- Linux 2.4/2.6 Kernels receive spurious PIIX4 interrupts, noisy on 2.4, | |
| 28 | - silent on 2.6, indicates some divergence from actual hardware. | |
| 25 | +- Real firmware falls over when trying to init RAM, presumably due | |
| 26 | + to lacking I2C emulation. | ... | ... |