diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2015-12-21 09:28:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-04-27 18:03:29 -0400 |
| commit | 74c10a07e91911c40c5189abbca1836f927ff035 (patch) | |
| tree | 4e331cd1488f7312c9f7b19963bd0d03da3ee26c /src/include/usr | |
| parent | 566ab6c4c49dd27220f26f76f19a72bf95ac00cc (diff) | |
| download | talos-hostboot-74c10a07e91911c40c5189abbca1836f927ff035.tar.gz talos-hostboot-74c10a07e91911c40c5189abbca1836f927ff035.zip | |
Integrate L1 HWPs for instruction start
Move thread activate function to istep06.
Change thread activate to invoke new P9 versions of HWP code.
Change-Id: I556526b60c01bb137b0a6b8a086b87eff4498af8
RTC:134076
CMVC-Prereq: 989911
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/758
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep_reasoncodes.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H index 20ed4adee..e3a7f6522 100644 --- a/src/include/usr/isteps/istep_reasoncodes.H +++ b/src/include/usr/isteps/istep_reasoncodes.H @@ -48,6 +48,8 @@ namespace ISTEP MOD_HOST_GARD = 0x0C, MOD_EDI_EI_IO_RUN_TRAINING = 0x0D, MOD_LOAD_PAYLOAD = 0x0E, + MOD_GET_CACHE_DECONFIG = 0x0F, + MOD_THREAD_ACTIVATE = 0x10, }; /** @@ -75,6 +77,9 @@ namespace ISTEP RC_MIXED_PBUS_CONNECTION = ISTEP_COMP_ID | 0x0F, RC_SAME_CHIP_PBUS_CONNECTION = ISTEP_COMP_ID | 0x10, RC_CONFLICT_PBUS_CONNECTION = ISTEP_COMP_ID | 0x11, + RC_INVALID_RECORD = ISTEP_COMP_ID | 0x12, + RC_INCORRECT_KEWORD_SIZE = ISTEP_COMP_ID | 0x13, + RC_NO_MASTER_CORE_TARGET = ISTEP_COMP_ID | 0x14, }; }; |

