Age | Commit message (Expand) | Author | Files | Lines |
2007-10-29 | Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). | balrog | 6 | -8/+873 |
2007-10-29 | Fix PreP PCI IRQ mapping. | j_mayer | 1 | -2/+1 |
2007-10-29 | Temporary hack to avoid Qemu crash at PowerPC reset time. | j_mayer | 2 | -4/+18 |
2007-10-29 | Implement PreP reset port. | j_mayer | 1 | -1/+5 |
2007-10-29 | PowerPC 601 / 620 / 970 need a 1MB firmware. | j_mayer | 4 | -1/+28 |
2007-10-29 | Preliminary MIPS64R2 mode. | ths | 1 | -0/+21 |
2007-10-29 | Fix logic bug which broke TLBL/TLBS handling somewhat. | ths | 1 | -3/+3 |
2007-10-29 | Implement OMAP MicroWire controller. | balrog | 3 | -16/+200 |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths | 1 | -1/+1 |
2007-10-28 | * sort the PowerPC target object files | j_mayer | 13 | -512/+908 |
2007-10-28 | Give an opaque to the m48t59 direct access routines to make it easier | j_mayer | 2 | -7/+13 |
2007-10-28 | Add OMAP Shared GPIO module. | balrog | 3 | -1/+186 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 8 | -37/+51 |
2007-10-28 | Handle MMC card insertion/removal/readonly signals. | balrog | 4 | -2/+57 |
2007-10-28 | Add PalmT|E matrix keypad connected to OMAP GPIOs. | balrog | 2 | -6/+37 |
2007-10-28 | Implement OMAP1 MPU I/O module. | balrog | 2 | -2/+295 |
2007-10-28 | Use shared ctpop64 helper | blueswir1 | 1 | -6/+2 |
2007-10-28 | Use cpp to generate correct build dependencies for target objects | j_mayer | 1 | -54/+6 |
2007-10-28 | Make Alpha and PowerPC targets use shared helpers | j_mayer | 4 | -162/+29 |
2007-10-28 | Add shared ctz32, cto32, ctz64, cto64, | j_mayer | 1 | -0/+97 |
2007-10-28 | Use the shiny new clz helpers. | ths | 2 | -6/+4 |
2007-10-28 | Less debug noise from the mipsnet driver. | ths | 1 | -3/+3 |
2007-10-28 | Alpha coding style and inlining fixes. | j_mayer | 5 | -81/+98 |
2007-10-28 | PowerPC coding style and inlining fixes. | j_mayer | 3 | -42/+46 |
2007-10-27 | PowerPC floating-point helper typo. | j_mayer | 1 | -2/+2 |
2007-10-27 | PowerPC float bugfix: 64 bits float mantissa is 52 bits long. | j_mayer | 1 | -2/+2 |
2007-10-27 | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer | 9 | -349/+1122 |
2007-10-27 | PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. | j_mayer | 2 | -2/+0 |
2007-10-27 | Fix endianness bug for PowerPC stfiwx instruction. | j_mayer | 1 | -2/+11 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 4 | -49/+137 |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 3 | -5/+7 |
2007-10-26 | Add const etc. to places forgotten from the previous commit | blueswir1 | 6 | -9/+9 |
2007-10-26 | Use const and static as needed, disable unused code | blueswir1 | 28 | -221/+163 |
2007-10-26 | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 22 | -125/+203 |
2007-10-26 | Fix Windows build failure, by Stefan Weil. | ths | 1 | -3/+4 |
2007-10-26 | For consistency, align the address to the cache line before using it, | j_mayer | 1 | -2/+2 |
2007-10-26 | Bugfix in PowerPC dcbi instruction: | j_mayer | 1 | -5/+2 |
2007-10-26 | Pretty dump for specific PowerPC instructions names. | j_mayer | 1 | -35/+75 |
2007-10-26 | Make PowerPC hypervisor resources able to compile, even if not enabled for now. | j_mayer | 1 | -6/+18 |
2007-10-26 | Bugfix: PowerPC 64 slbia never invalidates the first segment entry. | j_mayer | 1 | -1/+2 |
2007-10-25 | Fix PowerPC 64x64 bits multiplication overflow check. | j_mayer | 1 | -1/+2 |
2007-10-25 | Use host-utils for Alpha 64x64 bits multiplications. | j_mayer | 3 | -25/+11 |
2007-10-25 | Use host-utils for PowerPC 64 64x64 bits multiplications. | j_mayer | 3 | -78/+3 |
2007-10-25 | Add PowerPC power-management state check callback. | j_mayer | 1 | -0/+1 |
2007-10-25 | Implement power-management for all defined PowerPC CPUs. | j_mayer | 2 | -30/+174 |
2007-10-25 | Restore a more maintainable version of the 64bit multiply code. | ths | 1 | -34/+69 |
2007-10-25 | Update PowerPC emulation status file. | j_mayer | 1 | -20/+39 |
2007-10-25 | Allow selection of all defined PowerPC 74xx (aka G4) CPUs. | j_mayer | 1 | -36/+0 |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 11 | -471/+407 |
2007-10-25 | Fix gdb stub for MIPS64. | ths | 1 | -11/+28 |