aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-09skiboot 5.10-rc2 release notesv5.10-rc2Stewart Smith1-0/+162
2018-02-08hw/npu2: Implement logging HMI actionsBalbir Singh3-1/+191
2018-02-08Fix FTBFS with -Werror=format-overflowFrédéric Bonnard1-1/+1
2018-02-08Update .gitignoreAndrew Donnellan1-0/+2
2018-02-08core/exception: beautify exception handler, add MCE-involved registersNicholas Piggin4-3/+44
2018-02-08core/init: manage MSR[ME] explicitly, always enableNicholas Piggin3-0/+46
2018-02-08core/utils: add snprintf_symbolNicholas Piggin3-16/+30
2018-02-08fast-boot: occ: Re-parse the pstate table during fast-bootShilpasri G Bhat2-3/+23
2018-02-08fast-reboot: move pci_reset error handling into fast-reboot codeNicholas Piggin3-8/+18
2018-02-08capi: Fix the max tlbi divider and the directory size.Christophe Lombard1-2/+3
2018-02-08npu2/tce: Fix page size checkingAlexey Kardashevskiy1-1/+3
2018-02-08stb: Enforce secure boot if called before libstb initializedStewart Smith1-0/+1
2018-02-08stb: Correctly error out when no PCR for resourceStewart Smith1-1/+2
2018-02-08core/init: move imc catalog preload init after the STB init.Pridhiviraj Paidipeddi1-3/+3
2018-02-08libstb: fix failure of calling trusted measure without STB initialization.Pridhiviraj Paidipeddi1-0/+10
2018-02-08libstb: fix failure of calling cvc verify without STB initialization.Pridhiviraj Paidipeddi1-0/+9
2018-02-07libstb/tpm_chip: Add missing new line to print messages.Pridhiviraj Paidipeddi1-2/+2
2018-02-07libstb: increase the log level of verify/measure messages to PR_NOTICE.Pridhiviraj Paidipeddi2-2/+2
2018-02-06skiboot v5.10-rc1 release notesv5.10-rc1Stewart Smith2-0/+1562
2018-01-30capi: Disable CAPP virtual machinesVaibhav Jain1-0/+1
2018-01-30capi: Perform capp recovery sequence only when PBCQ is idleVaibhav Jain1-3/+4
2018-01-30hdata/vpd: Add vendor propertyVasant Hegde1-0/+5
2018-01-30sensors: occ: Skip power sensors with zero sample valueShilpasri G Bhat1-0/+21
2018-01-30sensors: occ: Skip GPU sensors for non-gpu systemsShilpasri G Bhat1-0/+7
2018-01-30xive: Mask MMIO load/store to bad location FIRFrederic Barrat2-1/+9
2018-01-30npu2-hw-procedures.c: Correct phy lane mappingAlistair Popple1-3/+3
2018-01-30npu2-hw-procedures.c: Power up lanes during ntl resetAlistair Popple1-0/+13
2018-01-30witherspoon: Fix VPD EEPROM typeOliver O'Halloran1-0/+20
2018-01-30Fix xscom-utils distclean targetFrédéric Bonnard1-1/+1
2018-01-30Add man pages for xscom-utils and pflashFrédéric Bonnard7-1/+167
2018-01-30hdata/vpd: Remove possible dereference after null check (CID 207468)Cyril Bur1-1/+1
2018-01-30core: Avoid possible uninitialized pointer read (CID 209502)Cyril Bur1-1/+1
2018-01-24PM: Fixed generation of MTSPR instruction in STOP API.Prem Shanker Jha1-1/+1
2018-01-24Revert "libpore: Fix incorrect mtspr instruction generation"Stewart Smith1-4/+6
2018-01-19libstb/cvc: Register P8 secure ROM code correctlyStewart Smith1-2/+2
2018-01-14npu2.c: Add PE error detectionAlistair Popple2-18/+54
2018-01-14npu2.c: Fix XIVE IRQ alignmentAlistair Popple1-1/+1
2018-01-14opal/xstop: Use nvram option to enable/disable sw checkstop.Mahesh Salgaonkar1-0/+32
2018-01-14Witherspoon: Remove old Witherspoon platform definitionAlistair Popple1-356/+0
2018-01-14hdata/vpd: Fix DTC warningsOliver O'Halloran3-0/+207
2018-01-14hdat/i2c: Fix SPD EEPROM compatible stringOliver O'Halloran1-1/+16
2018-01-14hdata/i2c: Fix 512Kb EEPROM sizeOliver O'Halloran1-1/+1
2018-01-15SLW: fix running in mamboStewart Smith1-1/+3
2018-01-14SLW: Add p9_stop_api calls for IMCAkshay Adiga1-0/+40
2018-01-14SCOM restore for DARN and XIVEAkshay Adiga4-2/+80
2018-01-14SLW: Call p9_stop_api only if deep_states are enabledAkshay Adiga1-0/+9
2018-01-14SLW: Detect if deep states are enabledAkshay Adiga2-1/+16
2018-01-14SLW: Move MAMBO simulator checks to slw_initAkshay Adiga1-7/+2
2018-01-14SLW: Use wakeup_engine state to handle errors in wakeup engineAkshay Adiga2-24/+22
2018-01-14SLW: Call slw_late_init_p{8, 9} only when has_wakeup_engine is setAkshay Adiga1-14/+37