mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
PPC: Increase instruction cache size
A real 970FX has more icache, so we should reflect that. Signed-off-by: Alexander Graf <agraf@suse.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@677 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -416,7 +416,7 @@ static const struct cpudef ppc_defs[] = {
|
||||
{ // XXX find out real values
|
||||
.iu_version = 0x003C0000,
|
||||
.name = "PowerPC,970FX",
|
||||
.icache_size = 0x8000,
|
||||
.icache_size = 0x10000,
|
||||
.dcache_size = 0x8000,
|
||||
.icache_sets = 0x80,
|
||||
.dcache_sets = 0x80,
|
||||
|
||||
Reference in New Issue
Block a user