diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-06-07 19:26:31 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-06-08 16:35:06 -0400 |
| commit | bf3f4096b25c185704d5dec4c15711e8139eb966 (patch) | |
| tree | e5bbe1af6f215be1e70c39d3617ab595750c3e40 /src | |
| parent | b431a6f3eb470edfe3b52eb7b980f97e0a587950 (diff) | |
| download | talos-hostboot-bf3f4096b25c185704d5dec4c15711e8139eb966.tar.gz talos-hostboot-bf3f4096b25c185704d5dec4c15711e8139eb966.zip | |
Remove workaround for attribute override in old HDAT
Removing the use of the workaround that was in place to support
attribute overrides with the non-RHB (legacy) version of HDAT.
Change-Id: Iae0a8f124d56db9bf3172b1d4866e865cfd763d7
CQ: SW391403
RTC: 169478
CMVC-Coreq: 1024559
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41517
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/targeting/runtime/attrPlatOverride_rt.C | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/usr/targeting/runtime/attrPlatOverride_rt.C b/src/usr/targeting/runtime/attrPlatOverride_rt.C index c348b52e8..3c5ebb8ae 100644 --- a/src/usr/targeting/runtime/attrPlatOverride_rt.C +++ b/src/usr/targeting/runtime/attrPlatOverride_rt.C @@ -142,20 +142,6 @@ void applyTempOverrides() TRACFCOMP(g_trac_targeting, "Overrides found at %.16X", l_overAddr ); l_overPtr = reinterpret_cast<uint8_t*>(l_overAddr); } - else - { - //@fixme-RTC:169478-Remove this workaround once HDAT+PHYP is ready - // grab the data we stashed at the end of the targeting data - l_overAddr = g_hostInterfaces - ->get_reserved_mem("ibm,hbrt-target-image",0); - if( l_overAddr != 0 ) - { - l_overAddr += (1*MEGABYTE - 64*KILOBYTE); - TRACFCOMP(g_trac_targeting, "NULL from get_reserved_mem, using stashed value at %.llX instead", l_overAddr ); - l_overPtr = reinterpret_cast<uint8_t*>(l_overAddr); - l_usingStash = true; - } - } } // Having no overrides is a normal thing |

