aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-03hw/phb4: Prevent register accesses when in resetOliver O'Halloran1-0/+1
2019-08-06struct p9_sbe_msg doesn't need to be packedStewart Smith1-1/+1
2019-08-06errorlog: Prevent alignment error building with gcc9.Michal Suchanek1-1/+1
2019-06-08nvram: Flag dangerous NVRAM optionsMichael Neuling1-2/+4
2019-05-10platforms/astbmc: Check for SBE validation stepSamuel Mendoza-Jonas2-0/+12
2019-05-10include/ipmi: Fix incorrect chassis commandsSamuel Mendoza-Jonas1-7/+7
2019-05-10ipmi: ensure forward progress on ipmi_queue_msg_sync()Stewart Smith1-0/+9
2019-05-10pci/iov: Remove skiboot VF trackingOliver O'Halloran1-37/+0
2019-05-02Expose PNOR Flash partitions to host MTD driver via devicetreeTimothy Pearson1-0/+1
2019-05-02Write boot progress to LPC port 80hStewart Smith1-1/+1
2019-05-02npu2: Disable Probe-to-Invalid-Return-Modified-or-Owned snarfing by defaultAlexey Kardashevskiy1-0/+14
2019-04-17asm/head.S: set POWER9 radix HID bit at entryNicholas Piggin1-1/+0
2019-04-17chiptod: Remove unused prototype from headerJordan Niethe1-1/+0
2019-04-09hw/npu2: Dump (more) npu2 registers on link error and HMIsFrederic Barrat2-0/+11
2019-04-09hw/npu2: Report errors to the OS if an OpenCAPI brick is fencedFrederic Barrat1-0/+1
2019-04-09hw/npu2: Setup an error interrupt on some opencapi FIRsFrederic Barrat1-1/+4
2019-04-09hw/npu2: Use NVLink irq setup for OpenCAPIFrederic Barrat1-1/+0
2019-04-09hw/npu2: Fix OpenCAPI PE assignmentAndrew Donnellan1-3/+18
2019-04-09opal-api: Reserve 2 OPAL API calls for future OpenCAPI LPC useAndrew Donnellan1-2/+4
2019-03-29Force noinline for pci_add_(one_)device_node(s)()Stewart Smith1-0/+1
2019-03-28core/i2c: split i2c_request_send()Oliver O'Halloran1-1/+2
2019-03-28core/i2c: Add request state trackingOliver O'Halloran1-2/+12
2019-03-28hw/phb4: Drop FRESET_DEASSERT_DELAY stateOliver O'Halloran1-1/+0
2019-03-28hw/phb4: Skip FRESET PERST when coming from CRESETOliver O'Halloran1-0/+1
2019-03-28include/imc: Trace IMC Macro definitionsAnju T Sudhakar2-0/+31
2019-03-28core/stack: Rename backtrace functions, get rid of wrappersAndrew Donnellan1-27/+5
2019-03-28core/stack: Convert stack check code to not use backtrace wrapperAndrew Donnellan1-1/+1
2019-03-28core/stack: Define a backtrace metadata structAndrew Donnellan1-12/+28
2019-03-28core/stack: Remove r1 argument from ___backtrace()Andrew Donnellan1-4/+1
2019-03-28xive: Add calls to save/restore the queues and VPs HW stateCédric Le Goater1-3/+4
2019-03-20npu2/hw-procedures: Fix parallel zcal for opencapiFrederic Barrat1-1/+2
2019-03-13npu2-opencapi: Fix adapter reset when using 2 adaptersFrederic Barrat1-0/+4
2019-03-13npu2-opencapi: Setup perf counters to detect CRC errorsFrederic Barrat1-0/+17
2019-03-13npu2-opencapi: Rework ODL register accessFrederic Barrat1-19/+11
2019-03-05opal/hmi: set a flag to inform OS that TOD/TB has failed.Mahesh Salgaonkar1-0/+1
2019-02-25npu2: Allow ATSD for LPAR other than 0Alexey Kardashevskiy1-0/+2
2019-02-25npu2: Add XTS_BDF_MAP wildcard refcountAlexey Kardashevskiy1-0/+2
2019-02-26Retry link training at PCIe GEN1 if presence detected but training repeatedly...Timothy Pearson1-1/+2
2019-02-25imc/catalog: Decompress catalog asynchronouslySantosh Sivaraj1-0/+1
2019-02-25flash: Add support for async decompressionSantosh Sivaraj1-0/+34
2019-02-25config: Get rid of FAST_REBOOT_CLEARS_MEMORYAndrew Donnellan1-3/+0
2019-02-25config: Get rid of DEBUG_MALLOCAndrew Donnellan1-3/+0
2019-02-25astbmc: Try IPMI HIOMAP for P8 (again)Andrew Jeffery1-1/+2
2019-02-20hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde1-0/+1
2019-02-18opal: Deprecate reading the PHB statusAlexey Kardashevskiy2-4/+2
2019-02-18phb4: Eliminate peltv_cacheOliver O'Halloran1-2/+1
2019-02-18phb4: Eliminate p->rte_cacheOliver O'Halloran1-2/+1
2019-02-13core/exceptions: implement support for MCE interrupts in powersaveNicholas Piggin2-2/+4
2019-02-13core/exceptions: allow recoverable sreset exceptionsNicholas Piggin1-2/+2
2019-02-13core/exceptions: implement an exception handler for non-powersave sresetsNicholas Piggin2-0/+9