From 02cf3abca60d9f7e2b218e1a445c3c80230a3ceb Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Tue, 23 Apr 2013 12:14:12 -0500 Subject: Pick up attribute Overrides in PLCK IPLs Change-Id: I240e8bba8b6c19f427603ad4b4a83911acddbe82 RTC: 66444 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4175 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: Richard J. Knight Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include') diff --git a/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H b/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H index 13b1ed96e..4298db541 100755 --- a/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H +++ b/src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H @@ -90,6 +90,7 @@ public: MSG_SET_OVERRIDES = MBOX::FIRST_UNSECURE_MSG + 0x10, // FSP<->Hb MSG_CLEAR_ALL_OVERRIDES = MBOX::FIRST_UNSECURE_MSG + 0x11, // FSP<->Hb MSG_SET_SYNC_ATTS = MBOX::FIRST_UNSECURE_MSG + 0x12, // FSP<--Hb + MSG_GET_OVERRIDES = MBOX::FIRST_UNSECURE_MSG + 0x13, // FSP<--Hb }; /** @@ -119,6 +120,14 @@ public: */ void sendAttrOverridesAndSyncsToFsp(); + /** + * @brief Gets Attribute Overrides and Syncs from the FSP + * + * This is called at the start of a normal (non-istep) IPL if an attribute + * is set indicating that the FSP has attribute overrides in place + */ + void getAttrOverridesFromFsp(); + /** * @brief This function gets any Attribute Override on an attribute get * -- cgit v1.2.3