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

Re: Problem with decrementer interrupt

2009-02-24 Thread sumedh tirodkar
to be position independant code (PIC): you should rather use bl instruction (relative branch). -- sj 2009/2/23 sumedh tirodkar sumedhtirod...@gmail.com I have initialised to stack pointer(r1) properly...actually...i went thru the object dump...bt when i juz use bla function_name_handler the link

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 sumedhtirod...@gmail.com wrote: The reason that i m using bla is that i am writing the interrupt

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 b...@kernel.crashing.org wrote: On Sat, 2009-02-07 at 11:43 +0530, sumedh tirodkar wrote: Hello, I wanted algorithm for creating hash tables used in paging mechanism

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
, Feb 23, 2009 at 6:09 PM, Matt Gessner mgess...@gmail.com 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 sumedhtirod...@gmail.com wrote: In the handler

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
On Mon, Feb 23, 2009 at 8:18 PM, Matt Gessner mgess...@gmail.com wrote: On Mon, Feb 23, 2009 at 8:03 AM, sumedh tirodkar sumedhtirod...@gmail.com 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

Re: Problem with decrementer interrupt

2009-02-23 Thread sumedh tirodkar
interrupts, else your handler gets fired. -- sj 2009/2/23 sumedh tirodkar sumedhtirod...@gmail.com 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. The major steps that i have taken

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

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 ga...@kernel.crashing.org 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 search

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

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

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 m...@genesi-usa.com wrote: sumedh tirodkar wrote: I just found out that openfirmware boots into graphics mode(non-text mode). Now i wish to switch