diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2018-04-18 09:08:07 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-05-01 10:35:27 -0500 |
| commit | 7d272aed74020275809e5e4a1f7aca6668c17ca5 (patch) | |
| tree | e2a6bc05e793aa5fa54025a6dee4acd66962ba2e | |
| parent | 1b068da5e7532c03b43daea4dc268e7de9cd650d (diff) | |
| download | talos-hcode-7d272aed74020275809e5e4a1f7aca6668c17ca5.tar.gz talos-hcode-7d272aed74020275809e5e4a1f7aca6668c17ca5.zip | |
Risk level 3/4/5 support: Step 2 - image update to TOR v7
- This commit updates the image ring sections to TOR v7.
- It will fail with EKB FSP CI until we include the prereq to the
merged step 1 commit in PPE and HB.
Key_Cronus_Test=XIP_REGRESS
cmvc-prereq: 1053262
cmvc-prereq: 1053182
Change-Id: Ie7452fe42877297da4f0da5cd4e51c989b6ac28d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57421
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_tor.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_tor.C b/import/chips/p9/utils/imageProcs/p9_tor.C index bdacb104..22e6570b 100644 --- a/import/chips/p9/utils/imageProcs/p9_tor.C +++ b/import/chips/p9/utils/imageProcs/p9_tor.C @@ -360,6 +360,7 @@ int tor_access_ring( void* i_ringSection, // Ring section ptr } if ( torMagic >> 8 != TOR_MAGIC || + torHeader->version > TOR_VERSION || // Code cannot be forward compatible to a newer image torHeader->version == 0 || torHeader->chipType >= NUM_CHIP_TYPES ) { |

