aboutsummaryrefslogtreecommitdiff
path: root/platforms/ibm-fsp
AgeCommit message (Expand)AuthorFilesLines
2023-06-06ipmi: flush the ipmi message queue before booting a kernelNicholas Piggin1-0/+6
2022-01-03platforms: put P8 platforms behind CONFIG_P8Stewart Smith1-1/+6
2021-10-13HBRT: fix clobbered r16 when host services handlers are calledNicholas Piggin1-6/+119
2021-08-06platform: Add Denali platform supportVasant Hegde2-0/+10
2021-07-20fsp: Fix sparse warningVasant Hegde1-1/+1
2020-08-07Add POWER9 Fleetwood platform supportVaidyanathan Srinivasan1-0/+4
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith9-9/+9
2020-03-11hw/fsp: Fix GENERIC_FAILURE mailbox status codeOliver O'Halloran1-1/+1
2020-02-26firenze-pci: Fix infinite loop in firenze_pci_add_loc_code()Oliver O'Halloran1-1/+1
2020-02-24PCI: create optional loc-code platform callbackKlaus Heinrich Kiwi4-0/+74
2020-02-12npu2-opencapi: Allow platforms to identify physical slotsFrederic Barrat1-0/+20
2020-02-12ibm-fsp/lxvpd: check for upstream port on slot labelingKlaus Heinrich Kiwi2-4/+9
2020-02-12FSP: Remove flash hook after completing code updateVasant Hegde1-0/+6
2020-01-29npu2, npu3: Remove ibm, phb-index property from the NPU dt nodeFrederic Barrat1-2/+0
2019-12-16fsp: endian conversionsNicholas Piggin5-47/+98
2019-12-16debug descriptor: make endian-cleanNicholas Piggin1-9/+10
2019-12-16memconsole: make endian-cleanNicholas Piggin2-8/+8
2019-12-16opal-api: add endian conversions to most opal callsNicholas Piggin1-1/+1
2019-11-11fsp: map trace areas on P9Nicholas Piggin1-6/+0
2019-11-05prd: Improve debug logsVasant Hegde1-1/+3
2019-11-04hostservices: Silence special wakeup assert/release logsVasant Hegde1-2/+2
2019-08-16pci: Use a macro for accessing PCI BDF Device NumberJordan Niethe1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith9-137/+19
2019-07-15npu2-opencapi: Add opencapi support on ZZFrederic Barrat1-1/+95
2019-07-15ibm-fsp: Use finalise_dt() for DT fixupsOliver O'Halloran4-6/+14
2019-06-27platform/zz: Add new platform typeVasant Hegde1-1/+4
2019-06-24Experimental support for building without FSP codeStewart Smith1-0/+3
2019-06-24Move platform specific PRD functionality to struct platformStewart Smith4-0/+12
2019-06-24Separate FSP specific PSI codeStewart Smith4-0/+17
2019-06-24core/timer: Use platform heartmeat_time call for FSP platformsStewart Smith4-0/+11
2019-06-24Move FSP-specific VPD functionality to platforms/ibm-fsp/Stewart Smith6-1/+175
2019-06-24fast-reboot: move platform specific bits to a platform callStewart Smith2-0/+2
2019-06-24Move FSP specific op-panel calls to platform.exit()Stewart Smith1-0/+4
2019-06-24host_services_occ_base_setup is core homer code not host_servicesStewart Smith1-24/+0
2019-06-24Move core/hostservices.c to platforms/ibm-fsp/Stewart Smith2-2/+944
2019-06-24Move more FSP functions to FSP platformStewart Smith1-0/+13
2019-06-24op_display: make platform function rather than "FSP" specificStewart Smith2-0/+2
2019-06-04Remove P7 remnants: hw/cec.c, apollo platformStewart Smith3-136/+1
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith1-1/+0
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde1-0/+1
2019-06-03hostservices: Do not call hservices_init on ZZVasant Hegde1-2/+1
2019-03-28platforms/firenze: Rework I2C controller fixupsOliver O'Halloran1-49/+51
2019-03-28firenze-pci: Always init slot info from LXVPDOliver O'Halloran1-8/+4
2019-03-28fsp/lxvpd: Print more LXVPD slot informationOliver O'Halloran1-0/+3
2019-03-05platforms/zz: Re-enable LXVPD slot information parsingOliver O'Halloran1-4/+3
2019-01-18zz: platform_ocapi can be staticStewart Smith1-1/+1
2018-11-26platform/firenze: Fix branch-to-null crashOliver O'Halloran1-0/+1
2018-10-25npu2-opencapi: Enable presence detection on ZZFrederic Barrat1-5/+0
2018-09-17core/i2c: Remove bus specific alloc and free callbacksOliver O'Halloran1-1/+1
2018-09-17core/i2c: Move the timeout field into i2c_requestOliver O'Halloran1-12/+12