summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PUTRING changes to avoid PPE CI fail for HWPSPrasad Bg Ranganath2016-06-231-1/+7
| | | | | | | | | Change-Id: I279ddc010854030511137b50af96fe5e4ecef53a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26112 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
* Add p9_proc_gettracearray procedureJoachim Fenkes2016-06-231-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | Generic procedure to dump a trace array. The API is similar to the P8 procedure, but the procedure takes trace _bus_ IDs as opposed to trace _array_ IDs and uses these to check the trace array's primary trace MUXes prior to dumping. There is also a flag to skip this check if you want to dump a specific trace array no matter which bus is muxed into it. The FAPI2 target supplied must match the trace array; most will just need a TARGET_TYPE_PROC_CHIP target, but some are targeted at OBUS, MCBIST, EX or CORE granularity. There's an inline function proc_gettracearray_target_type() that will help determine the target type. Change-Id: I093cd03bc90fbe93ed8fff3d18cd0676359fa5d1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22847 Dev-Ready: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22848 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Procedure crashes when trying to query an EC featureRichard J. Knight2016-06-231-0/+70
| | | | | | | | | | | | | | | | | | | | | -Updated queryEcFeature to have two parts, base attribute reading is now in a library, while feature checking logic is now in small individual inline functions. Change-Id: I880e13f7f98a3a9f53bc1b2060b014bab1df64cf Original-Change-Id: I4c3685d6a85946297af31f7f3da4d918bca88039 RTC:151184 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23025 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26163 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fix privileged typo in attribute xmlDan Crowell2016-06-231-2/+2
| | | | | | | | | | | Change-Id: Ic831309ef90d457af64592031d67a169004bd991 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24112 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26162 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add base FAPI2 attribute definitionsJoe McGill2016-06-231-0/+53
| | | | | | | | | | | | | | | | Add attributes needed for Cronus platform compilation to hwpf/fapi2 Adjust location of XML in hwpf/fapi2 tree Change-Id: Ief33eeba9f108be326c7ba6e7e8e6cc5b877ab31 Original-Change-Id: I7c6873335bc21327edf53319bd0753c352205480 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20918 Tested-by: Jenkins Server Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26161 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Packaging of memory vpd on Nimbus, MCA->MCSwhs2016-06-233-11/+11
| | | | | | | | | | | | | | | | | Change from MCA to MCS target. Update decode logic. Change-Id: I71408c25ce33cf6e342bb704b5d173f8d98229dc RTC: 144519 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25403 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25471 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* add fapi2::getSpy with ring mode option to enable fastarray codeMatt K. Light2016-06-232-0/+32
| | | | | | | | | | | | | Change-Id: Ibb5c3e55e0904c8272b9279c5f5dcc5ff1ea7ef2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22475 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22476 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Variable buffer issues when inserting OT variable bufferRichard J. Knight2016-06-221-4/+8
| | | | | | | | | | | | | | | | | | -Added check for integral_type for OT insert. This change forces the user to insert only integral types using the generic insert interface. Change-Id: Ic207f855afff5e80d6bb342f94873964a0f60d16 RTC:151788 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25861 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25868 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_chiplet_resetAnusha Reddy Rangareddygari2016-06-222-4/+14
| | | | | | | | | | | | | | * Increased the hang_pulse value for pcie chiplet Change-Id: Ib70a7df635cb53ef7b1462969e0b1e048e9ce398 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26030 Tested-by: Jenkins Server Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: PPE CI Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26031 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* IPL updates -- IPL_flow_v180Anusha Reddy Rangareddygari2016-06-228-83/+88
| | | | | | | | | | | | | | * Changes from ipl spread sheet ver180 Change-Id: Ibe7f955130ede0b56e1a1aa2e2e9e413882335b8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25854 Tested-by: Jenkins Server Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25866 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* otprom ChangesSunil.Kumar2016-06-211-1/+1
| | | | | | | | | Change-Id: Id0529dc74ec6afd6bf762d0eee52fbc84f0eb242 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25980 Tested-by: Jenkins Server Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_image_help_base.H: removal of unused and obsolete fileMartin Peschke2016-06-211-118/+0
| | | | | | | | Change-Id: I60a998919c4aa1e4fe2d10cdbdca6aa7f7c5d9ac Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26034 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
* Changes for handling EX/MCS scomsSantosh Puranik2016-06-212-8/+109
| | | | | | | | | Change-Id: I411440954ce98add0a70013efa1d8aadd05b60c5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25740 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
* Update FAPI parent-child relationsSantosh Puranik2016-06-215-155/+292
| | | | | | | | | | | | -- Added EQ/EC/EX relations -- Support PERV==>PERV getParent Change-Id: I9517010ee9f3ee5f3f4b022bf2da92451dfce4ff Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24728 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
* Cache/Core: Istep4 procedure changes for model 9038 and aboveYue Du2016-06-1714-210/+359
| | | | | | | | | | | | Change-Id: I997537274ea9538330d9fb1ce240de793d90feec Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23019 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23021 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* values added for some attributeSunil.Kumar2016-06-171-0/+3
| | | | | | | | | | | Change-Id: I78f7c5b16ce9dcd0799d2f03f9e2a9ae5fbbb773 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25768 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25770 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_tp_arrayinitAnusha Reddy Rangareddygari2016-06-171-3/+6
| | | | | | | | | | | | Change-Id: I1d02e1bd125cbc69d389fc021fdb9f5a2f2a0261 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25765 Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25767 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add P9_TOR namespace to avoid naming collisionsBill Hoffa2016-06-171-0/+1
| | | | | | | | | | | | | | Change-Id: I5494b98fdc439c7bf08c3f5ddd47c5285563ee99 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25509 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25512 Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* putRing on SBE PlatBilicon Patil2016-06-158-72/+570
| | | | | | | | | | | | | Conflicts: sbe/image/Makefile sbe/image/img_defs.mk tools/image/Makefile Change-Id: I4dc56c2b699724af2c6a57a0b62742998c4cf68b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22439 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
* Move prevasive procedures to SEEPROMSachin Gupta2016-06-156-5/+45
| | | | | | | Change-Id: Ifc930b6b27f73e9dc44a5c03037e7c8a0192364e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25190 Tested-by: Jenkins Server Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Update backing buildSachin Gupta2016-06-141-1/+1
| | | | | | | Change-Id: Idca8ae7fa47d447733cca66b3d448b5cb26b8778 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25774 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* PutRing utils to scan ringsBilicon Patil2016-06-147-1/+1645
| | | | | | | | | | | | | | Change-Id: Ieab183be571fda1013ef658568aee495c68c7100 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21795 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Dev-Ready: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21796 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Remove eq_dpll buckets from p9_ringId.HPrasad Bg Ranganath2016-06-141-47/+32
| | | | | | | | | | | Change-Id: Iedb8b22bff56cf75a081758eda482e95213e544b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24857 Tested-by: Jenkins Server Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25773 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* move production code from tools/imageProcs to chips/p9/utils/imageProcsMartin Peschke2016-06-141-0/+969
| | | | | | | | | | | Change-Id: I516c770ec7fd6d1fb2f8f7933a2579038c13ce6d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24786 Tested-by: Jenkins Server Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25772 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add getChipletNumber to Target classSantosh Puranik2016-06-142-0/+25
| | | | | | | | | | | | | | | Change-Id: I78335d4c3b986d2733e47271457ea340b8ad043e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25392 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Dev-Ready: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25393 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Attribute Review - NestThi Tran2016-06-141-45/+59
| | | | | | | | | | | | | Change-Id: I6af714a8975122a4e83c955a21913ede0d643453 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23164 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23167 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP p9_getecidAbhishek Agarwal2016-06-132-1/+10
| | | | | | | | | | | | | Change-Id: I0e1238fdd21e239bb082795ef7fad6fde3c3ebd9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25701 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25702 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_set_fsi_gp_shadowAnusha Reddy Rangareddygari2016-06-132-134/+13
| | | | | | | | | | | | | Change-Id: If08c3550b6f8b8a3efc158d1eaaa3234d22b7bb5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25604 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25605 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_pm_reset - Level 2 deliverySangeetha T S2016-06-131-32/+54
| | | | | | | | | | | | | | | | | | | -> Complete design for P9 -> Transliteration from P8 to P9 -> SUET test -> AWAN test Change-Id: Iab9a8cd7dc7860941263c4fe95814dd259b97a23 RTC: 140969 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24313 Dev-Ready: Brian T. Vanderpool <vanderp@us.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25240 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_xip_tool: cleaning up endianess conversionMartin Peschke2016-06-131-10/+10
| | | | | | | | | | | | | | Use system header endian.h routines to do endianess conversion instead of own routines. Change-Id: I82649143a47cb76ca2a631107165f6128d06d10c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24898 Tested-by: PPE CI Tested-by: Jenkins Server Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25564 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Update p9_l2_scom.C to sync with latest p9.l2.scom.initfilePrachi Gupta2016-06-131-0/+8
| | | | | | | | | | | Change-Id: I5fe88df70b7ba8325e3c334c483eb06643ac4bf8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25577 Reviewed-by: ALEXANDER M. TAFT <amtaft@us.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25580 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add explicit RC checkers to ReturnCode classDan Crowell2016-06-132-1/+22
| | | | | | | | | | | | | | | | | | | We encountered compiler errors trying to do seemingly normal comparisons that hit the operator overloads. It required some non-ideal casting operations to make it work. These new functions push all of the casting logic into the class where it belongs. Change-Id: I566f12acbd698a625848514399aca1b7ec233496 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25473 Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25504 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Check on Functional Core before Calling Hwp Control InsRaja Das2016-06-131-0/+4
| | | | | | | | | Change-Id: I97906cc67e5544be26e0fda3a6a29feeb00e99c5 CQ: SW353108 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25704 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Removed P9_HCD_STOP_SKIP_FLUSH/P9_HCD_STOP_SKIP_FLUSH compile flagsSachin Gupta2016-06-131-2/+24
| | | | | | | | Change-Id: I760c3238fbcab87bf345c578dbc0aeae76cb7fa6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25388 Tested-by: Jenkins Server Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Machine check interrupt handlerSantosh Puranik2016-06-134-1/+180
| | | | | | | | | | | | Added an interrupt handler for PPE machine check to gracefully handle SCOM failures. Change-Id: I75711ea9817a95e678e365efec9c12243c5e8b46 RTC: 148524 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23735 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* P9-XIP: cleaning up endianess conversionMartin Peschke2016-06-092-149/+54
| | | | | | | | | | | | | | Use system header endian.h routines to do endianess conversion instead of own routines. Change-Id: I6dd657b77b61a9a56797a254af6464f8526cc60f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24893 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
* HW Image: no .overrides sectionMartin Peschke2016-06-092-12/+2
| | | | | | | | | | | | | | Removing .overrides from HW image since that is going to be a separate PNOR section. Change-Id: Id5fd18390e757be20ae35e484f47a953368f288b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24832 Tested-by: PPE CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
* Initial check in of p9_xip_tool.C which supports dissecting ringClaus Michael Olsen2016-06-091-0/+2439
| | | | | | | | | | | | | sections. - Updated xip_tool.C to split dissectRingSection() into an XIP part and an TOR part. Change-Id: I19e5656cea9b7fd02e4972880b3ffff947705047 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24268 Tested-by: PPE CI Tested-by: Jenkins Server Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
* Fix include of plat_target_filter.H in target_types.HMike Baiocchi2016-06-081-1/+1
| | | | | | | | | | | | | Change-Id: Ia2309f04e4511cc9cb8730d32c62fec554be16ad Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25406 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25459 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Changes in ecc data fixing so reading and writing worksCHRISTINA L. GRAVES2016-06-087-27/+45
| | | | | | | | | | | | | Change-Id: I8ec5fc295d0e80af6d28f53ed469a3c98450f4df Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24554 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24557 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 Procedure for p9_hcd_cache_dcc_skewadjust_setupSoma BhanuTej2016-06-081-0/+8
| | | | | | | | | | | Change-Id: Ifc81c6ae881c7a2ff188f223d15f499f1d518305 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25292 Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25436 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Pibmem repair codeSunil.Kumar2016-06-084-3/+49
| | | | | | | | | Change-Id: If2e768d82fa743241e413f619f34f33dcf8da04b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22517 Tested-by: Jenkins Server Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* add core/cache initfilesJoe McGill2016-06-081-3/+20
| | | | | | | | | | | | | | | | | | | | Add SCAN/SCOM initfiles for core/core common/CME/L2/L3/NCU Update initf procedures to call generated SCAN HWPs directly Use for Cronus only testing of initfiles prior to scan via image support Add SCOM initfiles, do not invoke yet to stage PPE commits Change-Id: Ia25c89d784fdf49bc81921c8662123347747d19a Original-Change-Id: I5b65ea980586a3cd0a4c0c0180473dec78234cba Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23910 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25382 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Update bit-field of TargetFilter enum to match Pervasive NumberingMike Baiocchi2016-06-081-46/+53
| | | | | | | | | | | | | | | | | | | | This moves the bit-field numbering of the TargetFilter enum to a new plat_target_filter.H file. The plat_target_filter.H file added to this commit has the same numbering scheme of what was originally in target_types.H. Change-Id: Ib2fd08abc8a52481ffd00126a13287a29138e55b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24862 Tested-by: PPE CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24864 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add memdiags implementation for superfast operationsBrian Silver2016-06-081-0/+3
| | | | | | | | | | | | | | | | Change the actions to repair test fails. Change the translation test to repair fails. Change-Id: I3c6c0a02efce5cb6562fba0f4cda5487eeb79f32 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25168 Tested-by: PPE CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25169 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Updated Makefile to include p9_cache_contained_attributes.xmlSantosh Puranik2016-06-081-0/+1
| | | | | | | Change-Id: I73e232cf5f3ad276579d8a2f2918bd3ca00b9e72 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25289 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Enable New istepsSachin Gupta2016-06-082-9/+30
| | | | | | | | | Change-Id: I4fd808eebf9c9bddf8162811e82017a0ba4c5e3c RTC: 148465 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25115 Tested-by: Jenkins Server Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Updated DMT flowSachin Gupta2016-06-081-1/+36
| | | | | | | | | | RTC:151006 Change-Id: I55fed86838a2fff62fab606f5c79362bdadd50d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25163 Tested-by: Jenkins Server Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Level 2 HWP for p9_sbe_tp_switch_gearsAnusha Reddy Rangareddygari2016-06-082-6/+13
| | | | | | | | | | | | Change-Id: Ie19e224c45227ae9c4e2edb55352e5933aef64b3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25224 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25227 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_chiplet_resetAnusha Reddy Rangareddygari2016-06-081-363/+266
| | | | | | | | | | | | Change-Id: Ib900caeeda41ecaf4dbe7321d7243b247501b5e6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25218 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25220 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
OpenPOWER on IntegriCloud