Skip to content

Commit

Permalink
VDM(Part 1): Introduced new members in CME and CPMR image headers
Browse files Browse the repository at this point in the history
commit introduces new members in CPMR and CME image headers. These
fields will be utilised in subsequent commits to facilitate and
execute downloading of LPSPB customized for a quad.

Key_Cronus_Test=PM_REGRESS

Change-Id: I9af8f2e6c2570a4bb0ea6a95a458b30b7e25273e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69964
Tested-by: Jenkins Server <pfd-jenkins+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: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69969
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>
  • Loading branch information
premsjha authored and dcrowell77 committed Feb 8, 2019
1 parent b898a84 commit 0ac318b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -155,6 +155,12 @@ HCD_HDR_UINT32( coreScomLength, 0);
HCD_HDR_UINT32( coreSelfRestoreOffset, 0);
HCD_HDR_UINT32( coreSelfRestoreLength, 0);
HCD_HDR_UINT32( coreMaxScomEntry, 0);
HCD_HDR_UINT32( quad0PstateOffset, 0);
HCD_HDR_UINT32( quad1PstateOffset, 0);
HCD_HDR_UINT32( quad2PstateOffset, 0);
HCD_HDR_UINT32( quad3PstateOffset, 0);
HCD_HDR_UINT32( quad4PstateOffset, 0);
HCD_HDR_UINT32( quad5PstateOffset, 0);
HCD_HDR_PAD(CPMR_HEADER_SIZE);
#ifdef __ASSEMBLER__
.endm
Expand Down Expand Up @@ -305,6 +311,8 @@ HCD_HDR_UINT16(g_cme_qm_mode_flags, 0);
HCD_HDR_UINT32(g_cme_timebase_hz, 0); //Retain next field at 8B boundary
HCD_HDR_UINT64(g_cme_cpmr_PhyAddr, 0);
HCD_HDR_UINT64(g_cme_unsec_cpmr_PhyAddr, 0);
HCD_HDR_UINT32(g_cme_pstate_offset, 0);
HCD_HDR_UINT32(g_cme_custom_length, 0);
HCD_HDR_PAD(IMG_HDR_ALIGN_SIZE);
#ifdef __ASSEMBLER__
.endm
Expand Down

0 comments on commit 0ac318b

Please sign in to comment.