qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/sun4m.c PROM size
@ 2007-09-30 15:10 Robert Reif
  0 siblings, 0 replies; only message in thread
From: Robert Reif @ 2007-09-30 15:10 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

Increase size of PROM to match actual hardware.

[-- Attachment #2: sun4m.diff.txt --]
[-- Type: text/plain, Size: 628 bytes --]

Index: hw/sun4m.c
===================================================================
RCS file: /sources/qemu/qemu/hw/sun4m.c,v
retrieving revision 1.50
diff -p -u -r1.50 sun4m.c
--- hw/sun4m.c	24 Sep 2007 19:44:09 -0000	1.50
+++ hw/sun4m.c	30 Sep 2007 15:00:30 -0000
@@ -49,7 +49,7 @@
 #define KERNEL_LOAD_ADDR     0x00004000
 #define CMDLINE_ADDR         0x007ff000
 #define INITRD_LOAD_ADDR     0x00800000
-#define PROM_SIZE_MAX        (256 * 1024)
+#define PROM_SIZE_MAX        (512 * 1024)
 #define PROM_PADDR           0xff0000000ULL
 #define PROM_VADDR           0xffd00000
 #define PROM_FILENAME	     "openbios-sparc32"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-30 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-30 15:10 [Qemu-devel] [PATCH] hw/sun4m.c PROM size Robert Reif

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).