diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-09-05 09:23:57 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-12 16:51:50 -0500 |
| commit | 52904ec000600bf19fcebe864c15fc7b9e134255 (patch) | |
| tree | df1c9678eb2b356effc7d58a2838222b7c932403 /src/include/usr/targeting/common | |
| parent | a816a9a252dbac72cc3a574f16f0cda0efaa38b4 (diff) | |
| download | blackbird-hostboot-52904ec000600bf19fcebe864c15fc7b9e134255.tar.gz blackbird-hostboot-52904ec000600bf19fcebe864c15fc7b9e134255.zip | |
Start OCC in Sapphire mode
Enable the OCC code to run in Sapphire mode.
Moved the OCC memory range up to the top our memory in
Sapphire mode like we do for SLW.
Change-Id: Iad857dafd739db6f91ba3fd4f8a332e558d68f8b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6040
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common')
| -rw-r--r-- | src/include/usr/targeting/common/util.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/targeting/common/util.H b/src/include/usr/targeting/common/util.H index e0bb80bf5..d1e2cff0f 100644 --- a/src/include/usr/targeting/common/util.H +++ b/src/include/usr/targeting/common/util.H @@ -113,6 +113,11 @@ bool is_sapphire_load(void); */ bool is_avp_load(void); +/** + * @brief Utility function to obtain the highest known address in the system + */ +uint64_t get_top_mem_addr(void); + } #endif // __TARGETING_COMMON_UTIL_H |

