All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenPIC Specification
@ 2001-01-10 15:01 ZHANG,HAI-TAO (A-China,ex1)
  0 siblings, 0 replies; 8+ messages in thread
From: ZHANG,HAI-TAO (A-China,ex1) @ 2001-01-10 15:01 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,

Where can I find the Open Programmable Interrupt Controller (PIC)
Specification? Does anybody know the URL that I can get it? It seems that
the openpci@amd.com does not work now.

thanks in advance,
Haitao


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: openpic specification
       [not found] <BAY7-F24ZLEZF98vvwN0002890b@hotmail.com>
@ 2003-05-30 11:27 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2003-05-30 11:27 UTC (permalink / raw)
  To: invictus rm; +Cc: Linux/PPC Development


On Fri, 30 May 2003, invictus rm wrote:
> i am unable to download openpic specification from the AMD website due to
> the lack of availability
>
> It would be great if someone can share a copy of openpic specification
> .....Or give a pointer for the same

I've just sent you a copy by personal email.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* OpenPIC specification
       [not found] <d55ad6500809100556u12955cfej1c597d4300c4df15@mail.gmail.com>
@ 2008-09-10 13:14 ` James Molloy
  2008-09-10 14:39   ` Arnd Bergmann
  0 siblings, 1 reply; 8+ messages in thread
From: James Molloy @ 2008-09-10 13:14 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'm a hobbyist OS developer (on my own project, not on linux) and
would like to support interrupt controllers conforming to the OpenPIC
specification. However I can't find the document online - the amd.com
link is dead and a URL mentioned in the LKML archives (on printk.net)
is also 404'd.

I noticed in the LKML archives that the document seems to get passed
around via private emails - would it be at all possible for someone to
kindly email me the spec?

Thank you very much in advance,

James Molloy.


(I'm not subscribed to LKML by the way - I read the archives online
but don't particularly need 300+ messages a day in my inbox so if any
replies/comments could be CC'd to the sending address I'd much
appreciate it.)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: OpenPIC specification
  2008-09-10 13:14 ` OpenPIC specification James Molloy
@ 2008-09-10 14:39   ` Arnd Bergmann
  2008-09-10 20:54     ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2008-09-10 14:39 UTC (permalink / raw)
  To: James Molloy; +Cc: linux-kernel

On Wednesday 10 September 2008, James Molloy wrote:
> I noticed in the LKML archives that the document seems to get passed
> around via private emails - would it be at all possible for someone to
> kindly email me the spec?
> 

I don't have specs that I can send you, but I can suggest that you
take a look at the arch/powerpc/sysdev/mpic.[ch] code, which implements
it for powerpc. mpic is the most common (only?) implementation of openpic.

	Arnd <><

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: OpenPIC specification
  2008-09-10 14:39   ` Arnd Bergmann
@ 2008-09-10 20:54     ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2008-09-10 20:54 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: James Molloy, linux-kernel

On Wed, 10 Sep 2008, Arnd Bergmann wrote:
> it for powerpc. mpic is the most common (only?) implementation of openpic.

FWIW, the Apply `Hydra' Mac I/O chip also contained an OpenPIC.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: openpic specification
  2010-01-16 10:00 openpic specification gshan
@ 2010-01-15 22:04 ` Kumar Gala
  2010-01-17  7:38   ` SHAN Gavin
  0 siblings, 1 reply; 8+ messages in thread
From: Kumar Gala @ 2010-01-15 22:04 UTC (permalink / raw)
  To: gshan; +Cc: linuxppc-dev


On Jan 16, 2010, at 4:00 AM, gshan wrote:

> I ever searched openpic specification on google for several times, but =
unfortunately nothing found.
> Could anybody point me where I can get the openpic specification?
>=20
> The source code seems being from IBM: arch/powerpc/sysdev/mpic.c

While not the openpic spec if you grab any of the Freescale RM for =
MPC85xx chips there will be a chapter on the PIC that is an "openPIC" =
based interrupt controller.

- k=

^ permalink raw reply	[flat|nested] 8+ messages in thread

* openpic specification
@ 2010-01-16 10:00 gshan
  2010-01-15 22:04 ` Kumar Gala
  0 siblings, 1 reply; 8+ messages in thread
From: gshan @ 2010-01-16 10:00 UTC (permalink / raw)
  To: linuxppc-dev

I ever searched openpic specification on google for several times, but 
unfortunately nothing found.
Could anybody point me where I can get the openpic specification?

The source code seems being from IBM: arch/powerpc/sysdev/mpic.c

Thanks in advance,
Gavin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: openpic specification
  2010-01-15 22:04 ` Kumar Gala
@ 2010-01-17  7:38   ` SHAN Gavin
  0 siblings, 0 replies; 8+ messages in thread
From: SHAN Gavin @ 2010-01-17  7:38 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]



> I ever searched openpic specification on google for several times, but unfortunately nothing found.
> Could anybody point me where I can get the openpic specification?
> 
> The source code seems being from IBM: arch/powerpc/sysdev/mpic.c

While not the openpic spec if you grab any of the Freescale RM for MPC85xx chips there will be a chapter on the PIC that is an "openPIC" based interrupt controller.

Thanks, Kumar. Actually, I'm facing a wired issue on my system: some times, the interrupt
from external devices can't be seen from CPU. That means the CPU was never disturbed by
extern interrupts at some point. I don't know why, it seems the PIC just ignored the
external interrupts.

We're using Pasemi 1682M part, which integrated a openpic compatible PIC. But the CPU part has 2
cores. There're 3 kinds of interrupts:

several internal interrupts - priority 8
one external interrupt      - priority 8
IPI                         - priority 10

Thanks,
Gavin


[-- Attachment #2: Type: text/html, Size: 1625 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-01-17  7:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-16 10:00 openpic specification gshan
2010-01-15 22:04 ` Kumar Gala
2010-01-17  7:38   ` SHAN Gavin
     [not found] <d55ad6500809100556u12955cfej1c597d4300c4df15@mail.gmail.com>
2008-09-10 13:14 ` OpenPIC specification James Molloy
2008-09-10 14:39   ` Arnd Bergmann
2008-09-10 20:54     ` Geert Uytterhoeven
     [not found] <BAY7-F24ZLEZF98vvwN0002890b@hotmail.com>
2003-05-30 11:27 ` openpic specification Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2001-01-10 15:01 OpenPIC Specification ZHANG,HAI-TAO (A-China,ex1)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.