diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2013-07-10 09:28:50 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-21 15:37:33 -0500 |
| commit | a6f46d0a9461b96781bc85c9fd82c24d14b5ce42 (patch) | |
| tree | dfa696458e593a61d2c73b6de54a0e05d9a7a5cb /src/usr/runtime/test | |
| parent | 486fc31f3be1c268b1bf6012c9d0910dc2012c5a (diff) | |
| download | blackbird-hostboot-a6f46d0a9461b96781bc85c9fd82c24d14b5ce42.tar.gz blackbird-hostboot-a6f46d0a9461b96781bc85c9fd82c24d14b5ce42.zip | |
Hostboot support for running Sapphire on FSP
Key Changes:
--Distinguish between Sapphire SPless/FSP
--Place HOMER image at top of memory
--Allow SPIRA to be outside of 128MB "HDAT" window
--Don't clear the PORE BARs in Sapphire mode
--Force payload address to 0 if in sapphire mode
Change-Id: I1e4d5bb68dad51e4408a568217b08a6aadef2494
RTC: 73481
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5361
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/test')
| -rw-r--r-- | src/usr/runtime/test/hdatservicetest.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/test/hdatservicetest.H b/src/usr/runtime/test/hdatservicetest.H index 5d860f69a..4ddc089ea 100644 --- a/src/usr/runtime/test/hdatservicetest.H +++ b/src/usr/runtime/test/hdatservicetest.H @@ -32,8 +32,8 @@ #include <arch/ppc.H> //for MAGIC #include <errl/errlmanager.H> -#include <runtime/runtime.H> #include <targeting/common/commontargeting.H> +#include <runtime/runtime.H> #include <attributeenums.H> #include "../hdatstructs.H" #include "../errlud_hdat.H" |

