| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Suppress warning messages from "which". | ths | 2007-05-09 | 1 | -1/+2 |
* | Preliminary MIPS 64-bit MMU implementation, by Aurelien Jarno. | ths | 2007-05-09 | 1 | -5/+57 |
* | Fix MIPS64 address computation specialcase, by Aurelien Jarno. | ths | 2007-05-09 | 2 | -2/+18 |
* | Another #elif'ication. | ths | 2007-05-09 | 1 | -27/+12 |
* | Make detection of unsupported hosts easier, inspired by a patch from | ths | 2007-05-09 | 2 | -80/+41 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-05-09 | 2 | -5/+6 |
* | Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA... | balrog | 2007-05-09 | 2 | -22/+17 |
* | Another bunch of mips host support. | ths | 2007-05-08 | 3 | -5/+24 |
* | Silence sdl-config stderr output, by Jeff Chua. | ths | 2007-05-08 | 1 | -2/+2 |
* | Work around gcc's mips define, spotted by Stefan Weil. | ths | 2007-05-08 | 1 | -12/+12 |
* | Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa... | balrog | 2007-05-08 | 2 | -2/+4 |
* | Switch to qemu_ram_alloc() for memory allocation in PXA255/270. | balrog | 2007-05-08 | 4 | -19/+35 |
* | ARM946 CPU support. | pbrook | 2007-05-08 | 4 | -47/+221 |
* | Enable unaligned access faults | blueswir1 | 2007-05-07 | 1 | -4/+5 |
* | Update OpenBIOS/Sparc32 to SVN 144. Changes: | blueswir1 | 2007-05-07 | 2 | -1/+1 |
* | Fix pc/npc for unaligned load/stores, maybe other exceptions | blueswir1 | 2007-05-07 | 1 | -0/+1 |
* | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 2007-05-07 | 11 | -520/+1703 |
* | Update TODO. | ths | 2007-05-07 | 1 | -4/+3 |
* | Clear BD slot on next exception if appropriate. | ths | 2007-05-07 | 1 | -0/+4 |
* | Report unassigned memory access to CPU (not enabled yet) | blueswir1 | 2007-05-06 | 2 | -1/+12 |
* | Add dummy THC and TEC registers to TCX | blueswir1 | 2007-05-06 | 1 | -3/+36 |
* | Fix slavio_misc base | blueswir1 | 2007-05-06 | 1 | -2/+2 |
* | Fix a really stupid bug in the [ls]d[lr] emulation, by Herve Poussineau. | ths | 2007-05-05 | 1 | -3/+3 |
* | Linker scripts for MIPS hosts. | ths | 2007-05-05 | 2 | -0/+450 |
* | Some bits of Linux/MIPS host support, still segfaulty. | ths | 2007-05-05 | 7 | -4/+172 |
* | Support for simple YAMON output, by Alec Voropay. | ths | 2007-05-04 | 1 | -2/+62 |
* | Remove obsolete variables that came with VMware svga by mistake. | balrog | 2007-05-03 | 1 | -4/+0 |
* | Change the PCI IO region start to that hardcoded in VBE bios (reported by Jer... | balrog | 2007-05-03 | 1 | -2/+2 |
* | Handle division by zero case in Sparc64 udivx and sdivx ops | blueswir1 | 2007-05-02 | 1 | -0/+6 |
* | Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. | balrog | 2007-05-02 | 2 | -3/+3 |
* | Correct a docs typo and list of available NIC names (by Stefan Weil). | balrog | 2007-05-01 | 1 | -5/+7 |
* | Set OpenBIOS variables in NVRAM | blueswir1 | 2007-05-01 | 5 | -5/+144 |
* | -show-cursor switch to inhibit SDL hiding cursor. | balrog | 2007-05-01 | 3 | -0/+13 |
* | Implement power state changes (IDLE and SLEEP) for PXA. | balrog | 2007-05-01 | 4 | -14/+26 |
* | Honour limited subset of --cpu values instead of ignoring. | balrog | 2007-05-01 | 2 | -9/+14 |
* | Remove the use of Linux / BSD specific asprintf call. | balrog | 2007-04-30 | 1 | -3/+2 |
* | PL050 status register fixes. | pbrook | 2007-04-30 | 1 | -6/+25 |
* | Add missing gpio_handler_t definition. | balrog | 2007-04-30 | 1 | -0/+3 |
* | Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. | balrog | 2007-04-30 | 7 | -15/+17 |
* | Spitz PDA, example PXA270 machine (four similar models). | balrog | 2007-04-30 | 5 | -5/+1152 |
* | Maxim MAX1110/1111 ADC chip. | balrog | 2007-04-30 | 2 | -0/+144 |
* | Texas Instruments ADS7846 ADC chip. | balrog | 2007-04-30 | 2 | -0/+137 |
* | NAND Flash memory emulation and ECC calculation helpers for use by NAND contr... | balrog | 2007-04-30 | 4 | -0/+723 |
* | Implement iwMMXt instruction set for the PXA270 cpu. | balrog | 2007-04-30 | 9 | -6/+1882 |
* | Add remaining PXA2xx on-chip peripherals except I2C master. | balrog | 2007-04-30 | 9 | -2/+2642 |
* | Remove repeated code and enable encrypted SD cards and USB sticks images. | balrog | 2007-04-30 | 4 | -25/+29 |
* | Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. | balrog | 2007-04-30 | 11 | -16/+3127 |
* | PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul... | balrog | 2007-04-30 | 4 | -4/+831 |
* | Kill broken host register definitions, thanks to Paul Brook and Herve | ths | 2007-04-29 | 2 | -13/+4 |
* | Revert last checkin. | ths | 2007-04-29 | 1 | -1/+1 |