Added the definition of GICD_IIDR for later use in micro test. Signed-off-by: Shih-Wei Li <shihwei@xxxxxxxxxxxxxxx> --- lib/arm/asm/gic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/arm/asm/gic.h b/lib/arm/asm/gic.h index 2eb4af8..3b9982b 100644 --- a/lib/arm/asm/gic.h +++ b/lib/arm/asm/gic.h @@ -10,6 +10,7 @@ /* Distributor registers */ #define GICD_CTLR 0x0000 #define GICD_TYPER 0x0004 +#define GICD_IIDR 0x0008 #define GICD_IGROUPR 0x0080 #define GICD_ISENABLER 0x0100 #define GICD_ISPENDR 0x0200 -- 1.9.1