# HG changeset patch # User msalter # Date 1056221864 0 # Node ID 4de388a3615bf193fee894f48ba124a7f0fe83dd # Parent 296fd6e05b39d3ddf21b4fa4e6fc6c5bd1bd062c Fix mistakes for some XScale boards. diff --git a/packages/redboot/current/doc/redboot_installing.sgml b/packages/redboot/current/doc/redboot_installing.sgml --- a/packages/redboot/current/doc/redboot_installing.sgml +++ b/packages/redboot/current/doc/redboot_installing.sgml @@ -3876,7 +3876,7 @@ description of the associated modes.Interrupts RedBoot uses an interrupt vector table which is located at address 0x8004. Entries in this table are pointers to functions with this protoype:: -int irq_handler( unsigned vector, unsigned data )On the Mainstone +int irq_handler( unsigned vector, unsigned data )On the IXDP425 board, the vector argument is one of many interrupts defined in hal/arm/xscale/ixp425/current/include/hal_var_ints.h:: #define CYGNUM_HAL_INTERRUPT_NPEA 0 @@ -4040,7 +4040,7 @@ description of the associated modes.Interrupts RedBoot uses an interrupt vector table which is located at address 0x8004. Entries in this table are pointers to functions with this protoype:: -int irq_handler( unsigned vector, unsigned data )On the Mainstone +int irq_handler( unsigned vector, unsigned data )On the GRG board, the vector argument is one of many interrupts defined in hal/arm/xscale/ixp425/current/include/hal_var_ints.h:: #define CYGNUM_HAL_INTERRUPT_NPEA 0 @@ -4211,9 +4211,9 @@ description of the associated modes.Interrupts RedBoot uses an interrupt vector table which is located at address 0x8004. Entries in this table are pointers to functions with this protoype:: -int irq_handler( unsigned vector, unsigned data )On the Mainstone +int irq_handler( unsigned vector, unsigned data )On the PrPMC1100 board, the vector argument is one of many interrupts defined in -hal/arm/xscale/bulverde/current/include/hal_var_ints.h:: +hal/arm/xscale/ixp425/current/include/hal_var_ints.h:: #define CYGNUM_HAL_INTERRUPT_NPEA 0 #define CYGNUM_HAL_INTERRUPT_NPEB 1 #define CYGNUM_HAL_INTERRUPT_NPEC 2