From a2f6ec1ec030f9f038615f889a75376c4db99d91 Mon Sep 17 00:00:00 2001 From: Mahesh Salgaonkar Date: Wed, 11 Mar 2015 16:02:18 +0530 Subject: opal: Recover from TFMR DEC parity error. Recovery process for TFMR DEC parity error: - Set DEC Register with all ones. - Reset TFMR DEC parity error bit. To inject TFMR DEC parity error issue: $ putscom pu.ex 10013281 0006080000000000 -all Signed-off-by: Mahesh Salgaonkar Signed-off-by: Stewart Smith --- include/processor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/processor.h') diff --git a/include/processor.h b/include/processor.h index 9140564..30527b1 100644 --- a/include/processor.h +++ b/include/processor.h @@ -47,6 +47,7 @@ /* SPR register definitions */ #define SPR_DSISR 0x012 /* RW: Data storage interrupt status reg */ #define SPR_DAR 0x013 /* RW: Data address reg */ +#define SPR_DEC 0x016 /* RW: Decrement Register */ #define SPR_SDR1 0x019 #define SPR_SRR0 0x01a /* RW: Exception save/restore reg 0 */ #define SPR_SRR1 0x01b /* RW: Exception save/restore reg 1 */ -- cgit v1.1