device tree in open firmware on power6

Chandru chandru at in.ibm.com
Thu May 8 16:21:41 EST 2008


Hi,

When I set linux 2.6.26-rc1 as default kernel to boot in 
/etc/yaboot.conf, then the device tree in open firmware shows only one 
memory node ( the same memory node appears in /proc/device-tree/memory at 0 
).  But when RHEL5.2 kernel is set as default in /etc/yaboot.conf then 
the device tree in open firmware shows plenty of memory nodes. Following 
is the open firmware output..

linux-2.6.26-rc1:

<snip>
0 > dev / ls
...
000000caf1b8:   /PowerPC,POWER6 at 6
000000cb0120: /memory at 0
000000cb83d8: /ibm,dynamic-reconfiguration-memory
000000cbcd60: /options
...

0 > dev /memory at 0  ok
0 > .properties
name                    memory
device_type             memory
reg                     00000000 00000000  00000000 08000000
available               00000000 00004000 00000000 00bfc000 00000000 02020000
00000000 05fe0000
#address-cells          00000001
#size-cells             00000000
ibm,phandle             fffffffa
ibm,associativity       00000004 00000000 00000000 00000000 00000000

<snip-end>




when default=RHEL5.2:

0 > dev / ls 
000000c8d200: /ibm,serial
000000c8dff8: /chosen
...
000000cae2c0:   /PowerPC,POWER6 at 4
000000caf1b8:   /PowerPC,POWER6 at 6
000000cb0120: /memory at 0
000000cb5af0: /memory at 8000000
000000cb5ce0: /memory at c000000
000000cb5ed0: /memory at 10000000
000000cb60c0: /memory at 14000000
000000cb62b0: /memory at 18000000
000000cb64a0: /memory at 1c000000
000000cb6690: /memory at 20000000

...


The open firmware environment variable "ibm,fw-new-mem-def" is false for 
rhel5.2 kernel where as it is 'true' for 2.6.26-rc1 as default kernel to 
boot.  Any inputs if the one memory node in 2.6.26-rc1 should show the 
size of available system memory ?, or there should be many memory nodes 
for 2.6.26-rc1 ?.

Thanks,
Chandru



More information about the Linuxppc-dev mailing list