From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Fri, 22 Jul 2005 15:04:19 -0700 Subject: [U-Boot-Users] Interrupt initialization for ppc440 Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, IIRC, Interrupt usually doesn't have to be enabled on U-Boot. When looking into ppc440 code cpu/ppc4xx/interrupts.c, I noticed that uic0/1/2 are actually enabled for ppc440 targets. Is there any 440 chips using interrupts on U-Boot? Thanks, -Shawn.