diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2018-10-08 16:05:14 -0500 |
|---|---|---|
| committer | Nicholas E. Bofferding <bofferdn@us.ibm.com> | 2018-12-14 14:14:23 -0600 |
| commit | 2ad30a4a4e4db7bc8d3b015e408848f70c3014f8 (patch) | |
| tree | 92e584ea0d897f85e75943c6d336d6ea74dc8a68 /src/build/debug/Hostboot | |
| parent | bfac98200f7ec60552fb11d2bef5a76a8ed9f24f (diff) | |
| download | talos-hostboot-2ad30a4a4e4db7bc8d3b015e408848f70c3014f8.tar.gz talos-hostboot-2ad30a4a4e4db7bc8d3b015e408848f70c3014f8.zip | |
Axone Simics Updates -- Finds Functional Master Proc
- Updates for new Simics infrastructure
- Finds Functional Master Proc
- Finds TPM
- Boots to istep6.9 before failing target verification
(more Axone FW changes needed)
Change-Id: Ib3f44008ed12202777c2edacea42d5cb20a4a7a3
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67206
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
| -rwxr-xr-x | src/build/debug/Hostboot/HwpfAttrOverride.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/debug/Hostboot/HwpfAttrOverride.pm b/src/build/debug/Hostboot/HwpfAttrOverride.pm index d655d5d28..bd9e28ea0 100755 --- a/src/build/debug/Hostboot/HwpfAttrOverride.pm +++ b/src/build/debug/Hostboot/HwpfAttrOverride.pm @@ -70,6 +70,7 @@ use constant TARGET_TYPE_PHB => 0x00800000; use constant TARGET_TYPE_L4 => 0x00000200; use constant TARGET_TYPE_MC => 0x01000000; use constant TARGET_TYPE_MCC => 0x08000000; +use constant TARGET_TYPE_OMIC => 0x04000000; use constant TARGET_TYPE_OMI => 0x02000000; use constant TARGET_TYPE_OMIC => 0x04000000; use constant TARGET_TYPE_OCMB => 0x10000000; |

