aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog2-22/+17
2007-05-08Another bunch of mips host support.ths3-5/+24
2007-05-08Silence sdl-config stderr output, by Jeff Chua.ths1-2/+2
2007-05-08Work around gcc's mips define, spotted by Stefan Weil.ths1-12/+12
2007-05-08Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog2-2/+4
2007-05-08Switch to qemu_ram_alloc() for memory allocation in PXA255/270.balrog4-19/+35
2007-05-08ARM946 CPU support.pbrook4-47/+221
2007-05-07Enable unaligned access faultsblueswir11-4/+5
2007-05-07Update OpenBIOS/Sparc32 to SVN 144. Changes:blueswir12-1/+1
2007-05-07Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir11-0/+1
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths11-520/+1703
2007-05-07Update TODO.ths1-4/+3
2007-05-07Clear BD slot on next exception if appropriate.ths1-0/+4
2007-05-06Report unassigned memory access to CPU (not enabled yet)blueswir12-1/+12
2007-05-06Add dummy THC and TEC registers to TCXblueswir11-3/+36
2007-05-06Fix slavio_misc baseblueswir11-2/+2
2007-05-05Fix a really stupid bug in the [ls]d[lr] emulation, by Herve Poussineau.ths1-3/+3
2007-05-05Linker scripts for MIPS hosts.ths2-0/+450
2007-05-05Some bits of Linux/MIPS host support, still segfaulty.ths7-4/+172
2007-05-04Support for simple YAMON output, by Alec Voropay.ths1-2/+62
2007-05-03Remove obsolete variables that came with VMware svga by mistake.balrog1-4/+0
2007-05-03Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer...balrog1-2/+2
2007-05-02Handle division by zero case in Sparc64 udivx and sdivx opsblueswir11-0/+6
2007-05-02Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem.balrog2-3/+3
2007-05-01Correct a docs typo and list of available NIC names (by Stefan Weil).balrog1-5/+7
2007-05-01Set OpenBIOS variables in NVRAMblueswir15-5/+144
2007-05-01-show-cursor switch to inhibit SDL hiding cursor.balrog3-0/+13
2007-05-01Implement power state changes (IDLE and SLEEP) for PXA.balrog4-14/+26
2007-05-01Honour limited subset of --cpu values instead of ignoring.balrog2-9/+14
2007-04-30Remove the use of Linux / BSD specific asprintf call.balrog1-3/+2
2007-04-30PL050 status register fixes.pbrook1-6/+25
2007-04-30Add missing gpio_handler_t definition.balrog1-0/+3
2007-04-30Account for machine with RAM which is not mapped at 0x0 in arm_boot.c.balrog7-15/+17
2007-04-30Spitz PDA, example PXA270 machine (four similar models).balrog5-5/+1152
2007-04-30Maxim MAX1110/1111 ADC chip.balrog2-0/+144
2007-04-30Texas Instruments ADS7846 ADC chip.balrog2-0/+137
2007-04-30NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog4-0/+723
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog9-6/+1882
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog9-2/+2642
2007-04-30Remove repeated code and enable encrypted SD cards and USB sticks images.balrog4-25/+29
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog11-16/+3127
2007-04-30PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul...balrog4-4/+831
2007-04-29Kill broken host register definitions, thanks to Paul Brook and Herveths2-13/+4
2007-04-29Revert last checkin.ths1-1/+1
2007-04-29Hopefully the final fix for LUI sign extensions.ths1-1/+1
2007-04-29More Sparc32 CPUsblueswir11-3/+20
2007-04-29Fix CPU type zapped by system_resetblueswir11-2/+2
2007-04-29Fix ARM fine pagetables.pbrook1-1/+7
2007-04-29Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths1-0/+9
2007-04-29Memory-mapped interface for VGA, by Herve Poussineau.ths4-1/+109