aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-03hwprobe: convert PHB, NPU, PAU subsystems to hwprobeStewart Smith1-14/+1
2022-01-03Introduce hwprobe facility to avoid hard-coding probe functionsStewart Smith1-0/+3
2021-10-19pau: introduce supportChristophe Lombard1-0/+3
2021-10-19AWAN simulator support for P10Ryan Grimm1-1/+1
2021-09-09npu3: Remove GPU support on SwiftFrederic Barrat1-1/+0
2021-08-06hw/phb5: Add initial supportJordan Niethe1-1/+1
2021-08-06xive/p10: Add a XIVE2 driverCédric Le Goater1-3/+9
2021-08-06p10: Workaround core recovery issueMichael Neuling1-0/+36
2021-08-06Initial POWER10 enablementNicholas Piggin1-1/+1
2021-06-30trace: Add nvram hack to use the old trace export behaviourOliver O'Halloran1-0/+3
2021-05-13hw/imc: move imc_init() towards end main_cpu_entry()Madhavan Srinivasan1-3/+3
2020-10-01libstb/secureboot: OS Secure Boot is enabled only if FW secureboot is enabledNayna Jain1-1/+1
2020-08-07Enable fused core mode support in OPALVaidyanathan Srinivasan1-4/+0
2020-06-30mpipl: Delay MPIPL registration until OPAL init is completeVasant Hegde1-3/+4
2020-06-11fast-reboot: don't back up old vectors upon fast rebootNicholas Piggin1-5/+5
2020-06-04Disable protected execution facilityRyan Grimm1-0/+3
2020-05-26Detect fused core mode and bail outJoel Stanley1-0/+4
2020-04-08hw/ocmb: Add OCMB SCOM supportOliver O'Halloran1-0/+4
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2020-02-12mpipl: Rework memory reservation for OPAL dumpVasant Hegde1-0/+7
2019-12-16fix simple sparse warningsNicholas Piggin1-2/+2
2019-12-16add little endian supportNicholas Piggin1-0/+1
2019-12-16debug descriptor: make endian-cleanNicholas Piggin1-2/+7
2019-12-16elf: endian conversionsNicholas Piggin1-41/+51
2019-11-19core/init: Add ibm,processor-storage-keys property to CPU DT nodeThiago Jung Bauermann1-0/+27
2019-11-11build: fix non-constant build assertsNicholas Piggin1-2/+0
2019-11-07libstb/secvar: add secure variable internal abstractionEric Richter1-0/+4
2019-10-14core/init: Checksum romem after patching out trapsOliver O'Halloran1-2/+4
2019-10-14core/init: Don't checksum MPIPL data areasOliver O'Halloran1-1/+5
2019-10-03core/util: branch-to-NULL assert for ELFv2 ABINicholas Piggin1-6/+15
2019-10-03core/util: trap based assertionsNicholas Piggin1-1/+28
2019-08-23pci: recheck pci nvram hacks on fast-rebootOliver O'Halloran1-1/+4
2019-08-15MPIPL: Register for OPAL dumpVasant Hegde1-0/+4
2019-07-26hw: Introduce npu3Reza Arbab1-0/+1
2019-07-26hw/phys-map: Add pvr argument to phys_map_init()Reza Arbab1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
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 Smith1-0/+1
2019-07-15core/platform: Add finalise_dt() callbackOliver O'Halloran1-0/+3
2019-06-27pci: Make the pci-eeh-verbose nvram option genericOliver O'Halloran1-0/+5
2019-06-24Move FSP-specific VPD functionality to platforms/ibm-fsp/Stewart Smith1-1/+0
2019-06-24Move FSP specific op-panel calls to platform.exit()Stewart Smith1-10/+3
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-24Move more FSP functions to FSP platformStewart Smith1-12/+0
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith1-5/+2
2019-05-20libc/string: speed up common string functionsNicholas Piggin1-3/+3
2019-05-15Add P9 DIO interrupt supportLei YU1-0/+4
2019-05-15fast-reboot:: skip read-only memory checksum for slow simulatorsNicholas Piggin1-0/+2