aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-26gard: fix installation ruleDan Horák1-2/+2
2019-07-23Updating shared constants for HBRTDan Crowell1-2/+69
2019-07-19pci-slot: Allow to create slot for downstream port of any switchIlya Kuznetsov1-7/+2
2019-07-19Move ec/ code to Rhesus platformStewart Smith8-20/+3
2019-07-19xscom-utils: refer only objects not sources for getscomDan Horák1-1/+1
2019-07-19gcov: Fix skiboot size to dump out from simulatorsStewart Smith3-3/+3
2019-07-19sparse: libstb/container: fix endian type for magic numberStewart Smith1-1/+1
2019-07-19sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has no endianStewart Smith2-3/+3
2019-07-19sparse: hdata/iohub: correctly convert endiannessStewart Smith1-1/+1
2019-07-19sparse: hdata/fsp: u8 doesn't have endianStewart Smith2-2/+2
2019-07-19sparse: lpc uart interrupt pointer endiannessStewart Smith1-1/+1
2019-07-19sparse: various SPIRA structures, declare them.Stewart Smith1-0/+7
2019-07-19sparse: fix endian types of struct imc_chip_cb membersStewart Smith1-6/+6
2019-07-19sparse: fix (main|secondar)_cpu_entry declaration typesStewart Smith1-2/+2
2019-07-19sparse: Silence "directive in argument list" for version stringStewart Smith1-7/+8
2019-07-19Silence sparse warning for version.cStewart Smith2-0/+2
2019-07-19Add: add mihawk platform filejoy_chu2-1/+268
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