[U-Boot-Users] PPC405GP Ethernet Interrupts

Hi,
Did any one worked on the PPC405GP U-boot interrupt controller? Mainly on the Ethernet UDP packets.
Regards, SR
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

On Thursday 13 December 2007, Ben Warren wrote:
Did any one worked on the PPC405GP U-boot interrupt controller? Mainly on the Ethernet UDP packets.
Regards, SR
What is it you're trying to do? Interrupts will typically be disabled, and what does that have to do with UDP?
The interrupts *are* used on 4xx systems in the ethernet driver.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Stefan Roese wrote:
On Thursday 13 December 2007, Ben Warren wrote:
Did any one worked on the PPC405GP U-boot interrupt controller? Mainly on the Ethernet UDP packets.
Regards, SR
What is it you're trying to do? Interrupts will typically be disabled, and what does that have to do with UDP?
The interrupts *are* used on 4xx systems in the ethernet driver.
Good to know. Sorry for the noise. I wonder about the second part of my question, though.
regards, Ben

On Thursday 13 December 2007, Ben Warren wrote:
What is it you're trying to do? Interrupts will typically be disabled, and what does that have to do with UDP?
The interrupts *are* used on 4xx systems in the ethernet driver.
Good to know. Sorry for the noise. I wonder about the second part of my question, though.
It has nothing to do with UDP of course. Must be misunderstanding/mixup.
Ciao, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Hi Stefan,
Thanks alot, yes it got mixedup...sorry...
I am going to use PPC405GP custom board, and in u-boot I want to use one DMA Interrupt to transfer the data from FPGA to SDRAM memory. The same data need to transfer to the host via Ethernet UDP packets without using the Kernal.. Can I do...
Thanks Raj --- Stefan Roese sr@denx.de wrote:
On Thursday 13 December 2007, Ben Warren wrote:
What is it you're trying to do? Interrupts will
typically be disabled,
and what does that have to do with UDP?
The interrupts *are* used on 4xx systems in the
ethernet driver.
Good to know. Sorry for the noise. I wonder about
the second part of my
question, though.
It has nothing to do with UDP of course. Must be misunderstanding/mixup.
Ciao, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
-------------------------------------------------------------------------
SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Hi Raj,
On Monday 17 December 2007, raj wrote:
I am going to use PPC405GP custom board, and in u-boot I want to use one DMA Interrupt to transfer the data from FPGA to SDRAM memory.
That's possible. You need to write some board specific code though.
The same data need to transfer to the host via Ethernet UDP packets without using the Kernal.. Can I do...
Yes, that's possible too. Here too, you need to write new code to do this of course.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Hi,
Can you please guide me where I can bringup the changes to that so that I willn't disturbe the tree of the ppc4xx.
Best Regards, Raj.
--- Stefan Roese sr@denx.de wrote:
Hi Raj,
On Monday 17 December 2007, raj wrote:
I am going to use PPC405GP custom board, and in
u-boot
I want to use one DMA Interrupt to transfer the
data
from FPGA to SDRAM memory.
That's possible. You need to write some board specific code though.
The same data need to transfer to the host via Ethernet UDP packets
without
using the Kernal.. Can I do...
Yes, that's possible too. Here too, you need to write new code to do this of course.
Best regards, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
Chat on a cool, new interface. No download required. Go to http://in.messenger.yahoo.com/webmessengerpromo.php

Hi Raj,
On Tuesday 18 December 2007, raj wrote:
Can you please guide me where I can bringup the changes to that so that I willn't disturbe the tree of the ppc4xx.
Such board specific changes should be implemented in your board directory. This way you will not "disturb" the common 4xx code. And you might want to add some board specific commands as well to support your functionality.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Hi Stefan,
I am using Walnut board. For that where all i can bringup the changes. Can you please guide me...
Regards Raj.
--- Stefan Roese sr@denx.de wrote:
Hi Raj,
On Tuesday 18 December 2007, raj wrote:
Can you please guide me where I can bringup the changes to that so that I willn't disturbe the
tree of
the ppc4xx.
Such board specific changes should be implemented in your board directory. This way you will not "disturb" the common 4xx code. And you might want to add some board specific commands as well to support your functionality.
Best regards, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
Save all your chat conversations. Find them online at http://in.messenger.yahoo.com/webmessengerpromo.php

Hi Raj,
On Tuesday 18 December 2007, raj wrote:
I am using Walnut board. For that where all i can bringup the changes. Can you please guide me...
Is this the original Walnut board you are using or a customized board that is similar to the IBM/AMCC Walnut?
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

--- Stefan Roese sr@denx.de wrote:
Hi Raj,
On Tuesday 18 December 2007, raj wrote:
I am using Walnut board. For that where all i can bringup the changes. Can you please guide me...
Is this the original Walnut board you are using or a customized board that is similar to the IBM/AMCC Walnut?
Best regards, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Hi,
Yes...
Raj --- Stefan Roese sr@denx.de wrote:
Hi Raj,
On Tuesday 18 December 2007, raj wrote:
I am using Walnut board. For that where all i can bringup the changes. Can you please guide me...
Is this the original Walnut board you are using or a customized board that is similar to the IBM/AMCC Walnut?
Best regards, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Hi Stefan,
Yes we are using the walnut board. Can you guide me how i can do that.
Regards, Raj.
Hi Raj,
On Tuesday 18 December 2007, raj wrote:
I am using Walnut board. For that where all i
can
bringup the changes. Can you please guide me...
Is this the original Walnut board you are using or
a
customized board that is similar to the IBM/AMCC Walnut?
Best regards, Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de
=====================================================================
5, 50, 500, 5000 - Store N number of mails in
your inbox. Go to
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
-------------------------------------------------------------------------
SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
5, 50, 500, 5000 - Store N number of mails in your inbox. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
participants (4)
-
Ben Warren
-
raj
-
raj reddy
-
Stefan Roese