[Skiboot] [PATCH 07/11] hdat: Add new fields to proc_init_data structure

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Wed Sep 28 22:05:29 AEST 2016


Latest spec added two new fields to proc_init_data structure.

I'm not sure whether SP expects valid data in these fields or not.
I will check with FW folks.

Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 hdata/spira.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hdata/spira.h b/hdata/spira.h
index 2bcff69..122bd7c 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -205,6 +205,8 @@ struct proc_init_data {
 	struct {
 		__be64	nia;
 		__be64	msr;
+		__be64	nia_charm_time;
+		__be64	msr_charm_time;
 	} regs;
 } __packed __align(0x10);
 
-- 
2.5.5



More information about the Skiboot mailing list