aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-09core/flash: Retry requests as necessary in flash_load_resource()Andrew Jeffery1-2/+31
2019-05-09pci/iov: Remove skiboot VF trackingOliver O'Halloran3-268/+1
2019-05-09opal/hmi: Initialize the hmi event with old value of TFMR.Mahesh Salgaonkar1-1/+3
2019-05-09Fix hang in pnv_platform_error_reboot path due to TOD failure.Mahesh Salgaonkar1-0/+10
2019-05-09core/ipmi: Print correct netfn valueVasant Hegde1-1/+1
2019-05-09core/lock: don't set bust_locks on lock errorNicholas Piggin1-2/+0
2019-03-05hw/bt: Do not disable ipmi message retry during OPAL bootVasant Hegde1-1/+1
2019-03-05core/ipmi: Add ipmi sync messages to top of the listVasant Hegde1-1/+1
2019-03-04hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde1-0/+2
2019-02-15core/opal: Print PIR value in exit pathVasant Hegde1-2/+2
2019-02-15core/ipmi: Improve error messageVasant Hegde1-1/+2
2019-02-14firmware-versions: Add test case for parsing VERSIONStewart Smith18-129/+366
2019-02-13core/cpu: HID update raceNicholas Piggin1-2/+2
2019-02-11cpufeatures: Always advertise POWER8NVL as DD2Alexey Kardashevskiy1-4/+5
2019-02-05core/lock: Stop drop_my_locks() from always causing abortReza Arbab1-1/+1
2018-12-14i2c: Fix i2c request hang during opal init if timers are not checkedFrederic Barrat1-0/+17
2018-11-19ipmi: Reduce ipmi_queue_msg_sync() polling loop time to 10msStewart Smith1-1/+1
2018-11-02core/flash: Log return code when ffs_init() failsAndrew Jeffery1-1/+1
2018-10-31Run pollers in time_wait() when not bootingStewart Smith1-2/+1
2018-10-31Recognise signed VERSION partitionSamuel Mendoza-Jonas2-1/+16
2018-10-31Actually add /ibm,opal/fast-reboot propertyStewart Smith1-0/+11
2018-10-31Add fast-reboot property to /ibm,opal DT nodeStewart Smith1-0/+2
2018-10-31Quieten 'warnings' now that SIO is disabledStewart Smith1-1/+2
2018-10-31platform: Restructure bmc_platform typeAndrew Jeffery2-4/+25
2018-10-31core/flash: Unlock around blocklevel calls in NVRAM accessorsAndrew Jeffery1-0/+11
2018-10-31core/flash: Only lock around flashes update in flash_register()Andrew Jeffery1-6/+2
2018-10-31core/lock: Use try_lock_caller() in lock_caller() to capture ownerAndrew Jeffery1-1/+1
2018-10-31core/pci-quirk: Clean up commented code in quirk_astbmc_vga()Andrew Jeffery1-13/+0
2018-10-31core/pci-quirk: Remove broken comment in quirk_astbmc_vga()Andrew Jeffery1-15/+0
2018-10-24core/test/run_mem_region: fix GCC8 compile errorStewart Smith3-3/+3
2018-10-10opal/hmi: Ignore debug trigger inject core FIR.Mahesh Salgaonkar1-1/+0
2018-10-10opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.Mahesh Salgaonkar1-0/+49
2018-08-16i2c: Ensure ordering between i2c_request_send() and completionBenjamin Herrenschmidt1-0/+3
2018-08-16i2c: Fix multiple-enqueue of the same request on NACKBenjamin Herrenschmidt1-4/+3
2018-08-14core/cpu: Call memset with proper cpu_thread offsetVasant Hegde1-1/+1
2018-06-19core: Add test for PCI quirksAndrew Jeffery3-4/+75
2018-06-05opal/hmi: Display correct chip id while printing NPU FIRs.Mahesh Salgaonkar1-4/+4
2018-05-18cpu: Clear PCR SPR in opal_reinit_cpus()Michael Neuling1-0/+1
2018-05-15Add location code to NPU2 HMI loggingBalbir Singh1-8/+14
2018-05-11core/opal: Fix recursion check in opal_run_pollers()Vaibhav Jain1-5/+10
2018-05-09hmi: Fix clearing HMER on debug triggerMichael Neuling1-0/+1
2018-05-09ibm,firmware-versions: add hcode to device treeStewart Smith1-1/+1
2018-05-06core/direct-controls: improve p9_stop_thread error handlingNicholas Piggin1-9/+5
2018-05-06core/direct-controls: fix p9_cont_thread for stopped/inactive threadsNicholas Piggin1-17/+70
2018-05-06timer: Move update_timer_expiry call to separate functionVasant Hegde1-9/+10
2018-05-04hmi: Clear unknown debug triggerRyan Grimm1-0/+10
2018-05-04pci-quirk: Fix initiliser warningJoel Stanley1-1/+1
2018-05-04core/hmi: assign flags=0 in case nothing set by handle_hmi_exceptionStewart Smith1-1/+1
2018-05-02init: Fix trailing bracket in "Starting kernel"Joel Stanley1-1/+1
2018-04-30SBE: Add timer supportVasant Hegde3-4/+24