changeset 1058:4de388a3615b

Fix mistakes for some XScale boards.
author msalter
date Sat, 21 Jun 2003 18:57:44 +0000
parents 296fd6e05b39
children 4464de5a8dce
files packages/redboot/current/doc/redboot_installing.sgml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.</pa
 <title>Interrupts</title>
 <para>RedBoot uses an interrupt vector table which is located at address 0x8004.
 Entries in this table are pointers to functions with this protoype::      <programlisting>
-int irq_handler( unsigned vector, unsigned data )</programlisting>On the Mainstone
+int irq_handler( unsigned vector, unsigned data )</programlisting>On the IXDP425
 board, the vector argument is one of many interrupts defined in <computeroutput>
 hal/arm/xscale/ixp425/current/include/hal_var_ints.h:</computeroutput>:   <programlisting>
 #define CYGNUM_HAL_INTERRUPT_NPEA         0
@@ -4040,7 +4040,7 @@ description of the associated modes.</pa
 <title>Interrupts</title>
 <para>RedBoot uses an interrupt vector table which is located at address 0x8004.
 Entries in this table are pointers to functions with this protoype::      <programlisting>
-int irq_handler( unsigned vector, unsigned data )</programlisting>On the Mainstone
+int irq_handler( unsigned vector, unsigned data )</programlisting>On the GRG
 board, the vector argument is one of many interrupts defined in <computeroutput>
 hal/arm/xscale/ixp425/current/include/hal_var_ints.h:</computeroutput>:   <programlisting>
 #define CYGNUM_HAL_INTERRUPT_NPEA         0
@@ -4211,9 +4211,9 @@ description of the associated modes.</pa
 <title>Interrupts</title>
 <para>RedBoot uses an interrupt vector table which is located at address 0x8004.
 Entries in this table are pointers to functions with this protoype::      <programlisting>
-int irq_handler( unsigned vector, unsigned data )</programlisting>On the Mainstone
+int irq_handler( unsigned vector, unsigned data )</programlisting>On the PrPMC1100
 board, the vector argument is one of many interrupts defined in <computeroutput>
-hal/arm/xscale/bulverde/current/include/hal_var_ints.h:</computeroutput>:   <programlisting>
+hal/arm/xscale/ixp425/current/include/hal_var_ints.h:</computeroutput>:   <programlisting>
 #define CYGNUM_HAL_INTERRUPT_NPEA         0
 #define CYGNUM_HAL_INTERRUPT_NPEB         1
 #define CYGNUM_HAL_INTERRUPT_NPEC         2