summaryrefslogtreecommitdiffstats
path: root/include/fsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsp.h')
-rw-r--r--include/fsp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h
index 56897982..3df78a17 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -520,6 +520,12 @@
#define FSP_CMD_VSERIAL_OUT 0x0e10200 /* HV->FSP */
/*
+ * Class E6
+ */
+#define FSP_CMD_TOPO_ENABLE_DISABLE 0x0e60600 /* FSP->HV */
+#define FSP_RSP_TOPO_ENABLE_DISABLE 0x0e68600 /* HV->FSP */
+
+/*
* Class E8
*/
#define FSP_CMD_READ_SRC 0x1e84a40 /* HV->FSP */
@@ -812,4 +818,7 @@ extern void fsp_epow_init(void);
/* DPO */
extern void fsp_dpo_init(void);
+/* Chiptod */
+extern void fsp_chiptod_init(void);
+
#endif /* __FSP_H */
OpenPOWER on IntegriCloud