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] Current tip broken with SystemSim

To: XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [XenPPC] Current tip broken with SystemSim
From: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Date: Wed, 16 Aug 2006 14:05:21 +1000
Delivery-date: Tue, 15 Aug 2006 21:05:31 -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>
Mail-followup-to: XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
Hi All,
        I was trying to do a little work here with systemsim and the
current tip fails to boot.  The problem boils down to the fact we're now
enabling 2 serial ports and the default maple_device.tcl only supplies one.

The error looks like:
---
WARNING: 2089919: Write_Mapped_Memory_Reg: Unknown address: 0x00000000F40002F9, 
length=1
#0      0x81bc643 in <Write_Mapped_Memory_Reg>:../../../bin/systemsim-gpul 
#1      0x80d46cc in <PA_Write_Memory_Effect>:../../../bin/systemsim-gpul 
#2      0x80d5e0f in 
<EA_Write_Memory_Reg_Effect_Part2>:../../../bin/systemsim-gpul 
#3      0x80df2cf in <Store_Memory_Value>:../../../bin/systemsim-gpul 
#4      0x80f5cda in <store_single_register>:../../../bin/systemsim-gpul 
#5      0x80f669b in <semantic_d_store>:../../../bin/systemsim-gpul 
#6      0x816c8ce in <Simple_Advance_PPC>:../../../bin/systemsim-gpul 
#7      0x80a5eb0 in <PPC_Advance_Job>:../../../bin/systemsim-gpul 
#8      0x81f1009 in <job_entry>:../../../bin/systemsim-gpul 
#9      0x81f10e1 in <job_create_exec + 0xa9> 
WARNING: 2610348: Write_Mapped_Memory_Reg: Unknown address: 0x000003FFFFFFFF70, 
length=8
#0      0x81bc643 in <Write_Mapped_Memory_Reg>:../../../bin/systemsim-gpul 
#1      0x80d46cc in <PA_Write_Memory_Effect>:../../../bin/systemsim-gpul 
#2      0x80d5e0f in 
<EA_Write_Memory_Reg_Effect_Part2>:../../../bin/systemsim-gpul 
#3      0x80df2cf in <Store_Memory_Value>:../../../bin/systemsim-gpul 
#4      0x80f5cda in <store_single_register>:../../../bin/systemsim-gpul 
#5      0x80f64be in <semantic_ds_store>:../../../bin/systemsim-gpul 
#6      0x816c8ce in <Simple_Advance_PPC>:../../../bin/systemsim-gpul 
#7      0x80a5eb0 in <PPC_Advance_Job>:../../../bin/systemsim-gpul 
#8      0x81f1009 in <job_entry>:../../../bin/systemsim-gpul 
#9      0x81f10e1 in <job_create_exec + 0xa9> 
---

This patch fixes that.
---
tony@thor:~/MAMBO/mambo/run/gpul$ diff -u maple_devices.tcl{~,}               
--- maple_devices.tcl~  2006-08-16 13:35:27.000000000 +1000
+++ maple_devices.tcl   2006-08-16 13:35:32.000000000 +1000
@@ -14,7 +14,7 @@
 set uart0_intr 0xa
 
 # UART 1
-set uart1_enable 0
+set uart1_enable 1
 set uart1_start 0x2f8
 set uart1_end 0x2ff
 set uart1_intr 0x9
---

Just a heads up for anyone using systemsim.

Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!


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

<Prev in Thread] Current Thread [Next in Thread>