diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2018-10-30 17:25:33 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-12-11 10:41:04 -0600 |
| commit | 9bc92eb0e16930a501eab0eb2db3e1aaba3c0465 (patch) | |
| tree | 92782841230b6884f1260a5f8ca8cc42d85a538d /import/chips/p9/common | |
| parent | bb0509e82ee86fe801911fb6563df7e317ed1592 (diff) | |
| download | talos-hcode-9bc92eb0e16930a501eab0eb2db3e1aaba3c0465.tar.gz talos-hcode-9bc92eb0e16930a501eab0eb2db3e1aaba3c0465.zip | |
PM: Fix default aux task
Key_Cronus_Test=PM_REGRESS
Change-Id: Icdfe0f0f30402257637ef4cf851653ec151675bf
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68199
Tested-by: Jenkins Server <pfd-jenkins+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: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
| -rw-r--r-- | import/chips/p9/common/pmlib/occlib/occhw_shared_data.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h b/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h index 817a55ef..f781f25a 100644 --- a/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h +++ b/import/chips/p9/common/pmlib/occlib/occhw_shared_data.h @@ -75,7 +75,9 @@ typedef struct gpe3_occ_sram_region_data uint32_t gpe3_sram_region_start; //GPE3 sram region starting address uint32_t gpe3_image_header_addr; uint32_t gpe3_debug_header_addr; - uint8_t reserved[52]; + uint8_t reserved[44]; + uint32_t aux_region_start; + uint32_t aux_region_length; } gpe3_occ_sram_region_data_t; //OCC Complex Shared Data. |

