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

repository service svn at openbios.org
Tue Aug 21 00:29:42 CEST 2012


Author: agraf
Date: Tue Aug 21 00:29:42 2012
New Revision: 1063
URL: http://tracker.coreboot.org/trac/openbios/changeset/1063

Log:
ppc qemu: Increase PCI hole for heathrow

The heathrow machine needs more PCI hole space than we provide. Increase
its range by a bit.

IIUC this still doesn't reflect the actual hole size, but neither do the
Mac99 machines. We should probably compare values with the real hardware
again.

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 Aug 19 15:25:31 2012	(r1062)
+++ trunk/openbios-devel/arch/ppc/qemu/init.c	Tue Aug 21 00:29:42 2012	(r1063)
@@ -144,7 +144,7 @@
         .cfg_len = 0x7f000000,
         .host_mem_base = 0x80000000,
         .pci_mem_base = 0x80000000,
-        .mem_len = 0x01000000,
+        .mem_len = 0x10000000,
         .io_base = 0xfe000000,
         .io_len = 0x00800000,
         .rbase = 0xfd000000,



More information about the OpenBIOS mailing list