j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: agraf Date: Mon Feb 22 19:52:23 2010 New Revision: 677 URL: http://tracker.coreboot.org/trac/openbios/changeset/677
Log: PPC: Increase instruction cache size
A real 970FX has more icache, so we should reflect that.
Signed-off-by: Alexander Graf agraf@suse.de
Modified: trunk/openbios-devel/arch/ppc/qemu/init.c
Modified: trunk/openbios-devel/arch/ppc/qemu/init.c ============================================================================== --- trunk/openbios-devel/arch/ppc/qemu/init.c Sun Feb 7 21:25:32 2010 (r676) +++ trunk/openbios-devel/arch/ppc/qemu/init.c Mon Feb 22 19:52:23 2010 (r677) @@ -416,7 +416,7 @@ { // 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,