mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
PowerPC MMU and exception fixes:
* PowerPC 601 (and probably POWER/POWER2) uses a different BAT format than later PowerPC implementation. * Bugfix in BATs check: must not stop after 4 BATs when more are provided. * Enable POWER 'rac' instruction. * Fix exception prefix for all supported PowerPC implementations. * Fix exceptions, MMU model and bus model for PowerPC 601 & 620. * Enable PowerPC 620 as it could mostly boot a PreP target. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3518 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f10c315f8f
commit
faadf50e29
5 changed files with 114 additions and 55 deletions
|
@ -102,6 +102,8 @@ enum {
|
|||
POWERPC_MMU_BOOKE,
|
||||
/* BookE FSL MMU model */
|
||||
POWERPC_MMU_BOOKE_FSL,
|
||||
/* PowerPC 601 MMU model (specific BATs format) */
|
||||
POWERPC_MMU_601,
|
||||
#if defined(TARGET_PPC64)
|
||||
/* 64 bits PowerPC MMU */
|
||||
POWERPC_MMU_64B,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue