From e0603e318389986a4f388bf8d3f7bca6d53d7956 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 29 Sep 2017 16:40:38 -0400 Subject: skylake/me: Add debug output of HFST registers The ME status is the interpretation of the status registers, but having the actual status registers printed is important and it doesn't hurt to show them. Change-Id: I6ef3401b36fedfa8aed14f4a62bdbec3d8c6d446 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/21960 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/intel/skylake/include/soc/me.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/skylake/include') diff --git a/src/soc/intel/skylake/include/soc/me.h b/src/soc/intel/skylake/include/soc/me.h index e88711ddf3..b94e0ef620 100644 --- a/src/soc/intel/skylake/include/soc/me.h +++ b/src/soc/intel/skylake/include/soc/me.h @@ -188,6 +188,8 @@ union me_hfs3 { } __packed fields; }; +#define PCI_ME_HFSTS4 0x64 +#define PCI_ME_HFSTS5 0x68 #define PCI_ME_HFSTS6 0x6c #define ME_HFS6_FPF_NOT_COMMITTED 0x0 #define ME_HFS6_FPF_ERROR 0x2 -- cgit v1.2.3