Doubt about powerpc7447a

2009-08-24 Thread sumedh tirodkar
Is it possible to change operating speed of powerpc7447a processor?can we configure it? I m not asking if this can be done in linux. I m asking if the hardware has some support for this.If yes,then how? -sumedh ___ Linuxppc-dev mailing list Linuxppc-dev@

Re: Problem with decrementer interrupt

2009-02-24 Thread sumedh tirodkar
I found out the problem...it was somewhere in my code...actually the link register was getting over-written... Thanks for help... Regards, Sumedh On Tue, Feb 24, 2009 at 5:23 PM, sumedh tirodkar wrote: > The reason that i m using bla is that i am writing the interrupt > handler from dec

Re: Problem with decrementer interrupt

2009-02-24 Thread sumedh tirodkar
> binary is supposed to be position independant code (PIC): you should rather > use "bl" instruction (relative branch). > > -- > sj > > 2009/2/23 sumedh tirodkar >> >> I have initialised to stack pointer(r1) properly...actually...i went >> thru the object d

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
errupts, else > your handler gets fired. > > -- > sj > > 2009/2/23 sumedh tirodkar >> >> Alright...I am trying to develop a system of my own.. >> Consider that i am not using any linux kernel...I m writing some >> program right from scratch. >&g

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
Gessner wrote: > > > On Mon, Feb 23, 2009 at 8:03 AM, sumedh tirodkar > wrote: >> >> I am using PowerPC 7447A...I am trying to port SA-RTL on PowerPC... > > What I said earlier was: You need to tell people what cpu you're using, what > linux kernel, etc etc

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
at 6:09 PM, Matt Gessner wrote: > You need to tell people what cpu you're using, what linux kernel, etc etc > etc. > > Your email is otherwise completely useless. > > On Mon, Feb 23, 2009 at 2:54 AM, sumedh tirodkar > wrote: >> >> In the handler for decremen

Re: hash-table creation...

2009-02-23 Thread sumedh tirodkar
Thanks a lot...paging mechanism working successfully... Regards, Sumedh On Sun, Feb 8, 2009 at 2:47 AM, Benjamin Herrenschmidt wrote: > On Sat, 2009-02-07 at 11:43 +0530, sumedh tirodkar wrote: >> Hello, >> >> I wanted algorithm for creating hash tables used in paging

Re: PowerPC 7447A Paging table Search

2009-02-22 Thread sumedh tirodkar
Thanks a lot...Its working now... Regards, Sumedh On Thu, Feb 12, 2009 at 7:28 PM, Kumar Gala wrote: > > On Feb 12, 2009, at 3:59 AM, sumedh tirodkar wrote: > >> How will i confirm if PowerPC 7447A processor has or does not have a >> dedicated hardware for page table searc

Problem with decrementer interrupt

2009-02-22 Thread sumedh tirodkar
In the handler for decrementer interrupt...there is a call to a C function... Now if the call is removed...the decrementer interrupt works perfectly fine... But if the C function is present, then the decrementer interrupt stops coming after say 5-6 times... Not able to find any reasoning for the sa

PowerPC 7447A Paging table Search

2009-02-12 Thread sumedh tirodkar
How will i confirm if PowerPC 7447A processor has or does not have a dedicated hardware for page table search algorithm? If it does not have, then which interrupt handler is written for page address translation mechanism? -Sumedh ___ Linuxppc-dev mailin

hash-table creation...

2009-02-06 Thread sumedh tirodkar
Hello, I wanted algorithm for creating hash tables used in paging mechanism.. In the manual that i read i got algorithm to convert Effective Address to Real Address using these hash tables that are created..but i could not find how these hash tables are created in first place using the Real addres

Re: yaboot: text mode or graphics mode?

2009-01-04 Thread sumedh tirodkar
Isn't there any other way that i can access the VGA registers? So as to reconfigure them... -Sumedh On Wed, Dec 31, 2008 at 4:15 AM, Matt Sealey wrote: > sumedh tirodkar wrote: >> >> I just found out that openfirmware boots into graphics mode(non-text >> mode). Now i w