summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-07-03 12:30:01 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 18:16:47 -0500
commitbe08d360a065edc4bd0050a5ada8bee23da01635 (patch)
treed5c5602f8388df740480ff7c93eef264ad868431
parente814dbab4d392521fa431d1b22b44a116282cadb (diff)
downloadtalos-hcode-be08d360a065edc4bd0050a5ada8bee23da01635.tar.gz
talos-hcode-be08d360a065edc4bd0050a5ada8bee23da01635.zip
PSTATE_PARAMETER_BLOCK structure alignment and error handling
- Add VDM EC attribute to generally disable VDMs on Nimbus DD1 Change-Id: I7743bbff9c8f975074068d760373b8b9b8294d32 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42714 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Adam S. Hale <adam.samuel.hale@ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h b/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h
index e0600078..30cfbaca 100644
--- a/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h
+++ b/import/chips/p9/procedures/hwp/lib/p9_pstates_pgpe.h
@@ -283,7 +283,7 @@ typedef struct
// @todo DPLL Droop Settings. These need communication to SGPE for STOP
-} GlobalPstateParmBlock;
+} __attribute__((packed, aligned(1024))) GlobalPstateParmBlock;
#ifdef __cplusplus
OpenPOWER on IntegriCloud