diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-04-23 12:14:12 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-01 09:33:06 -0500 |
| commit | 02cf3abca60d9f7e2b218e1a445c3c80230a3ceb (patch) | |
| tree | 66ff13e98f9f76f16395b3a229619c1b63b6b74c /src/include/usr/hwpf | |
| parent | e61ce353c2a0c8b125bcaee585e4f11ae0832676 (diff) | |
| download | blackbird-hostboot-02cf3abca60d9f7e2b218e1a445c3c80230a3ceb.tar.gz blackbird-hostboot-02cf3abca60d9f7e2b218e1a445c3c80230a3ceb.zip | |
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 <brianh@linux.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rwxr-xr-x | src/include/usr/hwpf/plat/fapiPlatAttrOverrideSync.H | 9 |
1 files changed, 9 insertions, 0 deletions
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 }; /** @@ -120,6 +121,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 * * This is called for those FAPI Attributes that do not map to Targeting |

