summaryrefslogtreecommitdiffstats
path: root/src/sbefw
Commit message (Collapse)AuthorAgeFilesLines
* Reset current_err before sending host FFDCspashabk-in2017-11-021-0/+6
| | | | | | | | | | | | As host FFDC is sent over PBA, the PBA HWP depends on the same global current_err, which is already set by actual failing HWP Change-Id: I4c894964b617bee31c25993efac7cffc7be64ce9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48919 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Allow putring in MPIPL statespashabk-in2017-11-021-1/+1
| | | | | | | | | | | Change-Id: I49e2cb518094ee30088d25e732ce0cf1d2754691 CQ:SW400754 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48786 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Make plat init attributes non-writableSantosh Puranik2017-10-274-7/+17
| | | | | | | | | | | | | | | | | Change-Id: I382948a4083293e4ecc42a9759559a060444f5f0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34997 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@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/35043 Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
* Support SBE seeprom readSachin Gupta2017-10-258-2/+132
| | | | | | | | | | | | Change-Id: I92dfdc5c02867e7c7068b9b0966f3aff76b506ec RTC: 180510 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48290 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Move fastarray procedures to seepromspashabk-in2017-10-252-1/+1
| | | | | | | | | | | Saving 1888bytes Change-Id: I21fb94b0f7cb39a0e371a6f2abefe46c1e63deba Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48285 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Continue scom on BL/WL failurespashabk-in2017-10-131-1/+2
| | | | | | | | | | | Perform scom operation even if the register is blacklisted, but send error response codes and ffdc Change-Id: I50fe4c0825ed7ca6374025e3780b8a627fde83bb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48171 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* [Whitelist/Blacklist] - Enable scom filter and testcase additionspashabk-in2017-10-047-125/+131
| | | | | | | | | | | | | Implemented whitelist/blacklist filtering on scom chip-ops Removed separate scom tetcases and included the same in security testcases Included security negative testcases for scom filtering Change-Id: I41e5aa1a059b7a60b83e8740c738de41dc30dd3f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41871 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* [Whitelist/Blacklist] - Algorithm implementationspashabk-in2017-10-042-0/+232
| | | | | | | | | | | | | | | Added data structures for the tables Added framework for Security algorithm implementation Added generated file for the security table Implemented the source code for the algorithm Incremental size with current csv - 1500bytes Change-Id: Ifb9f2ee4a406c61488c0f3ccaab58318126550f1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41821 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
* Moved MPIPL isteps/functionalities to seeprom from pibmemRaja Das2017-09-202-62/+89
| | | | | | | | | | Change-Id: I4edf3e7bc7c2543284cdbbb9d58ab03d70755ac2 RTC: 178750 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45688 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Mask special attention in MPIPLSachin Gupta2017-09-151-1/+42
| | | | | | | | | | | | RTC: 179365 Change-Id: Ifa3dea480329a977cf46bbf8c456134e17795cdd Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45822 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* SBE FW security switchspashabk-in2017-09-063-24/+36
| | | | | | | | | | Implement SBE firmware security switch based on ATTR_SECURITY_ENABLE Change-Id: I435aad38c59e80c81925bd1f4b109aafd1993b1c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44959 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Secure Memory Manager implementationspashabk-in2017-09-066-122/+527
| | | | | | | | | | | | | | Support to update and manage the memory window list Opening of HB Dump window in istep 5.1 Enabled memory filtering in mem access chip-ops Change-Id: I72b68ac099371babe47a64689fa38927934625b7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43929 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Suspend IO chip-op implementationRaja Das2017-09-055-4/+79
| | | | | | | | | | | Change-Id: I83d53a8414525c2d5916d54b0ac3e6ecbaeb6520 RTC:166974 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42103 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* HB Addr Stash chip-opRaja Das2017-08-248-4/+136
| | | | | | | | | | Change-Id: I6ffd7bedc7c1456839d063429467dccecf1aa826 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34903 Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
* Moved out sbecmdmpipl.C functions into SeepromRaja Das2017-08-242-20/+33
| | | | | | | | | Change-Id: I688f29478f5b67c82b76eaf5658ac807f169448f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45087 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Move PSU Quisce chipop to PIBMEMSachin Gupta2017-08-171-41/+41
| | | | | | | | Change-Id: Ie2600a441b60edf6c8c5fa40dea917172ca294f4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44739 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Bring Quisce chipop to PIBMEMSachin Gupta2017-08-171-35/+36
| | | | | | | | | | Change-Id: I5b9e469171296b58cbb072e3cdb38bca8ac1e83e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44718 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Synchronous stopclk procedure for QuadSoma BhanuTej2017-08-161-3/+6
| | | | | | | | | | | | | | | | | | | Change-Id: Id31daf8c02b74d979927540346a3cef5f88768be RTC: 175615 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34935 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: YUE DU <daviddu@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Dev-Ready: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34939 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* reset the combined response address error capture latch in MPIPLSachin Gupta2017-08-131-5/+58
| | | | | | | | | | | Change-Id: Ifd8e7675ecedb76dc50aff5045d2c08bf1f47500 CQ: SW394022 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44324 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Moving some sbefw functions to seepromspashabk-in2017-08-093-0/+92
| | | | | | | | Change-Id: Ifb4340e52be309897b1b5075b9d7af08ab2ae624 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43585 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Added support for async bitSachin Gupta2017-08-085-38/+77
| | | | | | | | | | Change-Id: Iff4dd1f50e04ae67072e287d89ab098a9f7545d0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42067 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Enabled p9_suspend_powman.CSachin Gupta2017-08-021-2/+3
| | | | | | | | | CMVC-Prereq: 1029951 Change-Id: If91f458e208dda1fb20e9e5d91af0eb4052805de Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43193 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Secure memory window chip-op implementationspashabk-in2017-07-254-7/+92
| | | | | | | Change-Id: I42ff79a15cba235bfd9eb761194c0699c0943332 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43415 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Update primary and secondary return codes as per specspashabk-in2017-07-251-3/+8
| | | | | | | | | Change-Id: I3f9bd0238583bcf797397d3d4a39ab06e98617a3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43414 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Increase timeout in sequence_drtmSachin Gupta2017-07-141-1/+1
| | | | | | | | | CQ: SW395023 Change-Id: I83eefdab8be4cfc9f9b9e9494e78d85330d50bca Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43136 Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Added getcapability and state machine backSachin Gupta2017-07-143-9/+0
| | | | | | | | Change-Id: Iba3e2d73c2b3290fa73872aff301e467a21e82e7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43133 Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Restore SBE tracingSachin Gupta2017-07-131-4/+0
| | | | | | | | Change-Id: I4f101c9236d362ca0aa2f964e3851e94b7c1394e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43073 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Add witherspoon dummy istepsSachin Gupta2017-07-052-1/+5
| | | | | | | | | Change-Id: Icf88848c5e3f766e9356cee70a2572d81d1b8e96 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42731 Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fuse core mode supportRaja Das2017-07-055-55/+126
| | | | | | | | | | | Change-Id: I9f034d958ff3a499da623d73badd2ee06565a425 RTC: 166962 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41521 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* SBE internal FFDC over HOST interfacespashabk-in2017-07-041-3/+92
| | | | | | | | | Change-Id: I015486d58293f447ddc93635b72aa12c76689f30 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35212 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Extend FFDC class for host interfacespashabk-in2017-07-044-39/+149
| | | | | | | | | Change-Id: I0097f9ed7c7fdb2f5c8a483f0a54b8831ec3a09a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39985 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Mem interface minor fix and macro re-orgspashabk-in2017-07-043-77/+110
| | | | | | | | | | | | | | | | | | | | | Fix in mem interface: 1. For cases where we need to access with buffer for 128(full granule PBA) and followed by 132 bytes last access. Expected behaviour: call access HWP 3 times, with third call as last access Existing behaviour: call access HWP 2 times and no last access 2. Cleanup interface for the last granule access while using accessGranule API Change-Id: Iff180de6a5e52457f6a896ae0f0b4e50f2239b93 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39983 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Install DD2 only changes and support DD2 attrdumpspashabk-in2017-06-303-2/+19
| | | | | | | | | | | | Get 'make install_DD2' working without making DD1 before hand cmvc-prereq:1027517 Change-Id: I5b64759bc3ffbe5ca16d677e28cb8f4433f4e700 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42345 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
* Workaround for setting PHB functional statusSachin Gupta2017-06-281-3/+5
| | | | | | | Change-Id: Id38e679b7b4b1ef4df791aa960d40af2dd331f22 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42574 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* PHB getFunctional to be modified based on the IOVALID bitRaja Das2017-06-271-22/+27
| | | | | | | | | | Change-Id: I1efd3ac514b5efb0c83e7a0eeb4581a6deb02a18 RTC: SW392452 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42270 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Trace out fapirc in istep failure caseSachin Gupta2017-06-261-0/+1
| | | | | | | Change-Id: Ic65ca16dbdf65b4aba71c012df559880d9cae29f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42449 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Disable error traces for DD1Sachin Gupta2017-06-261-1/+4
| | | | | | | | Change-Id: I18387e3330b29e003580763bf0e85cf312448cb0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42414 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Updating PHB states in enterMpipl before quiesce procedureRaja Das2017-06-161-6/+67
| | | | | | | | | | Change-Id: I815063651844ea862ac32f0802ed00f5408e4cdc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41685 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Supported Stack Usage feature on HW via cronusRaja Das2017-06-063-12/+19
| | | | | | | | Change-Id: I7b5eaa1ee484e4fbd31f12146d3d47dd24344255 RTC: 175229 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41360 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Added FAPI traces in the delay method to for current/target timeRaja Das2017-06-061-0/+9
| | | | | | | | | | Change-Id: Ibbca69573eb833e5ea9738ae69eefdb4aea9ca8a CQ: SW386997 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41364 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Reduce SBE image sizespashabk-in2017-06-023-2/+12
| | | | | | | | | | 1. Removed get capabilities 2. Removed state machine check for chip-ops Change-Id: Idc1d497d50af645f62ff44d8f7143347c4467767 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41098 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* SBE GETRING: Fixed the data missing issuePrasad Bg Ranganath2017-06-011-36/+38
| | | | | | | | Change-Id: I4330cfee0e9d037e34f960dafecabedcd399865d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41161 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* PUTRING: Bug fix for termination handling in override pathPrasad Bg Ranganath2017-05-262-1/+11
| | | | | | | | | | | | | | | Change-Id: Ice8dbb4bad109f3fb99cda98024264176d455cf8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40682 Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40683 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Enter dump state on MPIPL failurespashabk-in2017-05-252-12/+7
| | | | | | | | | | | | | Transition to dump state on enter/continue mpipl chip-op failures Allow cntl instruction, putscom in mpipl state to support termination flows during mpipl Change-Id: I54e1373878a946d5886384f6d8609bbb6629ae7a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40903 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Enable fifo reset intr in fifo data intr handlerspashabk-in2017-05-241-0/+1
| | | | | | | | | Change-Id: Ie21b97ce65fa54ef80d2d84273302ab5fdca6717 CQ: SW389653 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40893 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* User fields configuration using a funcitonspashabk-in2017-05-242-16/+38
| | | | | | | | | Change-Id: Ie156c968a9140c3b541b15dfc41f1c19a6e3b876 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39984 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* Mem interface fapi rc checkspashabk-in2017-05-191-33/+44
| | | | | | | | | Propogate fapi rc properly and break access on setup failure Change-Id: If4c308fab0f67237fbb4faf7869a49d6c7ef3af7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40743 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* SBE:GETRING: Code optimization for getring chiop performancePrasad Bg Ranganath2017-05-151-5/+39
| | | | | | | | Change-Id: I1fd32f833f197d94a98e971e23c815775ec628a2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38189 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
* ADU CI mode - access at offset fixspashabk-in2017-05-151-5/+5
| | | | | | | | | | Change-Id: I020387720b499132090394a9155c1a8dbf011cf5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40406 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
* Fix for FIFO reset handlingSachin Gupta2017-05-051-1/+3
| | | | | | | | Change-Id: I6781856c48e31651b5a496201853136b37e80aa4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40030 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
OpenPOWER on IntegriCloud