aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog18-63/+1330
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2-2/+2
2007-05-23Speed up m68k by 20%.pbrook1-8/+8
2007-05-23Add WM8750 and MAX7310 chips (I2C slaves).balrog5-2/+805
2007-05-23Implement the PXA2xx I2C master controller.balrog8-25/+271
2007-05-23Document ColdFire system emulation.pbrook1-0/+16
2007-05-23m68k/ColdFire system emulation.pbrook19-207/+1548
2007-05-23Add more cpu.h dependencies.ths1-2/+2
2007-05-23The 24k wants more watch and srsmap registers.ths4-261/+45
2007-05-23The previous patch to make breakpoints work was a performanceths2-32/+7
2007-05-23Add ptimer.c function declarations and makefile rule.pbrook2-1/+14
2007-05-23Add periodic timer implementation.pbrook3-116/+213
2007-05-23I2C/SMBus framework.pbrook9-70/+566
2007-05-21Fix interrupt controller address maskingblueswir11-2/+3
2007-05-21Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Ja...balrog1-1/+1
2007-05-20M68k addx/subx fix.pbrook1-2/+2
2007-05-20Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.ths2-10/+31
2007-05-20Delete now unused define.ths1-1/+0
2007-05-20Delete linux_boot.bin from the install target.ths1-2/+1
2007-05-20Delete one more leftover file.ths1-0/+0
2007-05-20Fix indexed FP load/store instructions.ths3-41/+31
2007-05-20Remove leftover file, should have happened in the Linux loader rewrite commit.ths1-29/+0
2007-05-19Linux loader rewrite, by H. Peter Anvin.ths2-89/+222
2007-05-19More MIPS 64-bit FPU support.ths4-103/+369
2007-05-19Fix slti/sltiu for MIPS64, by Aurelien Jarno.ths2-8/+8
2007-05-19Fix ldl/ldr implementation, by Aurelien Jarno.ths1-0/+2
2007-05-19Update Sparc32 OpenBIOS image to SVN revision 149. Changes:blueswir12-1/+1
2007-05-19Use full 36-bit physical address space on SS10blueswir118-129/+204
2007-05-18Fix sysrq support from the monitor mux (originally by Jason Wessel).balrog1-2/+1
2007-05-18- Move FPU exception handling into helper functions, since they are big.ths5-638/+795
2007-05-18Work around the lack of proper handling for self-modifying code.ths2-2/+30
2007-05-17Make TCX registers match what NetBSD expectsblueswir11-2/+3
2007-05-17Fix Qemu division by zero triggered by NetBSDblueswir11-6/+4
2007-05-17Enable faults for unassigned memory accesses and unimplemented ASIsblueswir15-23/+126
2007-05-17Set limits for memory size to avoid overlap with devicesblueswir11-3/+8
2007-05-17Force the primary CPU to run and other CPUs to halt, recalculate timersblueswir12-3/+16
2007-05-16More generic 64 bit multiplication support, by Aurelien Jarno.ths7-65/+84
2007-05-13Full MIPS64 MMU implementation, by Aurelien Jarno.ths3-7/+53
2007-05-13Fix mfc0 and dmtc0 instructions on MIPS64, by Aurelien Jarno.ths2-120/+72
2007-05-13Support OSS on solaris, by Ben Taylor.ths1-0/+4
2007-05-13Add fpu register support to the gdb code, by Magnus Damm.ths1-6/+19
2007-05-13Remove unnecessary pointer magic in shift operations, by Magnus Damm.ths1-5/+5
2007-05-13Fix XHACK() macro and use FREG if possible, by Magnus Damm.ths1-4/+4
2007-05-13Delete misleading comment.ths1-2/+0
2007-05-13Windows: redirect serial port to console, by Herve Poussineau.ths1-1/+9
2007-05-13Don't decode CP0 XContext on 32bit MIPS.ths1-4/+8
2007-05-13MMU code improvements, by Aurelien Jarno.ths3-18/+24
2007-05-13MIPS linux-user update.ths6-261/+321
2007-05-13MIPS TLB style selection at runtime, by Herve Poussineau.ths8-114/+149
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog3-23/+31