aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-08skiboot v6.4-rc1 release notesv6.4-rc1Stewart Smith1-0/+788
2019-07-08platforms/nicole: Add new platformArtem Senichev2-1/+80
2019-07-02skiboot v6.3.2 release notesVasant Hegde1-0/+219
2019-06-27doc: Add .nojekyll to not confuse gh-pagesStewart Smith1-0/+0
2019-06-27platform/zz: Add new platform typeVasant Hegde1-1/+4
2019-06-27npu2: Increase timeout for L2/L3 cache purgingAlexey Kardashevskiy2-7/+15
2019-06-27hw/phb3: Add verbose EEH outputOliver O'Halloran1-1/+96
2019-06-27pci: Make the pci-eeh-verbose nvram option genericOliver O'Halloran3-7/+11
2019-06-27external/mambo: Bump default POWER9 to Nimbus DD2.3Nicholas Piggin2-3/+3
2019-06-24Experimental support for building without FSP codeStewart Smith3-1/+8
2019-06-24Move platform specific PRD functionality to struct platformStewart Smith6-11/+54
2019-06-24Separate FSP specific PSI codeStewart Smith9-87/+140
2019-06-24core/timer: Use platform heartmeat_time call for FSP platformsStewart Smith5-1/+12
2019-06-24Move FSP-specific VPD functionality to platforms/ibm-fsp/Stewart Smith12-150/+187
2019-06-24fast-reboot: move platform specific bits to a platform callStewart Smith4-2/+9
2019-06-24core/pci: use !platform.bmc hack over fsp_present()Stewart Smith1-2/+1
2019-06-24hw/fsp/fsp.c: remove lying commentsStewart Smith1-9/+0
2019-06-24core/opal: move HIR trigger to FSP pollerStewart Smith2-14/+17
2019-06-24Move FSP specific op-panel calls to platform.exit()Stewart Smith2-10/+7
2019-06-24core/init.c: no longer need to include FSP headersStewart Smith1-2/+0
2019-06-24core/init.c: use if (platform.bmc) rather than !fsp_present()Stewart Smith1-1/+1
2019-06-24host_services_occ_base_setup is core homer code not host_servicesStewart Smith3-25/+25
2019-06-24Move core/hostservices.c to platforms/ibm-fsp/Stewart Smith6-6/+4
2019-06-24Split FSP OCC code out into hw/fsp/Stewart Smith3-388/+426
2019-06-24Move more FSP functions to FSP platformStewart Smith2-12/+13
2019-06-24op_display: make platform function rather than "FSP" specificStewart Smith19-4/+34
2019-06-24doc: travis-ci deploy docs!Stewart Smith5-8/+52
2019-06-19Disable -Waddress-of-packed-member for GCC9Stewart Smith1-1/+2
2019-06-19hdata/vpd: fix printing (char*)0x00Stewart Smith1-4/+5
2019-06-19struct p9_sbe_msg doesn't need to be packedStewart Smith1-1/+1
2019-06-19travis: add back Coverity ScanStewart Smith1-0/+9
2019-06-13sparse: fix incorrect type assignment in core/ipmi.cStewart Smith1-1/+2
2019-06-13sparse: fix bt_lock should be staticStewart Smith1-1/+1
2019-06-13sparse: fix OPAL API function argument testStewart Smith1-2/+9
2019-06-13external/mambo: fix tcl startup code for mambo bogus net (repost)Aaron Sawdey1-4/+6
2019-06-13npu2: Purge cache when resetting a GPUReza Arbab1-0/+6
2019-06-13npu2: Fix typoReza Arbab1-2/+2
2019-06-07doc: Futher document OPAL_REINIT_CPUS_MMU_* modesStewart Smith1-0/+14
2019-06-04doc: Add OPAL tokens 46-48 as never usedStewart Smith1-0/+6
2019-06-04opal/hmi: Report NPU2 checkstop reasonFrederic Barrat1-0/+44
2019-06-04npu2-opencapi: Mask 2 XSL errorsFrederic Barrat1-9/+20
2019-06-04core/cpu: Fix theoretical use-after-free if no_return job returnsStewart Smith1-2/+6
2019-06-04hw/lpc: Fix theoretical possible out-of-bounds-readStewart Smith1-2/+2
2019-06-04Remove P7 remnants: hw/cec.c, apollo platformStewart Smith5-209/+2
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith44-6986/+42
2019-06-03opal-prd: Fix prd message size issueVasant Hegde1-4/+23
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde7-2/+149
2019-06-03prd: Implement generic HBRT - FSP interfaceVasant Hegde9-1/+233
2019-06-03prd: Validate _opal_queue_msg() return valueVasant Hegde1-6/+12
2019-06-03hostservices: Do not call hservices_init on ZZVasant Hegde1-2/+1