WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [PATCH] temporary workaround to boot on js20

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [PATCH] temporary workaround to boot on js20
From: Maria Butrico <butrico@xxxxxxxxxxxxx>
Date: Tue, 16 May 2006 07:56:04 -0400
Delivery-date: Tue, 16 May 2006 04:56:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: butrico@xxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)
This is the current workaround.  I'll look some more into this.

diff -r f84c4d5304ff xen/arch/ppc/boot_of.c
--- a/xen/arch/ppc/boot_of.c    Mon May 15 17:48:51 2006 -0400
+++ b/xen/arch/ppc/boot_of.c    Tue May 16 06:52:56 2006 -0400
@@ -1012,13 +1012,14 @@ multiboot_info_t __init *boot_of_init(
    boot_of_dart();

    /* end of OF */
-    of_printf("closing OF stdout...\n");
-    of_call("close", 1, 0, &of_out);
+    of_printf("not closing OF stdout...\n");
+    //of_call("close", 1, 0, &of_out);

    of_getprop(bof_chosen, "stdin", &of_in, sizeof (of_in));

    if (of_in != of_out) {
-        of_call("close", 1, 0, &of_in);
+        of_printf("not closing OF stdin...\n");
+        //of_call("close", 1, 0, &of_in);
    }

    of_call("quiesce", 0, 0, NULL);



_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [PATCH] temporary workaround to boot on js20, Maria Butrico <=