summaryrefslogtreecommitdiffstats
path: root/import/chips
Commit message (Collapse)AuthorAgeFilesLines
* CORE/CACHE: core/cache/l2_stopclocks Level 2Yue Du2016-07-291-0/+8
| | | | | | | | | | | | | Change-Id: Ie4bce2bcaf0ffb2d1e57370312c4536356b62efc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27338 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: Gregory S. Still <stillgs@us.ibm.com> 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/27345 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Improve ATTR_PGDan Crowell2016-07-291-1/+6
| | | | | | | | | | | | | | | Make attribute platInit Improve description Change-Id: I1b006dfe605805587507792c87a6fa0978dc9c72 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27217 Reviewed-by: Brent Wieman <bwieman@us.ibm.com> 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: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27222 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Adding in writing to HRMOR for bootloaderCHRISTINA L. GRAVES2016-07-265-4/+90
| | | | | | | | | | | | | Change-Id: Ib929eff7d946025537cdf7437b4d288490a7fa9d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27230 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@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/27232 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Modify #V accessor function for new version 3Andres Lugo-Reyes2016-07-261-1/+1
| | | | | | | | | | | | | | Change-Id: I358109f01732fdb4d75409693d5a1866bcd57866 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26308 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@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/26503 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* CORE/CACHE: remove runinit procedures.Yue Du2016-07-266-252/+0
| | | | | | | | | | | | Change-Id: Ib50f1d9a1bceeea430b70b8cbfb4f766ddd3a4d2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26153 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: 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/26155 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Pstate Parameter Block structureGreg Still2016-07-233-187/+640
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added VDM and Droop attributes refined in design sessions - Refined OCC, Local (CME) and Global (PGPE) content - Additional attributes to structure updates - Moved freqeuncy bias attributes from "EXT" to applying to both external (Global) and internal (Local) computations (eg remove EXT_ from the name) - Add resonant clocking attributes - Add iVRM attributes and content to p9_pstates.h and INT biasing attributes to XML - Add generated Pstate output structure - Moved ATTR_DPLL_DIVIDER to p9_pm_hwp_attributes.xml as it is written with default vs relying on platform from necessarily providing it.. - Change ATTR_DPLL_DIVIDER default access to check for 0 value to then set default value - Added temporaty HB attributes - Added ATTR_VDM_ENABLE plus rebase - Deal with HB CI warnings - Rebase Change-Id: I435bcbbbba0006718211341322d26c6d98bb7dec RTC: 153217 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24904 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> 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/24906 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_hcd_cache_dcc_skewadjust_setupAnusha Reddy Rangareddygari2016-07-231-5/+74
| | | | | | | | | | | | Change-Id: Ia8f323e91ab1659749d0b53a789dfbc937ea6bcd Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26896 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26897 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_hcd_cache_chiplet_l3_dcc_setupAnusha Reddy Rangareddygari2016-07-214-5/+50
| | | | | | | | | | | | | Change-Id: Ia9877b2fc0e4eaf2a72f04434f24ec82ddd0727d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27175 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: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27178 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_sbe_fabricinit -- change scope of pbop commandJoe McGill2016-07-201-1/+6
| | | | | | | | | | Change-Id: Ic7743d8966d2e47b89ebb2ff7814b5fdae9f355c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26954 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26958 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fapi delay updatesAnusha Reddy Rangareddygari2016-07-202-2/+2
| | | | | | | | | | | | Change-Id: If62c0d53b5ccdf78eff4b92de2600780422def91 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26960 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26962 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* VBU IPL -- update sim PLL configurationJoe McGill2016-07-206-884/+706
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust refclock/PLL configuration to drive all mesh clocks from PLLs non-IO/wafer configuration (nest PLL bucket #1) -- default for sc/sq/fc IO/system model configuration (nest PLL bucket #2) -- default for mc Regression framework updates Remove dependence on sim-only varosc/refclock HWPs Scan from HW image (ultimately need to move to SEEPROM) Add memory attribute HWPs missing from flow Handle real/broadside scan options HWP updates Scan PLL configuration from image Preserve clock mux attribute programming First crack at removing unneeded PLL buckets from images/TOR Add boot support for warm IPL Change-Id: Ic7f27ab3dfdf258471d91618adc8eae4cadb2e42 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26938 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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26990 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_dump_stop_info.C - Level 1Greg Still2016-07-191-1/+24
| | | | | | | | | | | | | | | | | - set flag to Level 1 Change-Id: I13cd1fe213196490ca92c2faa2bd5952206cc2fb RTC: 15501 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26883 Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> 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: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26910 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level2 HWP for p9_check_chiplet_statesAbhishek Agarwal2016-07-192-16/+7
| | | | | | | | | | | | | | Change-Id: I0d5ba640d01b15a82854e7e7299f9329df23cbf7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26697 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: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26712 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_sbe_select_ex Level 2 updateGreg Still2016-07-192-220/+353
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PFET Delay settings for booting Quads/Cores for istep 4 - Delays controled the -DPRODUCT_DEFAULT_PFET_DELAY compile switch - if not defined (aka simulation), delays only 1 cycle between steps (on or off) - if defined, fixed delays based on the fastest nest times to meet minimum times for hardware (turn on); turn off is fast - Backed out the vector use reduction as this presented SBE platform problems. Those will be addressed in RTC 151413 - Per discussion to have ALL good core/cache and EX Multicast groups setup in p9_sbe_chiplet_reset, redid this procedure to only REMOVE chiplets from groups 3, 4, 5, and 6 in single mode (the default) so as to leave only one core n group 3 with the associated EQ in group 4 and the assoicated EX in either group 5 or 6 depending on even or odd EX number. If ALL mode (controlled by an attribute), no MC groups are modified. - Vector removal was addressed by removing some error checking for the sake of SBE code space. - Added default setting of QSSR that all L2s and Quads are stopped Change-Id: I650ab91b72cce86d9b7f319e988cccc72a691abd RTC: 151360 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23138 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23139 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fix paranthesis syntax in scom initfilesPrachi Gupta2016-07-183-30/+30
| | | | | | | | | | | | | | | | | - The spyname needs to be added only once to the scom list because we iiterate over all spynames - Create unique enum variable names for scom initfile Change-Id: I6b5faab70b4867c17f72fc536d792e9459087857 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26872 Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> 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: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27113 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Adding in a delay between ADU reads for fastmode and looping aroundCHRISTINA L. GRAVES2016-07-181-80/+82
| | | | | | | | | | | | | | | the status check Change-Id: Ib6fd1ce42a7fd8b6e424b0ba532f46483cad1f41 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26969 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: Joseph J. McGill <jmcgill@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/26977 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Putring:Fix EX scan region conversion supportPrasad Bg Ranganath2016-07-181-1/+1
| | | | | | | | | | | Change-Id: I13163ad7acf18ed38307fdcefaa30ed3223d75a0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26698 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> 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/26709 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* process SBE NPLL/chiplet PLL error filesJoe McGill2016-07-141-0/+2
| | | | | | | | Change-Id: I63214ce813b8298002b89237fd328d3a60d2ae0e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27022 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
* add empty error files for SBE PLL initf procedures to setup mirrorJoe McGill2016-07-142-0/+42
| | | | | | | | | | Change-Id: I0db69d341fc6e497bb51730b965b9403739b3c16 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26983 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26998
* Level 2 HWP for p9_hcd_ccahe_dcc_skewadjust_setupAnusha Reddy Rangareddygari2016-07-121-2/+2
| | | | | | | | | | | | | Change-Id: I3a18caa715eebec97cd744f2e1b3851f580772ca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26768 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26835 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP p9_sbe_nest_initfSunil.Kumar2016-07-122-25/+76
| | | | | | | | | | | | Change-Id: I8271b798266f5f938231f177d1b7b45bdce1642a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24438 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@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/24955 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP To scan gptr repr time ringsSunil.Kumar2016-07-124-13/+243
| | | | | | | | | | | | Change-Id: Ic5758757cc2f9831d4ca82beb18d32e0df68c2ee Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24447 Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25988 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Update for p9_sbe_npll_initfSunil.Kumar2016-07-121-1/+1
| | | | | | | | | | | Change-Id: I2d83cd2be2fdd8ae754f51785bcf933d473e4685 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26763 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.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/26764 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_attr_setupAnusha Reddy Rangareddygari2016-07-121-3/+17
| | | | | | | | | | | | Change-Id: I656e53b26918a58b82623fd469e05aaf76b8c845 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26280 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26282
* EQ_ANA_BNDY_0..26 ringId supportPrasad Bg Ranganath2016-07-111-35/+144
| | | | | | | | | | | | | | | | | | Updated p9_ringId.C for supporting above rings variable > fix local reference ring number adjust p9_ring_identification.C with new RingID enum values Change-Id: I71fa40bda12ade2d44c17eee4721c7cf459d8126 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26595 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> 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: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26608 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_tp_chiplet_init3Anusha Reddy Rangareddygari2016-07-113-8/+183
| | | | | | | | | | | | | | | | * Pervasive chiplet removed from MC group0 * Included clock_test2 content * Included precision reference voltage updates Change-Id: I9cce50775bffc082dbb2aa0913bcf98f0b7aec39 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26241 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> 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/26244 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* attributes: use ATTR_BOOT_FREQ_MULT (drop FMULT), fix VBU sc/mc EP03 ATTR_PGJoe Dery2016-07-114-18/+5
| | | | | | | | | | | | | | | | | | | | | base_hwp_attribute_file: DPLL ATTR_BOOT_FREQ_MULT 0x2B (3GHz at 15ns ref) sc/mc: change EP03 (perv c19) ATTR_PG value to 0xE288 (EX1 good) *attributes.xml: drop ATTR_BOOT_FMULT, redundant with ATTR_BOOT_FREQ_MULT p9_sbe_setup_boot_freq.C: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in usage p9_sbe_setup_boot_freq.H: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in comment p9_gpe_trace_setup.H: ATTR_BOOT_FMULT to ATTR_BOOT_FREQ_MULT in comment Change-Id: Ibc9719ec88a724ca58534e2874b44d3f0033d3df Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26749 Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26771 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add ATTR_PG to SBE attributesSantosh Puranik2016-07-111-231/+96
| | | | | | | | | | | | | | Also removed ATTR_PG_<CHIPLET> versions of those attributes Change-Id: Ic88a43a11715558588f79129a35a0168bf5e21a5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21867 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21868 Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
* Use ATTR_PG attributeSantosh Puranik2016-07-081-680/+0
| | | | | | | | | | | | | -- Remove use of ATTR_PG_<CHIPLET> -- Delete pg attributes XML Change-Id: I96986292fb6e360fc785f99e66b3e866dccd4fef Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21871 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
* p9_sbe_chiplet_reset Level 2 update: set EC/core multicast reg3=group3Joe Dery2016-07-082-24/+35
| | | | | | | | | | | | | | | | | | | | | replace MCGR[0..3]_CNFG_SETTINGS and MCGR[234]_CACHE_CNFG_SETTINGS with complete set MCGR_CNFG_SETTING_GROUP[0..6] for human readability likewise comments now reflect that REGISTERs are being set to those SETTINGS ideally the PERV_MULTICAST_GROUP_[1..4] would be changed to better clarify, but these exist in a global header based on the vhdl/figtree descriptions Change-Id: If89768eb8a49566762fce1fc188e1f03a10c5f53 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26466 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26471 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP p9_sbe_io_initfSunil.Kumar2016-07-081-7/+74
| | | | | | | | | | | | Change-Id: Ie275139ee1ea1b76eb0c14f1b12d69f73883f638 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25989 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@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/25991 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* CORE/CACHE: add Level1 cache/l2/core stopclocks proceduresYue Du2016-07-081-10/+25
| | | | | | | | | | | | | Change-Id: Id407ffa51ea9a7fb9a0056a7faaf1e33e4433e50 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26276 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: Soma Bhanutej <soma.bhanu@in.ibm.com> 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/26433 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* CORE/CACHE: fix initf procedures on ring IDs and ex partial goodYue Du2016-07-085-39/+54
| | | | | | | | | | | | Change-Id: Ia6269a9753da86d63b268b48c8d2783ceb8e1aff Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26562 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Joseph E. Dery <dery@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26565 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* HWP Level 2 p9sbe_tp_initfSunil.Kumar2016-07-081-13/+16
| | | | | | | | | | | Change-Id: I3a1b2164e426a966a8ef5d69d1a54c1cb3652402 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24454 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24954 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level2 HWP p9_sbe_npll_initfSunil.Kumar2016-07-071-31/+32
| | | | | | | | | | | | Change-Id: Ifddfab33e6f6a5b27be5ad863adc465ed6e7c546 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21837 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21838 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level1 HWP for p9_check_chiplet_statesAbhishek Agarwal2016-07-072-0/+39
| | | | | | | | | | | | | Change-Id: Id0296d53100d71b20980ccd8084e1fc9b34b0da6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26621 Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26623 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_tor: remove an include dependencyMartin Peschke2016-07-071-0/+3
| | | | | | | | | | | | | | | | | | | We used to proliferate a dependency to p9_infrastruct_help.H through p9_tor.H, which is bad. To be precise, it is p9_tor.C that needs p9_infrastruct_help.H. Other users of p9_infrastruct_help.H must not rely on that file being included by some other include, but they should include it directly. Change-Id: Id76608e5e5e3006247fb2f26648ec522c84f9c43 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26037 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26039 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fix for making sure OCB is in linear mode not circularCHRISTINA L. GRAVES2016-07-071-1/+1
| | | | | | | | | | | | Change-Id: I353242d1b631f9dfd1ade58629bcfe8de319bbcc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26474 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@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/26475 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* VBU IPL framework updatesJoe McGill2016-07-071-0/+1
| | | | | | | | | | | | | | | | | execute MSS attribute HWPs execute HTM setup add GPR and NIA checks for multiple cores Change-Id: Idb40a01c0b9810ad213a44630d18b221ca2d56f1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26386 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: CHRISTINA L. GRAVES <clgraves@us.ibm.com> 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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26546 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Change for David for not checking L3 during readCHRISTINA L. GRAVES2016-07-071-3/+2
| | | | | | | | | | | Change-Id: I5b05e3e8de314a8869f9c408b51a945ba48a1743 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26549 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26552 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 Hwp for p9_start_cbsAnusha Reddy Rangareddygari2016-07-052-1/+38
| | | | | | | | | | | | | | | | * Include check for VDN_PGOOD after Cbs_done * Modifying Cbs_Idle fapi_err msg Change-Id: If6fd511cf12d1fb193246890d53fb576b70e90e9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26461 Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> 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: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26463 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* sbe_attributes.xmlAnusha Reddy Rangareddygari2016-07-041-53/+58
| | | | | | | | | | | | | | | | * Added default values to the attributes -- Reverting OB1 and OB2 attr_pg values to all zero -- Reverting EC & EQ Gaurd changes -- Reverting HOSTBOOT_HRMOR_OFFSET & SBE_BOOTLOADER_OFFSET Change-Id: Ie879aa6fabcb85c7c10de2b656ed06decaa33cfe Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25618 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25620
* p9_pm_ocb_init - fix OCBCSRn reset value to put OCB channels in circular modeGreg Still2016-07-011-5/+11
| | | | | | | | | | | | | | | | - Add bit 4 setting to ensure circular mode Change-Id: I813ac36f3fa40536192a9c6cf23a2f902ee7d143 RTC: 149680 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22113 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Sangeetha T S <sangeet2@in.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/22115 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_cpu_set_frequency Level 2Sudheendra K Srivathsa2016-07-011-0/+1
| | | | | | | | | | | | | Change-Id: Ifb91444ee2dfaccc08108dc2efce5df37d21c89d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22276 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Sangeetha T S <sangeet2@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25230 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Ec_level attribute support for DD1 attributesAnusha Reddy Rangareddygari2016-07-017-55/+99
| | | | | | | | | | | | | | --Fixig hb_temp_defaults.xml Change-Id: Iab140154483b10bd05a6dba092dad25f64eae742 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26450 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: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26487 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* p9_htm_setup (L2) - Part 2: HTM setup/reset/startThi Tran2016-07-011-15/+60
| | | | | | | | | | | | | | RTC:138851 Change-Id: Icedf9f1a020948c5515edaf92c9de40897b2ad69 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25689 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: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25690 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* PUTRING:set pulse NSL mode supportPrasad Bg Ranganath2016-06-292-129/+755
| | | | | | | | | | | Change-Id: I83b8fd3b2f6fe38c971e213cde81df99e1290dab Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24607 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> 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/25952
* Fix enum number issue for XBus pll ringIdPrasad Bg Ranganath2016-06-291-33/+36
| | | | | | | | | | | | Change-Id: Ie1a39f067843a997e20ea089683180cb0c734e90 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26388 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: GIRISANKAR PAULRAJ <gpaulraj@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26389 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Level 2 HWP for p9_sbe_npll_setupAnusha Reddy Rangareddygari2016-06-294-104/+185
| | | | | | | | | | | | | Change-Id: I33fda7070a01cafe01beac0b69c5ebaa77e0c6ed Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26288 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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26289 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add parameter to setup evid to define action for HWPcrgeddes2016-06-291-9/+7
| | | | | | | | | | | | | | | | | | This hwp is called at 2 different points during the IPL and we do not want to reset default values if we have already done it once. Change-Id: Ia621802762b7fc79cedb1f8609477936e2c2cec6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26254 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Hostboot CI Reviewed-by: Andres A. Lugo-Reyes <aalugore@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/26266 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
OpenPOWER on IntegriCloud