public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Re: where is the interrupt vectors?
@ 2005-11-24  7:53 KokHow Teh
  2005-11-24 10:20 ` terry
  0 siblings, 1 reply; 5+ messages in thread
From: KokHow Teh @ 2005-11-24  7:53 UTC (permalink / raw)
  To: u-boot


>In message <1132812293.2550.20.camel@PC6> you wrote:
>>
>> Thank you for your reply ,but I think you misunderstood my question.

>No, it is you who does not understand.

>> What I said is the extern interrupts, and now I have know that U-BOOT is
>> no support the interrupts, so it doesn't need the vectors.

>You are wrong. You can use interrupts in U-Boot. There is  even  code
>in the examples directory which does so.

and here are the external interrupts:

./74xx_7xx/interrupts.c:62:external_interrupt(struct pt_regs *regs)
./74xx_7xx/interrupts.c:64:     puts("external_interrupt (oops!)\n");
./74xx_7xx/start.S:122: STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc5xx/interrupts.c:75:void external_interrupt (struct pt_regs *regs)
./mpc5xx/start.S:208:   STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc5xxx/interrupts.c:48:external_interrupt(struct pt_regs *regs)
./mpc5xxx/interrupts.c:50:      puts("external_interrupt (oops!)\n");
./mpc5xxx/start.S:206:  STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc8220/interrupts.c:47:void external_interrupt (struct pt_regs *regs)
./mpc8220/interrupts.c:49:      puts ("external_interrupt (oops!)\n");
./mpc8220/start.S:167:  STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc824x/interrupts.c:56:void external_interrupt (struct pt_regs *regs)
./mpc824x/start.S:218:  STD_EXCEPTION(EXC_OFF_EXTERNAL, ExtInterrupt, external_interrupt)
./mpc8260/interrupts.c:177:void external_interrupt (struct pt_regs *regs)
./mpc8260/start.S:277:  STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc83xx/interrupts.c:54:void external_interrupt (struct pt_regs *regs)
./mpc83xx/start.S:219:  STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./mpc8xx/interrupts.c:68:void external_interrupt (struct pt_regs *regs)
./mpc8xx/start.S:222:   STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)
./nios/interrupts.c:103:void external_interrupt (struct pt_regs *regs)
./nios/traps.S:318: * The default handler passes control to external_interrupt(). So trap
./nios/traps.S:323: * external_interrupt(). This lets the underflow and overflow handlers
./nios/traps.S:398:     pfx     %hi(external_interrupt at h)
./nios/traps.S:399:     movi    %o1, %lo(external_interrupt at h)
./nios/traps.S:400:     pfx     %xhi(external_interrupt at h)
./nios/traps.S:401:     movhi   %o1, %xlo(external_interrupt at h)
./nios2/exceptions.S:83:        movhi   r3, %hi(external_interrupt)
./nios2/exceptions.S:84:        ori     r3, r3, %lo(external_interrupt)
./nios2/interrupts.c:121:void external_interrupt (struct pt_regs *regs)
./ppc4xx/interrupts.c:199:void external_interrupt(struct pt_regs *regs)
./ppc4xx/interrupts.c:222:} /* external_interrupt CONFIG_440GX */
./ppc4xx/interrupts.c:226:void external_interrupt(struct pt_regs *regs)
./ppc4xx/start.S:783:   STD_EXCEPTION(0x500, ExtInterrupt, external_interrupt)

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

end of thread, other threads:[~2005-11-24 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20051124033401.309058900A@sc8-sf-spam1.sourceforge.net>
2005-11-24  6:04 ` [U-Boot-Users] Re: where is the interrupt vectors? terry
2005-11-24  7:47   ` Wolfgang Denk
2005-11-24  9:41     ` terry
2005-11-24  7:53 KokHow Teh
2005-11-24 10:20 ` terry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox