On Mon, May 21, 2012 at 9:03 AM, 陳韋任 wrote:
>> >> diff --git a/target-openrisc/mem_helper.c b/target-openrisc/mem_helper.c
>> >> index a2d93c7..922dd6b 100644
>> >> --- a/target-openrisc/mem_helper.c
>> >> +++ b/target-openrisc/mem_helper.c
>> >> @@ -42,5 +42,30 @@
>> >> 戹oid tlb_fill(CPUOPENRISCS
> >> diff --git a/target-openrisc/mem_helper.c b/target-openrisc/mem_helper.c
> >> index a2d93c7..922dd6b 100644
> >> --- a/target-openrisc/mem_helper.c
> >> +++ b/target-openrisc/mem_helper.c
> >> @@ -42,5 +42,30 @@
> >> 戹oid tlb_fill(CPUOPENRISCState *env1, target_ulong addr, int is_write,
> >> ?
Hi Blue,
On Sat, May 19, 2012 at 3:41 PM, Blue Swirl wrote:
> On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote:
>> add the openrisc MMU support.
>>
>> Signed-off-by: Jia Liu
>> ---
>> Makefile.target | 2 +
>> hw/openrisc_cpudev.h | 30 ++
>> hw/openrisc_pic.c
On Thu, May 17, 2012 at 8:35 AM, Jia Liu wrote:
> add the openrisc MMU support.
>
> Signed-off-by: Jia Liu
> ---
> Makefile.target | 2 +
> hw/openrisc_cpudev.h | 30 ++
> hw/openrisc_pic.c | 31 ++
> target-openrisc/mem.c | 220
> +
add the openrisc MMU support.
Signed-off-by: Jia Liu
---
Makefile.target |2 +
hw/openrisc_cpudev.h | 30 ++
hw/openrisc_pic.c| 31 ++
target-openrisc/mem.c| 220 +-
target-openrisc/mem_helper.c |