diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2016-03-08 08:33:57 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-23 11:19:36 -0400 |
| commit | efb976fc64fc447d93015d3bb950431f341b6c19 (patch) | |
| tree | b55c264b2ac3d7c68da42adc4d59465976ceb07d /src/usr/isteps/istep12 | |
| parent | 8acb41d0016e2e85dd464dfb383bedf63a53e4de (diff) | |
| download | blackbird-hostboot-efb976fc64fc447d93015d3bb950431f341b6c19.tar.gz blackbird-hostboot-efb976fc64fc447d93015d3bb950431f341b6c19.zip | |
Support association between pervasive targets and other unit targets
- Updated attribute compiler to link targets based on pervasive association
- Updated attribute compiler to support virtual attributes
- Added virtual attribute describing a unit's pervasive association
- Updated Nimbus system XML with pervasive/unit associations
- Fixed various errors compiling with debug trace enabled
- Updated FSP attribute generator to create perv/unit links
- Fixed FSP bad path character in attribute generator
- Fixed PHB chip unit numbering in attribute generator
- Replaced some NVBUS references with NV
RTC: 148577
CMVC-Prereq: 988338
Change-Id: I6f3c4aa806e465dd9f09859c4911ff70db782a4f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21943
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep12')
| -rw-r--r-- | src/usr/isteps/istep12/call_dmi_attr_update.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep12/call_dmi_attr_update.C b/src/usr/isteps/istep12/call_dmi_attr_update.C index 4405afab0..bf1e4571a 100644 --- a/src/usr/isteps/istep12/call_dmi_attr_update.C +++ b/src/usr/isteps/istep12/call_dmi_attr_update.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -24,7 +24,7 @@ /* IBM_PROLOG_END_TAG */ #include <errl/errlentry.H> #include <isteps/hwpisteperror.H> - +#include <initservice/isteps_trace.H> using namespace ERRORLOG; using namespace ISTEP_ERROR; |

