From fcca42f63e16aa186e3ef1bb088fb5abfef3590e Mon Sep 17 00:00:00 2001 From: Mahesh Salgaonkar Date: Wed, 11 Mar 2015 16:01:46 +0530 Subject: opal: Recover from TFMR HDEC parity error. Recovery process for HDEC parity error: - Reset HDEC Register. - Reset TFMR HDEC parity error bit. To inject HDEC parity error issue: $ putscom pu.ex 10013281 0002080000000000 -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 31ed72d..9140564 100644 --- a/include/processor.h +++ b/include/processor.h @@ -63,6 +63,7 @@ #define SPR_PVR 0x11f /* RO: Processor version register */ #define SPR_HSPRG0 0x130 /* RW: Hypervisor scratch 0 */ #define SPR_HSPRG1 0x131 /* RW: Hypervisor scratch 1 */ +#define SPR_HDEC 0x136 /* RW: Hypervisor Decrementer */ #define SPR_HSRR0 0x13a /* RW: HV Exception save/restore reg 0 */ #define SPR_HSRR1 0x13b /* RW: HV Exception save/restore reg 1 */ #define SPR_TFMR 0x13d -- cgit v1.1