aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog1-4/+17
2007-05-08ARM946 CPU support.pbrook1-41/+209
2007-04-30Implement iwMMXt instruction set for the PXA270 cpu.balrog1-0/+2
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog1-11/+124
2007-04-29Fix ARM fine pagetables.pbrook1-1/+7
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-03-11ARM reabbot support (orginal patch by Aurelien Jarno).pbrook1-22/+31
2007-03-08Fix typo in help output.pbrook1-0/+10
2007-03-08Implement --cpu for ARM.pbrook1-1/+28
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-0/+18
2006-09-09Arm MMU fix (Justin Fletcher).pbrook1-1/+1
2006-07-21Fix Arm cp15 c13 (Process ID) register writes.pbrook1-2/+10
2006-03-14Fix FIQ bank switching.pbrook1-2/+2
2006-02-20Add Arm926 core support.pbrook1-2/+61
2006-02-04Implement Arm BKPT instruction.pbrook1-0/+1
2005-12-18switching to Arm mode in do_interrupt() (Paul Brook)bellard1-2/+3
2005-11-26ARM system emulation (Paul Brook)bellard1-0/+555