"Alexander Voropay" wrote:
> Please, review and apply this patch. It adds MIPS 24K,
24KE and 74K
> cores suport (fast MIPS32).
>
> The default core for Qemu/Malta is a 24K:
>
> http://mail-index.netbsd.org/port-evbmips/2008/01/
28/0000.html
+ { MIPS_PRID_CID_MTI, MIPS_24K, -1, -1, -1, 0,
+ MIPS32_FLAGS | CPU_MIPS_DOUBLE_COUNT,
"24K" },
+ { MIPS_PRID_CID_MTI, MIPS_24KE, -1, -1, -1, 0,
+ MIPS32_FLAGS | CPU_MIPS_DOUBLE_COUNT,
"24KE" },
+ { MIPS_PRID_CID_MTI, MIPS_74K, -1, -1, -1, 0,
+ MIPS32_FLAGS | CPU_MIPS_DOUBLE_COUNT,
"74K" },
Have you verified that these all do need the
"CPU_MIPS_DOUBLE_COUNT"
flag? At least for the 20Kc (which is not in this table ...
hmm), that
flag _isn't_ needed.
Cheers,
Simon.
|