[OpenBIOS] [commit] r677 - trunk/openbios-devel/arch/ppc/qemu

repository service svn at openbios.org
Mon Feb 22 19:52:24 CET 2010


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 at 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,



More information about the OpenBIOS mailing list