[U-Boot] [PATCH 1/6] arm: unify interrupt init

Dirk Behme dirk.behme at googlemail.com
Sun May 10 09:42:08 CEST 2009


Jean-Christophe PLAGNIOL-VILLARD wrote:
> all arm init the IRQ stack the same way
> so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

Cortex-A8 (OMAP3) part

Acked-by: Dirk Behme <dirk.behme at googlemail.com>

> ---
> applied to arm/testing
> 
> Best Regards,
> J.
>  cpu/arm1136/cpu.c            |   11 -----------
>  cpu/arm720t/cpu.c            |    7 -------
>  cpu/arm720t/interrupts.c     |    2 +-
>  cpu/arm920t/cpu.c            |   11 -----------
>  cpu/arm925t/cpu.c            |   11 -----------
>  cpu/arm926ejs/cpu.c          |   11 -----------
>  cpu/arm946es/cpu.c           |   11 -----------
>  cpu/arm_cortexa8/cpu.c       |   12 ------------
>  cpu/arm_intcm/cpu.c          |   11 -----------
>  cpu/ixp/cpu.c                |   12 ------------
>  cpu/ixp/interrupts.c         |    2 +-
>  cpu/lh7a40x/cpu.c            |   11 -----------
>  cpu/pxa/cpu.c                |   11 -----------
>  cpu/sa1100/cpu.c             |    7 -------
>  include/asm-arm/u-boot-arm.h |    1 +
>  lib_arm/interrupts.c         |   13 +++++++++++++
>  16 files changed, 16 insertions(+), 128 deletions(-)


More information about the U-Boot mailing list