Re: any chance to use a modern linux kernel on Pegasos1 G3 ?

2011-03-15 Thread Baurzhan Ismagulov
On Tue, Mar 15, 2011 at 05:44:49PM +0100, nello martuscielli wrote:
 But if someone is capable (i don't have this skill) here what it
 happens reading from serial debug console untill it freezes with
 linux-2.6.36.4

What is the last kernel version working on that machine? If you have a
working kernel and can build kernels, you could try bisecting to
identify the change that led to that. Perhaps then someone could have
some ideas.

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: Generating elf kernel ?

2010-09-14 Thread Baurzhan Ismagulov
On Tue, Sep 14, 2010 at 10:53:11AM +0200, Guillaume Dargaud wrote:
 How do I generate an elf file ?

vmlinux?

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev


Re: how to understand powerpc's BRx ORx

2010-09-12 Thread Baurzhan Ismagulov
On Fri, Sep 10, 2010 at 01:56:08PM +0800, hacklu wrote:
  I didn't understand the address mask.
 it's said that: BR[BA] is the base address,the OR[AM] is the  address mask,
...
 for instance, if my BR0[BA]=0111____0, OR0[AM]=__
 if I want to access the 0x7000 or the 0x7101.what address calculate 
 will be taken?

Assuming that BR0 is set to valid, the right chip select machine is
selected, etc., my understanding of MPC885RM is:

* 0x7000  OR0[AM] = 0x7000
  0x7000 == BR0[BA]
  = CS0 active, 0x on the address bus (haven't checked the actual
  bus width).

* 0x7101  OR0[AM] = 0x7100
  0x7100 != BR0[BA]
  = CS0 inactive, will check the following BR/ORs

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev