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:
Alexander Graf
2010-02-22 18:52:23 +00:00
parent 37f12143ba
commit 63e7a89932

View File

@@ -416,7 +416,7 @@ static const struct cpudef ppc_defs[] = {
{ // XXX find out real values { // XXX find out real values
.iu_version = 0x003C0000, .iu_version = 0x003C0000,
.name = "PowerPC,970FX", .name = "PowerPC,970FX",
.icache_size = 0x8000, .icache_size = 0x10000,
.dcache_size = 0x8000, .dcache_size = 0x8000,
.icache_sets = 0x80, .icache_sets = 0x80,
.dcache_sets = 0x80, .dcache_sets = 0x80,