-
- Downloads
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>
Showing
- board/amcc/sequoia/sequoia.c 1 addition, 1 deletionboard/amcc/sequoia/sequoia.c
- common/cmd_reginfo.c 2 additions, 3 deletionscommon/cmd_reginfo.c
- cpu/ppc4xx/4xx_enet.c 116 additions, 292 deletionscpu/ppc4xx/4xx_enet.c
- cpu/ppc4xx/interrupts.c 40 additions, 35 deletionscpu/ppc4xx/interrupts.c
- cpu/ppc4xx/usbdev.c 1 addition, 1 deletioncpu/ppc4xx/usbdev.c
- include/asm-ppc/ppc4xx-uic.h 236 additions, 412 deletionsinclude/asm-ppc/ppc4xx-uic.h
- include/configs/HH405.h 1 addition, 1 deletioninclude/configs/HH405.h
- include/ppc405.h 0 additions, 247 deletionsinclude/ppc405.h
- include/ppc440.h 0 additions, 708 deletionsinclude/ppc440.h
Loading
Please register or sign in to comment