]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Consolidate PPC4xx UIC defines
authorStefan Roese <sr@denx.de>
Thu, 26 Jun 2008 11:40:57 +0000 (13:40 +0200)
committerStefan Roese <sr@denx.de>
Fri, 11 Jul 2008 11:18:14 +0000 (13:18 +0200)
commitd1631fe1a05b063ccaf62ea892a8887b829847d1
treee07ff2dd3f450db6593d8dcec5bf82dd2db3d512
parent4fb25a3db3b3839094aa9ab748efd7a95924690b
ppc4xx: Consolidate PPC4xx UIC defines

This 2nd patch now removes all UIC mask bit definition. They should be
generated from the vectors by using the UIC_MASK() macro from now on.
This way only the vectors need to get defined for new PPC's.

Also only the really used interrupt vectors are now defined. This makes
definitions for new PPC versions easier and less error prone.

Another part of this patch is that the 4xx emac driver got a little
cleanup, since now the usage of the interrupts is clearer.

Signed-off-by: Stefan Roese <sr@denx.de>
board/amcc/sequoia/sequoia.c
common/cmd_reginfo.c
cpu/ppc4xx/4xx_enet.c
cpu/ppc4xx/interrupts.c
cpu/ppc4xx/usbdev.c
include/asm-ppc/ppc4xx-uic.h
include/configs/HH405.h
include/ppc405.h
include/ppc440.h