Re: [XenPPC] Current tip broken with SystemSim

2006-08-16 Thread Tony Breeds
On Wed, Aug 16, 2006 at 11:30:48AM -0500, Hollis Blanchard wrote:
 
> Add to the wiki, please:
> http://wiki.xensource.com/xenwiki/XenPPC/Run/SystemSim
> 
> Also please add a note about the required memory increase.

Done x2

When I workout how to get a root image under systemsim I'll document
that aswell.

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@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel


Re: [XenPPC] Current tip broken with SystemSim

2006-08-16 Thread Hollis Blanchard
On Wed, 2006-08-16 at 14:05 +1000, Tony Breeds wrote:
> --- maple_devices.tcl~  2006-08-16 13:35:27.0 +1000
> +++ maple_devices.tcl   2006-08-16 13:35:32.0 +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. 

Add to the wiki, please:
http://wiki.xensource.com/xenwiki/XenPPC/Run/SystemSim

Also please add a note about the required memory increase.

-- 
Hollis Blanchard
IBM Linux Technology Center


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


[XenPPC] Current tip broken with SystemSim

2006-08-15 Thread Tony Breeds
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: 0xF40002F9, 
length=1
#0  0x81bc643 in :../../../bin/systemsim-gpul 
#1  0x80d46cc in :../../../bin/systemsim-gpul 
#2  0x80d5e0f in 
:../../../bin/systemsim-gpul 
#3  0x80df2cf in :../../../bin/systemsim-gpul 
#4  0x80f5cda in :../../../bin/systemsim-gpul 
#5  0x80f669b in :../../../bin/systemsim-gpul 
#6  0x816c8ce in :../../../bin/systemsim-gpul 
#7  0x80a5eb0 in :../../../bin/systemsim-gpul 
#8  0x81f1009 in :../../../bin/systemsim-gpul 
#9  0x81f10e1 in  
WARNING: 2610348: Write_Mapped_Memory_Reg: Unknown address: 0x0370, 
length=8
#0  0x81bc643 in :../../../bin/systemsim-gpul 
#1  0x80d46cc in :../../../bin/systemsim-gpul 
#2  0x80d5e0f in 
:../../../bin/systemsim-gpul 
#3  0x80df2cf in :../../../bin/systemsim-gpul 
#4  0x80f5cda in :../../../bin/systemsim-gpul 
#5  0x80f64be in :../../../bin/systemsim-gpul 
#6  0x816c8ce in :../../../bin/systemsim-gpul 
#7  0x80a5eb0 in :../../../bin/systemsim-gpul 
#8  0x81f1009 in :../../../bin/systemsim-gpul 
#9  0x81f10e1 in  
---

This patch fixes that.
---
[EMAIL PROTECTED]:~/MAMBO/mambo/run/gpul$ diff -u maple_devices.tcl{~,} 
  
--- maple_devices.tcl~  2006-08-16 13:35:27.0 +1000
+++ maple_devices.tcl   2006-08-16 13:35:32.0 +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@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel