aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-16skiboot v6.4 release notesv6.4Stewart Smith1-0/+850
2019-07-16libflash: Fix broken continuationsOliver O'Halloran1-5/+5
2019-07-15npu2-opencapi: Add opencapi support on ZZFrederic Barrat2-2/+103
2019-07-15hdata: Align SMP link definitions with current HDAT specFrederic Barrat2-5/+6
2019-07-15ibm-fsp: Use finalise_dt() for DT fixupsOliver O'Halloran4-6/+14
2019-07-15witherspoon: Add nvlink peers in finalise_dt()Oliver O'Halloran1-4/+6
2019-07-15core/platform: Add finalise_dt() callbackOliver O'Halloran2-0/+9
2019-07-15Add github template telling people not to use pull requestsJoel Stanley1-0/+3
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