diff options
author | nagurram-in <nagendra.g@in.ibm.com> | 2018-01-18 07:13:53 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-01-25 14:53:16 -0500 |
commit | af203750b8e67ff989131c76cc3d5afc5926a975 (patch) | |
tree | 7ba9d816c429e1fd27d3ee31ab6bce4ddfef6e7b /src | |
parent | ae0fa99d821ac507ea886dcc952067d54b41e82e (diff) | |
download | talos-hostboot-af203750b8e67ff989131c76cc3d5afc5926a975.tar.gz talos-hostboot-af203750b8e67ff989131c76cc3d5afc5926a975.zip |
HDAT : Update init feature flag settings for P9
Change-Id: I59a4e2484525e34424c7550818c5b7efad7a3b14
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52160
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/usr/hdat/hdatiplparms.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/hdat/hdatiplparms.H b/src/usr/hdat/hdatiplparms.H index 6980977a0..1a24f44eb 100755 --- a/src/usr/hdat/hdatiplparms.H +++ b/src/usr/hdat/hdatiplparms.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016,2017 */ +/* Contributors Listed Below - COPYRIGHT 2016,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -289,6 +289,7 @@ const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray_20[]= {"needs-spec-barrier-for-bound-checks", 0x8000000000000000}, {"fw-l1d-thread-split", 0x8000000000000000}, {"fw-bcctrl-serialized", 0x0000000000000000}, +{"fw-count-cache-disabled", 0x8000000000000000}, {"speculation-policy-favor-security", 0x8000000000000000}}; const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray_21[]= @@ -303,6 +304,7 @@ const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray_21[]= {"needs-spec-barrier-for-bound-checks", 0x8000000000000000}, {"fw-l1d-thread-split", 0x8000000000000000}, {"fw-bcctrl-serialized", 0x0000000000000000}, +{"fw-count-cache-disabled", 0x8000000000000000}, {"speculation-policy-favor-security", 0x8000000000000000}}; const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray_22[]= @@ -317,6 +319,7 @@ const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray_22[]= {"needs-spec-barrier-for-bound-checks", 0x8000000000000000}, {"fw-l1d-thread-split", 0x8000000000000000}, {"fw-bcctrl-serialized", 0x8000000000000000}, +{"fw-count-cache-disabled", 0x8000000000000000}, {"speculation-policy-favor-security", 0x8000000000000000}}; |