[Skiboot] [PATCH v2 08/12] hdat: Add new fields to ms vpd ntuple

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Sun Oct 30 01:36:31 AEDT 2016


Create hostboot reserved memory structure.

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

diff --git a/hdata/spira.h b/hdata/spira.h
index 0a7a173..33d7191 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -480,6 +480,17 @@ struct msvpd_pmover_bsr_synchro {
 
 /* Idata index 4: UE Address Array */
 
+/* Idata index 5: Hostboot reserved memory address range */
+#define MSVPD_IDATA_HB_RESERVED_MEM	5
+struct msvpd_hb_reserved_mem {
+	__be32		node_instance;
+	__be64		start_addr;
+	__be64		end_addr;
+	__be32		label_size;
+	uint8_t		label[64];
+	__be64		reserved;
+};
+
 /* Child index 0: MS area child structure */
 #define MSVPD_CHILD_MS_AREAS		0
 
-- 
2.5.5



More information about the Skiboot mailing list