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